Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Use the line break symbol \n after each field API Name to list the incident fields in a specific order:

Code Block
CA10__subject__c\n
CA10__closeDate__c\n
CA10__status__c\n
CA10__description__c\n 

Prefix a field API Name with a - to exclude it from the incident description:

Code Block
CA10__subject__c\n
- Id

where - Id will exclude the field Record ID

...