Skip to main content

Hello,

 

Im trying to make same field as Location field in sales orders in the same screen.

but its giving me an error null reference.

am I missing something ? maybe a connection between two DACs or something?

Thnx in advance

@abdallaahmed61  Can you please give me that DAC field here


One thing I observed that is OR condition can change like below

 

Or<SOorder.CustomerID, ISNULL>

Instead

Or<SOOrder.CustomerID, Equal<NULL>


One thing I observed that is OR condition can change like below

 

Or<SOorder.CustomerID, ISNULL>

Instead

Or<SOOrder.CustomerID, Equal<NULL>

thnx for your reply, i will edit it.


it seems like i missed the current in the or condition 


Reply