Jump to content

how to change the unique employee id....


saiorkrish

Recommended Posts

the employee id is saved in database as <<1,2,3,4>> and so on..........

 

i would like to have the employee id to be saved in the database like prefixing with le as <<le1,le2,le3 >> how can i achieve it anyone please help me.....

Link to comment
Share on other sites

Hi saior,

The ID is an integer number in the database so cannot contain any letters. You cannot just change it to varchar or so, as PS assumes all ID's to be Int(10)-s. You would have to make exceptions for this class everywhere it is used all over PS...

 

What exactly do you try to achieve? Maybe there is another way to do this. Please elaborate what/where/when/how you need it exactly.

 

my2 cents,

pascal

  • Like 1
Link to comment
Share on other sites

  • 7 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...