Referencing a Custom Plug-in in a mapreducescript SDF Custom Object

As part of supporting map/reduce scripts in SuiteCloud Development Framework (SDF), to specify the custom plug-in type in a mapreducescript SDF custom object, use the customplugintypes and plugintype elements to reference your custom plug-in. For example:

          <mapreducescript scriptid="customscript_mr">
    ...
    <customplugintypes>
        <plugintype>
            <plugintype>[scriptid=customscript_doc_signing]</plugintype>
        </plugintype>
    </customplugintypes>
    ...
</mapreducescript> 

        

For information about custom plug-ins:

Related Topics

Map/Reduce Script Objects as XML Definitions
Defining a Map/Reduce Script Deployment in XML
Setting a Concurrency Limit on Your Map/Reduce Script Deployment in SDF
Referencing a Script File in a mapreducescript SDF Custom Object
Referencing a Custom Script Field in a mapreducescript SDF Custom Object
Example of a mapreducescript SDF Custom Object

General Notices