Exam PCSAE All QuestionsBrowse all questions from this exam
Question 24

An incident field is created having the display name as Source_IP.

How can the field be accessed?

    Correct Answer: A

    When accessing incident fields programmatically, the display name `Source_IP` typically translates to a machine-readable field name in lower case and without underscores or spaces. Therefore, the correct way to access the field would be `${incident.sourceip}`.

Discussion
MarcoS10Option: A

A is correct

randomnametesterOption: A

The correct answer is A. Machine name is lowercase with no space

piipoOption: A

lowercase with no space