current.setAbortAction(true) causes the error message 'Invalid update'
Guys,I got stuck with current.setAbortAction(true) in a business rule... I have a simple business rule on an incident table:When: BeforeUpdate: yesCondition: current.category=='Software'&& !current.hasAttachments()Script: gs.addInfoMessage...