Remote Definition
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2024 11:43 PM
Hi,
i was taking a look at this article: Article #20 - Set up your first Remote Table in mi... - ServiceNow Community
My question is about how to make the integration dynamic. For instance, In remote definition script, I want to call an external source using REST for incident 123, receive a response, and populate a remote table with that data, which then appears in a related list called 'Related List 1' on the incident form. However, if a user views incident 124, the data won’t be displayed because the current setup doesn’t dynamically account for different incident records. How can I make this process dynamic so that the data is automatically updated for any incident record viewed, ensuring that each incident has the relevant data shown in the related list?