Anyway To Know It Is Stored In Savedsearch Or Not
I'd like to search using savedsearch. Here my code snippet goes. var searchresults = nlapiSearchRecord('item', search_id, null, null); search_id is defined as parameter in text
Solution 1:
You can do a saved search of saved searches. You could take the results and use regex to determine if there is a similiar one. Use trim plus regex.
Post a Comment for "Anyway To Know It Is Stored In Savedsearch Or Not"