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 ?
Hi Ivan,
AP Account field holds the ID values in DB and will show CD on the UI.
Use BQL to Account table to get the AccountCD using Account ID.
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;
Hi Ivan,
AP Account field holds the ID values in DB and will show CD on the UI.
Use BQL to Account table to get the AccountCD using Account ID.
Hi
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;
Hi
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.