An incident field is created having the display name as Source_IP.
How can the field be accessed?
An incident field is created having the display name as Source_IP.
How can the field be accessed?
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}`.
A is correct
The correct answer is A. Machine name is lowercase with no space
lowercase with no space