Hi all,
Maybe I have dummy question, but still.....
I`m trying to fetch vendor currencies via search module, but cannot find how to get all available currencies for vendor.
My code looks something like this:
search.create({type:'vendor', columns:['currency'], filter:[filtering by id....]}
But this search return only primary currency and not list of currencies.
Because currency is sublist of vendor record, the syntax should be different or there should be kind of join maybe.
Any ideas?🙏