Skip to main content

I have this error when deploying default event for FieldSelecting(No changes made yet). It is also happening with other events for ARDocumentResult

Hi @jayson ,

Just Add below using to your DAC code.

using static PX.Objects.AR.ARDocumentEnq;

Hope, it helps!

Regards,

Sweta


Hi @jayson ,

Just Add below using to your DAC code.

using static PX.Objects.AR.ARDocumentEnq;

Hope, it helps!

Regards,

Sweta

Thank you so much @sweta68 !


Reply