Skip to main content

Does anyone have experience accessing the following internal field while importing?

CurrentDocument.CuryUnbilledOrderTotal

I need access to it because I want to remove a cancelled order line, get the new unbilled $ amount, and then enter that number into the “applied to order”

I BELIEVE I can’t simply do math on what I am removing, as there’s an external tax calculation that needs to happen after removing the line and saving the order

 

 

Hi ​@emery97 We cannot update the “CuryUnbilledOrderTotal” field using an import scenario because it is a calculated, non-persisted field in Acumatica.

This field is automatically computed based on the Sales Order lines and the associated payment amounts, and therefore cannot be directly modified or imported.

 


Sorry to have caused confusion. I know that I cannot update it. I am trying to read/use it as data to input into another field


See below. This scenario works perfectly if I use a static value for example:

= ‘1.99’

So I know that my scenario is working properly otherwise.

I need to read the dollar value of CurrentDocument.CuryUnbilledOrderTotal … when I use it as a source as pictured below, but I get an error when running the import scenario if i set it this way

 


Reply