How to find section name on incident form ?

Shivam7
Tera Contributor

How to find section name on incident form?

6 REPLIES 6

backend name of section name would in small letter.

 

 

eg: one Section name is Releated Records 

so backend name would be releated_records

 

Note: space will replace as underscore "_"

Service_RNow
Mega Sage
sectionNameStringThe section name is lower case with an underscore replacing the first space in the name, and with the remaining spaces being removed, for example "Section Four is Here" becomes "section_fourishere". Other non-alphanumeric characters, such as ampersand (&), are removed. Section names can be found by using the getSectionNames() method.

 

Refer our documentation for more details.

After going throw this Mark it Correct/helpful, if this helps you
Thank you