Scripting in a scope application for a record producer?

Community Alums
Not applicable

Hey Everyone,

 

I am pretty new with the scripting for a record producer. What I want to do is map a field from the variable to the field on the table. The field that I am trying to access is dot walked from another table. 

 

How can I map the variable to the dot walked field? 

current.incident.u_lab = producer.variablename; 

current.incident.contact_type = producer.variablename; 

 

 

When I do the sample code above I get an error message stating, "Error MessageAccess to api 'put(sys_user.u_lab_variable)' from scope 'x_g_cfd_elims' has been refused due to the api's cross-scope access policy" 

 

I have created a sys_user cross scope read operation privilege, but it still isn't working. 

 

What am I missing? Any help would be very helpful. 

5 REPLIES 5

Community Alums
Not applicable

Hey, 

 

I don't believe that it is possible. For whatever reason, I can't even change the default value for that field. There's another issue going on. Thank you for your help though.