Hi,
I am trying to get this value

Unfortunately only it’s ID available - 1173 instead of value 20000
How I should form my request in order to get it’s value ?

Hi,
I am trying to get this value

Unfortunately only it’s ID available - 1173 instead of value 20000
How I should form my request in order to get it’s value ?

Best answer by Naveen Boga
Hi
Hope this helps!
Account objAccount = PXSelect <Account,Where<Account.accountID,Equal<Required<Account.accountID>>>>.Select(Base, Base.Document.Current.APAccountID);
string AccountCDValue = objAccount.AccountCD;
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.