Object / Metadata Type / Settings Conventions
Last updated
Was this helpful?
Last updated
Was this helpful?
All Naming Conventions Are and compliant.
All API names MUST be written in English, even when the label is in another language.
All API names MUST be written in PascalCase.
Objects SHOULD NOT contain an underscore in the objects name, except where explicitly defined otherwise in these conventions.
Objects generally MUST (but you probably won't) contain a description.
In all cases where the entire purpose of the object is not evident by reading the name, the object MUST contain a description.
Junction object API names MUST be singular (not pluralized) and contain the API names of both objects.