Forum Post: Re: Update Field Value

  • Thread starter Thread starter chris13
  • Start date Start date
Status
Not open for further replies.
C

chris13

Guest
hi im trying this code in my trigger var app = new QTY (rbv.api.SetFieldValue("Inventory_2.Quantity+Delivery_2.Quantity")); UPDATE [Inventory].Quantity(); SET [Inventory].Quantity = Inventory.Quantity + Delivery.Quantity; WHERE [Inventory].Item_code = Delivery.Item_Code; but i ended up having the same error again and again which is Error "QTY" is not defined. (line #1) in formula: Error "UPDATE" is not defined. (line #1) in formula: - See more at: community.progress.com/.../75903

Continue reading...
 
Status
Not open for further replies.
Back
Top