workday xpath for custom field

Anks26
Kilo Sage

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

find_real_file.png

 

Thanks

1 ACCEPTED SOLUTION

Allen Andreas
Tera Patron

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!

View solution in original post

2 REPLIES 2

Allen Andreas
Tera Patron

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!

Thank you, I have emailed the Team.