Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Setting a field based on an object name?

Featured Replies

I am using GetLayoutObjectAttribute script step to grab the value of a field. What script step do I need to use to set this same object with a new value? Do I need to use the GetLayoutObjectAttribute to grab the Field Name and then use the "Set Field By Name" script step to set it...or is there a more efficient way to set it?

use the GetLayoutObjectAttribute to grab the Field Name and then use the "Set Field By Name" script step to set it

​That will work; why not try it?

  • Author

For some reason my script step is not grabbing the field's name.

GetLayoutObjectAttribute( GetValue( Get ( ScriptParameter ) ; 1 ) ;  "fields")

 

  • Author

I am successfully using this to grab the fields current value:

GetLayoutObjectAttribute( GetValue( Get ( ScriptParameter ) ; 1 ) ;  "content")

 

GetLayoutObjectAttribute() has no “fields” attribute; use "source".

  • Author

Yes, "source". Thanks eos.

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.