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
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
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.