Generate Account ID with prefix in SureMDM Hub instance
To generate account ID with prefix in SureMDM Hub instance, follow these steps:
1. Navigate to admin web config file and enter the prefix value as given below:
<add key="CustomerIdPrefix" value="xxx" />
Note: SureMDM Hub account ID will be in the format of “prefix + yymm + xxxx” where “y” refers to the year and “m” refers to the month.
2. Navigate to API web config file and enter the prefix value as given below:
<add key="CustomerIdPrefix" value="xxx" />
The account will be created with specified prefix in the multi-tenant instance.