Hi,
I am trying to extract the value from customer in details, as it shown at screen its name is AdjdCustomerID

However, when I am getting this value in a code ,
foreach (PXResult<AR.ARAdjust, AR.ARInvoice, PX.Objects.AR.Standalone.ARRegisterAlias, ARTran> gridRow in Base.Adjustments.Select())
{
AR.ARAdjust _adjust = gridRow;
try { codeWordArtsyl = _adjust .AdjdCustomerID.ToString() + "VCARD"; }}
I am receiving codes (4096, 4078) instead of names ABCVENTURE, ARTCAGES as it is depicted at screenshot.
How to extract names of Customers from this tab ?