Jump to content
Server Maintenance This Week. ×

This topic is 3515 days old. Please don't post here. Open a new topic instead.

Recommended Posts

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?

 

 

Link to comment
Share on other sites

This topic is 3515 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

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