T
tharanga_herath
Guest
Hi , I have a Problem of looping through set of Records in Rollbase. I have two objects call order and orderline with relationship 1:M Each orderline havinga field to hold the Item price. I have a field in order table Where I need to update this field by adding the all the order lline prices value related to this order. I have Create a trigger in orderline but it want add all the line price Code return rbv_api.selectValue("SELECT SUM({!line_value#value}) FROM orderline WHERE {!R238341#id}= R238341");
Continue reading...
Continue reading...