PO Suggestion Search - 2023.2.6 - Can someone help verify issue?

I’m seeing some questionable functionality and was hoping someone with 2023.2.6 (latest Kinetic) could re-create this and verify if they see the same.

PO Suggestion > Running a search… I select a Buyer to search by… they have multiple suggestions in the search results. I select them all and click okay…

image

…the search results then populate the dataview/grid on the PO Suggestion screen. Cool!

I do the same search… I get the same result set… but this time I only select ONE record and click OK.

image

This time the dataview/grid on the PO Suggestion page does NOT update.

I debugged and noticed the “Condition” on the POSugg search is:
‘%searchResult.count% > 1’

image

So, if I only select one record and try to load it on the screen, this condition evaluates to FALSE, and the grid does not update/populate with the one selected record.

Below is the event from App Studio:

Should this not be: >= 1

With the current “condition” I have to select at least (2) records in the search results for the results to populate in the grid.

I will enter a case, but was hoping someone could double check and verify this behavior before I submit.

Hi David, I recently stumbled across this issue whilst making some modifications within current code line and changed the expression to > 0 for reference.

Out of interest is there any reason you are using the search and not the landing page grid filters, I just wanted to check whether there was anything unique within the search we were missing - thanks?

Hi Neil,

I think its a personal preference. I, personally, agree with you. Easier/faster to filter rather than search.

This all started when one of our buyers said he couldn’t populate any results… I recommended the same thing (don’t search, just use the filters)… but I think he’s just used to searching and selecting (old habits?).

In this case, I’m just the lucky guy who was asked to investigate the issue.