K
KorakSchoone
Guest
In Rollbase 4.3 we have two Objects connected through Progress Openedge services: Orderlines and Items. Between these two we have an Openedge relationship via the ItemCode field in both tables (this is a character field). This works like it should. On the orderline object we have an object trigger to calculate the orderline price. This trigger runs AfterCreate and AfterUpdate. In the trigger we have the follwing line: var itemcode = {!ItemCode}; We use this value to make a call to Corticon to calculate the total price. This works fine in trigger debugger. But when we do an update or create on the Ordeline we get an error on the codeline stated above. This error comes from the Progress service and states: "Cannot understand after "WHERE Item.Itemcode =". It looks that by requesting this field value in Rollbase a call to the Openedge service is made, but the value is not filled correctly. Are we missing something or is this a bug?
Continue reading...
Continue reading...