Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 271 Bytes

File metadata and controls

13 lines (9 loc) · 271 Bytes

CustomField

A CustomField API Name must be in english and PascalCase

Field: DeveloperName
Regex: ^[A-Z][A-Za-z0-9]*$

Example

PhoneNumber

Custom Fields must have a Description (at least 10 chars)

Field: Description
Regex: ^.{10,}$