Telephone number field format

 1 Replies
 0 Subscribed to this topic
 68 Subscribed to this forum
Sort:
Author
Messages
Mary Porter
Veteran Member Send Private Message
Posts: 337
Veteran Member
Is there any way to force the format of the telephone fields for employee self service? Or the SSN fields on HR11 or HR13? Our interfaces depend on these fields being formatted a certain
way and the maintenance is timeconsuming after employees have entered whatever they feel like entering as opposed to what we want them to enter.
Vijay S
Veteran Member Send Private Message
Posts: 174
Veteran Member
Hi Mary,

I guess you can do some java scripting to accept only numbers, with no spaces for the particular fields . I think It should help, once you get a a fixed format as i/p , you can convert it to any format you require afterwards (I mean where to put '-' or space) .

- Vijay