April 15, 201510 yr 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?
April 15, 201510 yr 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?
April 15, 201510 yr Author For some reason my script step is not grabbing the field's name. GetLayoutObjectAttribute( GetValue( Get ( ScriptParameter ) ; 1 ) ; "fields")
April 15, 201510 yr Author I am successfully using this to grab the fields current value: GetLayoutObjectAttribute( GetValue( Get ( ScriptParameter ) ; 1 ) ; "content")
Create an account or sign in to comment