Skip to main content

Hi All,

In App10 version we could use the condition based search quite effectively. We caould have enter more than records in one condition.

 

But in cloud it seems condition based search is only working for the first item that we are entering. If we have multiple records for one condition based search is not working.

 

Is this a known issue in cloud?

I think the search is working in the same way in both environments.

Your search logic in the cloud environment will show you all results where the receiver description is NOT JH Customer OR starts with PREMIER INC

So in reality will only exclude JH Customer - as most of the records will be NOT = JH Customer

If you use the advanced search toggle and change the OR to AND, then JH customer will still be excluded but the result set will further be restricted to those lines where starts with PREMIER INC is valid.

I’ve checked this on the users per company screen - so there could be a projection specific issue with the Available lines for shipments screen in cloud.


I agree with David  the logic looks correct. The issue probably comes from how Cloud interprets multiple values in one condition. In App10, the semicolon was handled as an OR separator, while in Cloud it’s read as one single string. That’s why only the first condition seems to work.