A search request is performed on NetSuite to look for any unprocessed sales order records. If the record is found, it is parsed and the matching outbound route is searched. If there is a match, the NetSuite SalesOrder XML is translated to EDI 855 and sent to the trading partner.
This section explains the settings required to configure the integration between NetSuite to retrieve Sales Orders and transform them to EDI X12 855 format for the Trading Partner integration.
How to Configure
- Configure Schedulers. The LaunchNetsuiteOrderAcknowledgementPS Scheduler is part of the
com.cleo._customer_.booster.netsuite.orderAcknowledgement
package. Configure the specific time interval based on your specific requirements. The example here shows the process set to run every hour. - Configure NetSuite. If the Sales Order is to be converted to EDI and then sent to the Trading Partners from all available orders in NetSuite, then the custom field custbody_cleo_source_status should contain the keyword PENDING_ in its value.
Note: Only Sales Orders with a status of pendingFulfillment or canceled will be searched for.
- Configure the Outbound Route. The Entity - Internal ID is used to identify the Trading Partner to whom the Sales Order Acknowledgement should be sent.
The internal ID is used in the look-up against the
partners
table to find the Trading Partner name. If the Trading Partner name does not match thetpname
while creating the project using Wizard, you must update the Outbound Route to reflect the matching name in _TP_855v4010OR (found in thecom.cleo._customer_.netsuite._tp_.outbound.n855.v4010
package) - Configure the EDI Enveloper. The X12 855 envelope details and the trading partner endpoint to which the X12 855 is to be sent should be configured in _TP_855v4010ENV (found in trading partner
Project/ com.cleo._customer_.netsuite._tp_.outbound.n855.v4010
package). By default, the customer name and the tp name entered in the Wizard property file are added to the sender id and receiver id, respectively. If there are any changes to the enveloping details, the object must also be updated accordingly.
How to Run Flow
- Make sure the following Projects have been deployed. If any of these are already deployed and are not modified, they need not be deployed again.
com.cleo._customer_.edi
com.cleo._customer_.edi.accelerator.netsuite
com.cleo._customer_.edinetsuite
com.cleo._customer_.netsuite._tp_
com.cleo.b2bcloud.core
com.cleo.b2biaas.clarify
com.cleo.cic.cockpit.core
com.cleo.cic.cockpit.core.n810
com.cleo.cic.cockpit.core.n850
com.cleo.cic.cockpit.core.n855
com.cleo.cic.cockpit.core.n856
com.cleo.cic.connector.netsuite
- Run the flow either manually or automatically:
- Manually run the flow using LaunchNetsuiteOrderAcknowledgementBPS in
com.cleo._customer_.booster.netsuite.orderAcknowledgement
package. - Automatically run the flow using LaunchNetsuiteOrderAcknowledgementPS, which runs the flow based on the interval specified.
- Manually run the flow using LaunchNetsuiteOrderAcknowledgementBPS in
- Monitor the flow using:
- Log Entries (Studio Auditor)
- Message View (Cockpit)
- Jobs View (Cockpit)
- Dashboard > Charts (Cockpit)
- In case of errors, a ticket is generated and information is also visible in the Message and Job views in CIC Cockpit.
- Example of Cockpit error tile
- Example of Cockpit error job
- For Outbound EDI validation use cases, see Validation Rules in the Transformation Settings object for Outbound EDI validation rules.
How to Customize
- Change the intervals for retrieving orders from NetSuite.
TheLaunchNetsuiteOrderAcknowledgementPS Scheduler (found in the following package -
com.cleo._customer_.netsuite.orderAcknowledgement
is currently configured to retrieve orders once every hour. You can change this to run more or less frequently. See Creating and Defining Process Schedules for more info. - Add more details to the X12 855 from the NetSuite invoice.
The values that are being mapped are documented in the Integration Design Specification, which can be found in
com.cleo._customer_.edinetsuite
project under the docs folder. However, if you wish to add any additional fields, then you must update the _TP_855v4010RS Ruleset in the package,com.cleo._customer_.netsuite._tp_.outbound.n855.v4010
.In case of errors, a ticket is generated and information is also visible in the Message and Job views in CIC Cockpit.
Contact Cleo Support for assistance when adding Rules.
Comments
0 comments
Please sign in to leave a comment.