Skip to main content
Answer

The type or namespace name 'ARDocumentResult' could not be found for Screen SP402000

  • September 21, 2023
  • 2 replies
  • 68 views

Forum|alt.badge.img

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

Best answer by sweta68

Hi @jayson ,

Just Add below using to your DAC code.

using static PX.Objects.AR.ARDocumentEnq;

Hope, it helps!

Regards,

Sweta

2 replies

Forum|alt.badge.img+9
  • Semi-Pro III
  • Answer
  • September 21, 2023

Hi @jayson ,

Just Add below using to your DAC code.

using static PX.Objects.AR.ARDocumentEnq;

Hope, it helps!

Regards,

Sweta


Forum|alt.badge.img
  • Author
  • Jr Varsity II
  • September 21, 2023

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 !