Dot walking error in the Remote table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2024 10:29 AM - edited 11-20-2024 11:44 AM
I'm trying to Dot walk for one of the field from customer account table to map with the remote table field but I'm getting the empty value as a result
u_account_manager: responseObj[i].account.u_account_manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2024 09:36 AM
I tried Remote definition script to pull the reference field values in the remote table and I see though the value is present in the external instance it is not pulling out the data in the remote table since Rest API returning only the RAW content. I tried this below script and seems its not fetching the data
u_account_manager: responseObj[i].account.u_account_manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2024 09:43 AM
Hi @Kri - Did you see my reply to your other post from yesterday about the same issue?
https://www.servicenow.com/community/developer-forum/dotwalk-using-script/m-p/3109062/highlight/true...