Hi,
Is there a possibility for us to replace the system generated Id field values with own values? Our scenario is this:
(1) We need the ID field value to be that of out company's account number which will be entered by the staff when the account is created
(2) We could insert a formula to replace the ID field value with the entered account number.
The reason for doing this that when we create new records in another entity which is related to the Account entity we could do that with the account number instead of an arbitrary generated ID. Example: Subscriptions related to an Account. This way when we migrate to another instance we could just export and import the linked entities.
Is there a possibility for us to replace the system generated Id field values with own values? Our scenario is this:
(1) We need the ID field value to be that of out company's account number which will be entered by the staff when the account is created
(2) We could insert a formula to replace the ID field value with the entered account number.
The reason for doing this that when we create new records in another entity which is related to the Account entity we could do that with the account number instead of an arbitrary generated ID. Example: Subscriptions related to an Account. This way when we migrate to another instance we could just export and import the linked entities.
Comment