Skip to main content

Hi there,

 

I am trying to insert the Calculated column onto Calculate Depreciation screen and the Calculated Depreciation field should be populated based on To Period upon processing the action Calculate Only.

 

 

 

However, in Customization Project Editor, the fields are being listed as such they are static fields

 

With that said, does anyone knows on how to make the field dynamically change relative to the To Period filter?

I will normally do a GraphExt and FieldSelecting event to handle the calc for something like this.

You can try to do within BQL in the DAC Extension but its not always possible and if you don’t need the datapoint outside of the screen mentioned then I find it easier to handle via a FieldSelecting event.


Hi @Shawn Burt , I’ll try to do it within BQL since that usually work for me, but how do I work with the name-value pair data since I have never done that before? Correct me if I’m wrong but those fields are name-value pairs, right?


Reply