Skip to main content
Question

Customer Order Charges - Possible Bug?

  • May 12, 2026
  • 1 reply
  • 19 views

Forum|alt.badge.img+6

We have a sporadic issue when some users go to enter a new charge line on a customer order, the new line will display in the table, they will choose the charge type then when they click OUT of the charge type field, the whole new line disappears.

When the line disappears the ‘Cancel New’ option is available. it appears the system knows there is a new line but no longer displays it for the user.

It is nearly impossible to recreate and only happens to two employees so far. 

The only way they can correct it is by signing out of IFS Cloud and then logging back in.

Has anyone else experienced this behavior?

 

1 reply

Forum|alt.badge.img+6
  • Author
  • Do Gooder (Customer)
  • May 13, 2026

Update:

Using the debugger we saw: when the user clicks on the ‘Line Item’ field to connect to a customer order line, the debugger has a line for ‘Reference_CustomerOrderLineChargeLov’

When the line disappears, ANOTHER row in the debugger appears for ‘Reference_CustomerOrderLineChargeLov’, along with three others, in the following order:

  1. CustomerOrderChargeArray
  2. CustomerOrderSet?$filter=(OrderNo%20eq%20%(Ordernumber)
  3. CustomerOrderSet(OrderNo= ‘ordernumber’)

It appears the table is reloading in the middle of a transaction.