I can't make filter to No field (Nvarchar type). I need to filter record with diferent value at 624. I'd tryied with code: <>'624' The error that show me: Detailed Message: Soap message is invalid!.Do someone help me?Thanks
Asked
Active
Viewed 88 times
0
-
Please provide enough code so others can better understand or reproduce the problem. – Community Nov 04 '21 at 11:27
1 Answers
1
In order to provide the "not equal to" filter in NAV Source component, you could use the XML encoded values as shown below, which would translate to <>'624'.
<>'624'
Please give it a try and share update if there is any more issues.

KingswaySoft
- 852
- 4
- 10