Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2023 01:16 PM
I have a requirement that we show a conflict message only for normal, standard and urgent changes
I have updated the conflict properties and the onchange rule to reflect the new message.
The problem i am having is excluding emergency changes (which don't require this message to show)
I've tried adding if (startDateReadOnly && type != 'emergency" || endDateReadOnly && type !=emergency) to the below code without any luck.
How could i prevent this from showing if the change type is emergency?
Solved! Go to Solution.