Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
Merge pull request #13 from navikt/NamingConventions
Browse files Browse the repository at this point in the history
Fixing my copilot error. :-D
  • Loading branch information
Triopticon authored Feb 7, 2024
2 parents 8c460f9 + cb95ada commit 44a7ee5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/development/naming_conventions.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ Naming Conventions for Customization and Configuration in Salesforce is an impor

Remember, adhering to these naming conventions enhances readability and facilitates efficient management of our Salesforce environment.

Certainly! Here's a rewritten version of the information about different casings:

## 1. Language
**Configurable metadata** (such as Custom Objects, Custom Fields, Process Builder, Flows, Apex, etc.) is created and named in the English language. This applies to both labels, API names, and help text. For metadata where labels are visible to the user, these must be translated to Norwegian using the **[Translation Workbench](https://help.salesforce.com/s/articleView?id=sf.workbench_overview.htm&type=5)**. There are two main reasons for this approach:

Expand Down Expand Up @@ -117,8 +115,8 @@ The following are examples shows valid naming conventions for Object Label, Obje

| Object Label | Object Plural Label | Object Name (API) |
|:-------------|:-------------|:-------------|
Shipping Invoice | Shipping Invoices | ShippingInvoice__c
Inclusion Opportunity | Inclusion Opportunities | InclusionOpportunity__c
Shipping Invoice | Shipping Invoices | ```ShippingInvoice__c```
Inclusion Opportunity | Inclusion Opportunities | ```InclusionOpportunity__c```

____

0 comments on commit 44a7ee5

Please sign in to comment.