We have two functions that invoke the same Map/Reduce script, depending on the ongoing deployments. Additionally, we are dynamically passing parameters, including filters for the Saved Search, from each function to the Map/Reduce script. The following function creates the Map/Reduce script if the same deployment is not currently active. It applies filters for serialized and… Continue reading Passing parameters dynamically to a Map/Reduce Script
Tag: getting parameters
How to get sublist data in suitelet using request parameter?
JIRA CODE : BGGN-551 Description The following code explains how to get the sublist values added in the custom suitelet page in the POST method Solution