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.

Featured Replies

Can anyone offer an explanation for this scenario.

 

A script on the client creates a new record in table A.  Within that same script, Perform script on server is called with two parameters.  Parameter 1 is the serialized id of the record just created ( the id is created upon record commit.), and parameter 2 is a global field from a different table.  The Psos script goes to a layout for table B.  Parameter 2 is used to find the correct record.  A field in the found record is then set to parameter 1.

 

The problem is the field set to parameter 1, has the value of parameter 1 and a carriage return.

 

I don't know where the carriage return is coming from.  Parameter 2 is fine with no carriage return.

 

I have tried List( param1; param2) and switching to List(param2; param1) and it produces the same results.  I am parsing using "MiddleValues( Get( ScriptParameter); 1; 1)" 

and "MiddleValues( Get( ScriptParameter); 1; 2)

 

Since the Id field is not editable by any user, I know it is not an input error by a user.

 

What is going on?

 

 

  • Author

Thanks so much

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.