MusTS
4 August 2021 17:54
#1
Hello I would like to understand how I may clone the search/dropdown function that is available when searching for an account from a case (as shown in the attached image
how it that pulled in? from where? how can I replicated it for another item from the accounts module
Take a look into these posts for some ideas:
Hello to all,
is possible to use a specific field in sqs where clause?
My Test:
sqs_objects["product_name[" + prodln + "]"] = {
"form": "EditView",
"method": "query",
"modules": ["AOS_Products"],
"group": "and",
"field_list": ["name", "id", "part_number", "cost", "price", "description", "currency_id","cdz_providers_aos_productscdz_providers_ida"],
"populate_list": ["product_name[" + prodln + "]", "product_product_id[" + prodln + "]", "product_part_number[" + prod…
Thanks @BrozTechnologies for the information.
Finish by modifying the following php file “QuickSearch.php” located at:
\modules\Home…
From what I apparently analyze in that file, the Query that is made to Base is made.
I don’t think it’s the right thing to do, but it works for me