A developer writes a business rule to run on 'before' update of the Incident table. The rule sets a short description only if it is empty. However, the short description is never set even when it's empty. What is the most likely cause?
Select one:
The trap here is that candidates may confuse `gs.setValue()` with a valid method, not realizing that...