name
Defines the unique user-friendly identifier used for the deployment location, the product license name, and the product permission.
Warning: After you submit your framework.js file for review, do not change name
in the file. If you do change it, you will be permanently locked out of your account.
Parameters
Name | Data type | Description | Notes |
name | String | Name for your product. | Can only include letters and numbers. |
Example
Copied
config: {
name: "AcmeCRM",
...
}