June 4, 20196 yr Hello! I want to have an "on record load' script that will add a record to my audit log when an Individual record is viewed/edited, but I am finding that it is getting stuck in a loop since I have the script return to the individual detail layout/original record, so it bounces back and forth between the detail layout and the layout where the audit log record is created. any thoughts on how I can get this loop to stop? Thanks!
June 4, 20196 yr A few ways. One easy way: If [ Exact ( $$DISABLE_TRIGGERS ; 1 ) ] Set Variable [ $$DISABLE_TRIGGERS ; "" ] Exit Script End If Set Variable [ $$DISABLE_TRIGGERS ; 1 ] ...rest of your script. Other options: Perform Script On Server New Window / Close Window Portal / Relationship record creation
Create an account or sign in to comment