similar issue (but with workaround) happens when I...
# suitetalkapi
a
similar issue (but with workaround) happens when I try to search what currencies are available for the vendor (see screenshot#1). This data is exposed via currencyList on the Vendor and is returned in VendorSearchBasic (screenshot#2). But it is just not there in VendorSearchAdvanced and not joins are available to query that. Again, this is limitation of advanced search? So AdvancedSearch is not an all-mighty at all and we need to use BasicSearch as a workaround?
b
what do the results look like when adding the currency column
a
I believe you started to answer to the upper message. this seems to be another example of advanced search limitations - that curencyList from basic search is just not exposed in VendorSearchRowBasic at all. We just have there one property "currency" and it returns the preferred currency for the vendor, but not the list of all available currencies for this specific vendor. So it looks like if I want this data then I'm forced to use BasicSearch (which is much slower). I am just wanted to verify my understanding - that AdvancedSearch cannot really substitute BasicSearch/JoinedSearch in 100% of times.
b
advanced searches mimic saved searches
basic search match loading individual records
they dont have access to the same data, nor are they required to be named the same
if the currency column doesnt have what you want, then the advanced search probably doesnt offer the data you are looking for
🙏 1