Telephone format is by default of USA.
Telephone format is by default of USA if you want to add the field telephone in Personal information of employees through below navigation:
Main Menu > Workforce Administration > Personal Information > Modify a Person > Contact Details tab.
At times there are requirements to chnage the same in some other country format. I had been change the same Indian format.
In Application Designer, go to Tools > Miscellaneous Objects > Field Formats for PHONE. Define the phone number formats for any country you want to include.
This will hit the field PHONE (descr PS_PERSONAL_DATA for oracle platform).

1 comments:
More specifically, it hits the fields PS_PERSONAL_PHONES.PHONE and PHONE_TYPE, which is picked up by SavePostChange PeopleCode and the PERS_REFRESH Process which rebuild PS_PERSONAL_DATA.
Post a Comment