Object / Metadata Type / Settings Conventions
All Naming Conventions Are RFC 2119 and RFC 6919 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.
Last updated
Was this helpful?