Sync 2 fields on 2 different tables.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2023 10:49 PM - edited 01-06-2023 12:00 AM
Hello,
I have a Choice type field 'Status' on XYZ table & i need to sync this field with the 'State' field on Approval table, so that when the state field on Approval form shows ''Approved'' or ''Rejected'' , the same choice values are shown on the Status field on XYZ Table. The choice labels are same however the choice values are different for status & state fields.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2023 10:55 PM
Hi @adish ,
You have the solution here :https://www.servicenow.com/community/developer-forum/sync-two-fields-in-different-tables/m-p/2159479
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2023 11:53 PM
Hello Sandeep, there's one catch.
The Status field is Choice type field & the values are different from the Choice values on State field on Approval table.