I need to create an extra field in customer info.
Do i need to go through al the code concerning customer adding/editing/deleting to do this or is there a more simple to do this?
I need to create an extra field in customer info.
Do i need to go through al the code concerning customer adding/editing/deleting to do this or is there a more simple to do this?
There is a field called "ExtensionData" on Customer table which you can use to store your personal info. This field is instantiated on codes and stored procedures whenever customer info is needed. You might need to add codes depending on your needs but should be minimal.