Write a script/business rule to check if state is breach closed and if variables empty abort action
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2025 02:12 PM
What to use and how to write script on a record form
when the field [state] is "breach closed" check if any of the following 4 variables are empty and if any of these 4 variables flag a note
ber_finalized
dc_reporting
initial_communication_to_tcwg
eip_laep_informed_of_breach
if are empty write the following message:
Please ensure that the following fields are completed prior to changing the State to Breach Closed:
BER finalized
Initial communication to TCWG
DC Reporting
EIP LAEP Informed of Breach
Hopefully the script can understand example:
BER finalized is filled out but the others are not then send the message.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2025 06:11 PM
there are multiple ways, two follow:
You lack details on what you're trying to accomplish. Provide more context and you may get better advice.