O
Orchid Corpin
Guest
Hi Aggy, To do this you can create an Update Field Value trigger in the Workshop object, these two objects / tables must be related. Trigger Properties values: Record = Material Field to change = Quantity In the formula area specify the sample code below: return parseInt("{!R123456.quantity}") - 1; //R123456 - relationship name Hope this may help. Regards, Orchid
Continue reading...
Continue reading...