on 06-02-2009 7:40 AM
Hi,
We have a requirement of changing the format of the mobile number enetered while creating a person from UI to specified format like 123-456-7890 when the user enters the number as 1234567890.
Can anybody give some suggestion on how to do this ?
Thanks in advance.
Regards
Hi Syed,
You need to write the code in the Set Method of the attribute to manipulate the number according to your format.Now, if you are using a standard field to store mobile number...check whether the datatype is compatible and has enough length to store the modified number.
Pass the modified number to the variable VALUE in the Setter method.
Regards,
Masood Imrani S.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.