RE: Before save trigger: Some sale values not changed
One field I don't seem to be able to change via setOutputValue()
however, is the "Stalled" checkbox in the sale.
I have tried the following statements, none of them seem to check the "Stalled" checkbox:
eventData.setOutputValue( "SaleStalled", "true" );
eventData.setOutputValue( "SaleStatus", "4" );
eventData.setOutputValue( "SaleEntity.Status", "Stalled" );
Is there a way to change the value of the "Stalled" field when using a "before saving sale" trigger?