Hi,
I have created two custom fields in Cash Purchase, but their values are not displaying in the Generic Inquiry.




Does anyone know what I might be missing?
Thank you!
Hi,
I have created two custom fields in Cash Purchase, but their values are not displaying in the Generic Inquiry.




Does anyone know what I might be missing?
Thank you!
Best answer by harutyungevorgyan
Hello
Please make sure you’ve done the following:
Create a CacheExtension for APRegister
Include all of the custom fields you need (e.g. UsrSignatureStatus, etc.).
In your APQuickCheck CacheExtension, map each custom field back to the APRegister extension by using the BqlField property. For example:
[PXDBString(20, BqlField = typeof(APRegisterExt.usrSignatureStatus))] Repeat this pattern for any other fields.
That way, your APQuickCheck extension will always pull the correct values from the APRegister CacheExtension. Let me know if you need anything else!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.