Hi there, I got an requirement to create a new Data entity for Customer Transactions. I have added all the fields as per the requirement but couldn't able to add the Balance Transaction Currency and Balance Local Currency fields from CustTrans form. I have created 2 Real Unmapped fields and tried to add similar logic what was there in CustTrans table for those fields. But, when exporting the values are coming as null. Please find the details mentioned below and suggest accordingly.
path : Accounts Receivable > All Customer > Select Customer > Transactions
I need to capture the Balance Transaction currency and Balance Local Currency fields as mentioned below

These two fields are Display methods in CustTrans Table. I need to fetch these values in my new Data Entity. The logic i tried for the same is mentioned below in the Entity's Postload().

- The above logic is returning me null values but in the form i can see the values.
- Please suggest what i need to change so fetch the values as per Customer Transactions Form
- remainAmountCur() and remainAmountMST() methods are present in CustTrans Table and those are the methods behind those fields in the form which i need to fetch in Data Entity
Thanks,
Prem