Page 1 of 1

Custom Search

PostPosted: Wed Feb 21, 2018 8:52 am
by Atronics
I have build a plugin that creates a custom search for Debtors, which works fine in a Debtor search. I need this search to be available in creating a new sales order in the debtor search. How do I find the name of a search, so it can be included in the plugin?
If .CurrentSearchMode = JiwaApplication.JiwaSearch.clsSearch.SearchModes.jswDebtors Then

Re: Custom Search  Topic is solved

PostPosted: Wed Feb 21, 2018 6:54 pm
by SBarnes
Hi John,

Without more of the code its hard to comment but I believe JiwaFinancials.Jiwa.JiwaApplication.JiwaSearch.clsSearch.SearchModes.jswSalesOrder is the mode you are after.