Solved
How to use trigger command "setRelationshipFieldValue"
- April 30, 2019
- 1 reply
- 4171 views
Hello,
I am currently creating a javascript trigger for Integrity 11.2. I am trying to link a document into a relationship field using the command "setRelationshipFieldValue". To test, I've been using the following code
" var a1 =[];
a1[0] = 50807;
delta.setRelationshipFieldValue("Related Validation Request Document",a1[0]);
"
When I run this, I get the error "cant find method". What am I doing wrong/What can I do to fix this issue.
Thanks.

