- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2022 04:56 PM
Hi, Workday team has added a custom business unit field on workday and I am trying to bring it across to ServiceNow. I need to understand how to build the XPath map for this custom field. or it is provided by the workday team?
Current script include
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2022 05:26 PM
Hi,
You'd have to get with your workday team members to get the path for this field and then, using the same format as above, you'd build a path to it such as:
colToXpathMap.wd_business_unit = "wd:path/to/field";
It will be somewhat similar to the paths in your screenshot, though it'll vary just slightly.
Please mark reply as Helpful/Correct, if applicable. Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2022 05:26 PM
Hi,
You'd have to get with your workday team members to get the path for this field and then, using the same format as above, you'd build a path to it such as:
colToXpathMap.wd_business_unit = "wd:path/to/field";
It will be somewhat similar to the paths in your screenshot, though it'll vary just slightly.
Please mark reply as Helpful/Correct, if applicable. Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2022 05:38 PM
Thank you, I have emailed the Team.
