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.
Solution 2:
You could prevent this by changing your search_id parameter to a List/Record of Saved Searches.
Any reason why it has to be a text field?
Post a Comment for "Anyway To Know It Is Stored In Savedsearch Or Not"