I like that the phone information coming out of Workday is configurable. It would be better if we could also specify the Phone_Data format coming out of Workday instead of it being hard coded to the wd:Internation_Formatted_Phone. That way several formats can be mapped to several different attributes easily and no policies will be needed to transform the data into the desired format. Being able to pick the format during configuration would be great.
<wd: Phone_Data
wd:Area_Code="450"
wd:Phone_Number_Without_Area_Code="7530977"
wd:E164_Formatted_Phone="+14507530977"
wd:Workday_Traditional_Formatted_Phone="+1 (450) 7530977"
wd:National_Formatted_Phone="(450) 753-0977"
wd:International_Formatted_Phone="+1 450-753-0977"
wd:Tenant_Formatted_Phone="+1 450-753-0977">

Comments

  • I agree. When I implemented at my first customer I had to add code to reformat the phone numbers to national format that the customer was using. It would have been great to have been able to pick the format already provided by Workday instead of adding input transform code to do work already done.