My Stuff
Comments
-
Hi karenn, There have been NetSuite connection / Database connection problems throughout the whole day. This could have caused the fields to be not set up correctly. As you said, you would have to try accessing the custom fields or creating the fields again tomorrow.
-
When an existing Search is loaded and Saved in the script, the title and the id of the Search doesn't have to be supplied to the saveSearch function. Eg: var newSearch2 = loadedsearch3.saveSearch(); The above line should save the loaded Search with the same id and title. Can you try this code and let me know if the issue…
-
Hi Jordon, I haven't come across anythng like this before. Would you be able to post the code so I could see what the script is doing. From what you mentioned, it seems to be a very inconsistent behavior. Were you able to get this resolved?
-
HI David, Does this mean there is no need to use a Suitelet to perform the functionality of Searches.? I have 2 date fields and 3 select fields, hence using a Form portlet for this. I would have to create a Saved Search with these filter criteria and display the results along with some calculations and links, in the…
-
Hi David, I have tried couple of different options in order to achieve what I was trying to do with the Portlet, including the one you suggested. It looks like it is not possible to create this Solution using portlets. I might have to look into other options for this one. Thank You for your effort towards trying to help me.
-
Hi Voltron, I am doing the exact same thing as you did a while ago. It is the exact same problem that I am facing too. The filter fields are not retained in the default Portlet when the Suitelet runs and displays the content. You said you got this working, a while ago. Would you be able to point me in the right direction…
-
Hi everyone, I have been following this thread for past 2 days but I was trying different options before I reached out to you. I am also trying to script something very similar. But the input fields are 2 dates and 3 select fields (need to perform searches in the code). These should be available in a portlet. When the user…