Forum Post: RE: Tables

  • Thread starter Thread starter Orchid Corpin
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top