I have a button wired up to show a search which works fine.
It also works fine when I wire the On Success/Search-Value-Set to a single binding.
I’m struggling to figure out how to set it to multiple bindings.
This is what I currently have:
The search-value-set widget does not seem to work with Quick/BAQ searches. In these instances,
use a dataview-filter-set to filter ErpSearchResults (the full quick/baq result set) on the searchResult key value which is populated automatically by a GetList based on the selected value from the user, then use a row-update and set the value to be "{ErpSearchResults.BAQTable_BAQColumn}".
Hi, I have the same requirement. I am updating UD34 Character01 data using the BAQ search result (JobMtl_Part). Could you please help me understand what I should include in the DataView filter?