Update record on separate table

dreday_
Tera Contributor

I have a action assignment which sets the assigned to field when clicked. Is there a way for a field to be updated on a separate table even though this action assignment points to a specific table? I would like to set a field on a different table at the same time that this action is running

dreday__1-1696958401198.png

 

dreday__0-1696958187801.png

 

1 REPLY 1

Tony Chatfield1
Kilo Patron

Hi, you would need code to lookup and update the related record, doing this in the same script that is updating the 'current' record can cause delayed response in the UI and normally this type of behavior is via an after update BR on your target table, or asynchronously via a sysevent and script action.