Hi,
I need to extract cash Account value, which is 10600

However in code, in all entities with which I am wotking : APRegister, APPayemt, APAdjust - I can only extract its interal id - 978

How to extract it’s value ?
Hi,
I need to extract cash Account value, which is 10600

However in code, in all entities with which I am wotking : APRegister, APPayemt, APAdjust - I can only extract its interal id - 978

How to extract it’s value ?
Best answer by Naveen Boga
Hi
CashAccount objCashAccount = PXSelect <CashAccount,Where<CashAccount.cashAccountID,Equal<Required<CashAccount.cashAccountID>>>>.Select(new PXGraph(), payment.CashAccountID);
string accCode = objCashAccount.CashAccountCD;
I hope you have completed Application Developer certifications training, If NOT, I would highly recommend you to go through it to get great a knowledge about the customizations.
Here is the Link: https://www.acumatica.com/acumatica-developer-training/development/

Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.