Skip to main content
Question

Unable to find a Specific Data Classes

  • July 15, 2026
  • 2 replies
  • 43 views

Forum|alt.badge.img

I’m trying to find a specific data class mentioned in this guide: link, however, I can’t find ARPaymentEntry.LoadOptions. Is this a outdated Item class, or does it go by a different name?

2 replies

Samvel Petrosov
Jr Varsity III
Forum|alt.badge.img+9

It still exists in 26R1 as part of the ARPaymentEntry source code

 


KrunalDoshi
Varsity III
Forum|alt.badge.img+6
  • Varsity III
  • July 22, 2026

Hi ​@kkraus,

You can try in customization under Code and try adding new DAC extension. I am using 2026R1 Build 26.100.0175 and it is available.

Hope this helps!

 

public class LoadOptionsExt : PXCacheExtension<PX.Objects.AR.ARPaymentEntry.LoadOptions>
    {

………...

}