Update record on separate table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2023 10:21 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2023 12:49 PM
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.