Hi,
I am getting Object reference error While Opening a screen.
The Issue Which I found was “Inside the Data View declaration Field Value is going null”;
Ex:
public PXSelect<Table1,
Where<Table1.Field1,
Equal<Current<Table2.Field1>>,
And<Table1.Field2,
Equal<Current<Table2.Field2>>>
>> DataView;
In the Above Sample Query I am getting Table1.Field2 is Null value..Because of that Object reference issue is throwing while opening screen.
How can I solve this type of issue. Can any one suggest on this??
Thanks,
Giri.
Page 1 / 1
Hi
Hi
Thanks,
Giri.
Yes, most of the cases we can see this issue when Table1 and Table2 is not tied properly. However, I'm glad that issue is cleared now.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.