0
I Need to update field in another table.
I Need to update field in another table.
On Document I have te 'projCod' field and need to update on table 'Control Deliverables' on fleld 'projCod' only update no duplicate.
7 replies
-
Since you said you want to update data, then you need to first put in a variable the correct record Id of the record in Control Deliverables. You can do a select or use appropriate reference links.
Then once you have the appropriate record data, then you can use the variable to start updating fields in the record.
-
Hi Rafael
You ae scoping by a text field
[projCod = myText]
But then assigning an Id to the same field
i.(projCod := myTable1)
I am guessing the Id has to be assigned to a relationship field instead
Regards John
-
Yes the projCod is a text field
I can't find the script
Content aside
- Status Answered
- 7 mths agoLast active
- 7Replies
- 75Views
-
3
Following