Hello community
it's not really an issue
i'm trying to get data for Workday XML returned fields not in the initial api list
- wd:Formatted_Address in
<wd:Address_Data wd:Effective_Date="2015-06-01-07:00" wd:Address_Format_Type="Extended" wd:Formatted_Address="my_adress_XXX
ZZZ
WWW" wd:Defaulted_Business_Site_Address="0">
- ADDRESS_LINE_1
<wd:Address_Line_Data wd:Type="ADDRESS_LINE_1" wd:Descriptor="Street Name and Type">my_adressXXX</wd:Address_Line_Data>
i undestand not everybody is interested by this fields so if anybody can help me with the correct xml calls for this fields
i've tried many without returns and/or errors such as for 1)
$o.Adr=$workerJobData.SelectNodes('./wd:Position_Data/wd:Business_Site_Summary_Data/wd:Address_Data/wd:Address_Data/wd:ID@wd:Formatted_Address]]', $NM).InnerText
and for 2)
$o.Adrl1=$workerJobData.SelectNodes('./wd:Position_Data/wd:Business_Site_Summary_Data/wd:Address_Data/wd:ID[@wd:type="ADDRESS_LINE_1" and .Descriptor="Street Name and Type"]]', $NM).InnerText
but i can't get the data read from XML...
if anybody can help me with this cases..
regards
Emmanuel
Hello community
it's not really an issue
i'm trying to get data for Workday XML returned fields not in the initial api list
<wd:Address_Data wd:Effective_Date="2015-06-01-07:00" wd:Address_Format_Type="Extended" wd:Formatted_Address="my_adress_XXX
ZZZ
WWW" wd:Defaulted_Business_Site_Address="0">
<wd:Address_Line_Data wd:Type="ADDRESS_LINE_1" wd:Descriptor="Street Name and Type">my_adressXXX</wd:Address_Line_Data>
i undestand not everybody is interested by this fields so if anybody can help me with the correct xml calls for this fields
i've tried many without returns and/or errors such as for 1)
$o.Adr=$workerJobData.SelectNodes('./wd:Position_Data/wd:Business_Site_Summary_Data/wd:Address_Data/wd:Address_Data/wd:ID@wd:Formatted_Address]]', $NM).InnerText
and for 2)
$o.Adrl1=$workerJobData.SelectNodes('./wd:Position_Data/wd:Business_Site_Summary_Data/wd:Address_Data/wd:ID[@wd:type="ADDRESS_LINE_1" and .Descriptor="Street Name and Type"]]', $NM).InnerText
but i can't get the data read from XML...
if anybody can help me with this cases..
regards
Emmanuel