Please ensure the following nomenclature while doing the customizations.
As a general rule, all files, custom fields/records/forms, saved searches, scripts, workflows, etc should include JJ in the ID:
- A template should be called as follows: <JJ name of template>
- A search should be called as follows: <name of search JJ>
For example: Monthly Sales Order Search JJ EN-99 - File Name should be all in lowercase
- A script should have a more complex name, which will include:
- The <JJ> prefix
- The type of script (e.g.: <CL, UE, SL>)
- The name of the script in camel case (where allowed and appropriate)
- In the internal id or at the end you can mention the Jira code if needed
- For example:
* Script Record: JJ UE login details BTN-112
* File Name: jj_ue_login_btn112.js
| Script Type | Script Code |
|---|---|
| Suitelet | SL |
| UserEvent | UE |
| Mass Update | MU |
| Scheduled Script | SS |
| Portlet script | PL |
| Map Reduce | MR |
| Client Script | CS |
| RESTlet | RL |
| Workflow Action Script | WA |
| Bundle Installation | BI |
| SDF Installation | SIL |
| Custom Module | CM |
| HTML | HTML |
| CSS | CSS |
| Report | RE |
| Workflow | WF |
| Custom Form | CF |
| Custom Record | CR |
| Saved Import | SI |
| Bundle | BU |
| Other templates Eg: Email Template | <First letter of the template> ET |