A search request is performed in Netsuite to look for inventory records for a particular item. When a record is found, it is parsed and the matching outbound route is searched. If there is a match then the inventory record (csv data) is translated to an EDI 846 and sent to the trading partner.
This section explains the settings required to configure the integration between NetSuite to retrieve the inventory records and Transform the same to EDI X12 846 format for the Trading Partner integration.
How to Configure
- Configure Schedulers: Set the LaunchNetsuiteInventory846PSScheduler to initiate the 846 flow. This can be found in the
com.cleo._customer_.booster.netsuite.inventrory.n846
package. The Scheduler runs every 4 hours by default. Configure the specific time interval based on your specific requirements. - Configure the Outbound Route: Use the Customer_Name field to identify the Trading Partner to whom the Inventory records should be sent.
- Configure the EDI Enveloper: The X12 846 envelope details and the trading partner endpoint to which the X12 846 has to be sent should be _TP_846v4010ENV (found in trading partner Project/
com.cleo._customer_.netsuite._tp_.outbound.n846.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, _TP_846v4010ENV must also be updated accordingly.
Prerequisites - Folder IDs and Names, Global Variables
After configuring the outbound 846 flow, the following prerequisites must be met before running.
- Folder Internal IDs. The Folder internal IDs being used in the Saved Search Scripts must be modified per the customer’s instance internal ID. The saved search script ID used is customscript_cleo_sch_846_inventory_script.
- Folder name in saved document search. In addition to updating folder internal IDs, you must update the folder name under the criteria tab in the saved document search so that it points to the appropriate transaction folder name. The saved search ID used is customsearch_cleo_ss_846_getcsvfile.
- Configure Global Variables with Archive Folder Internal ID. Global Variables must be initialized with the internal ID of the archival folder as per the customer instance. For 846, update the Global Variable for InventoryArchiveFolder.
Please see specific details for updating the NetSuite script for the steps noted above.
How to Run the Flow
- Before proceeding, ensure that the following Projects have been deployed. If any of these Projects are already deployed and remain unmodified, there is no need to redeploy them. Similarly, if any of these Projects were not checked out to your Workspace, they can be skipped from the deployment process.
-
com.cleo._customer_.edi
com.cleo._customer_.edi.booster.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.cockpit.core.n846
com.cleo.cic.connector.netsuite
- Run the flow either manually or automatically:
- Manually run the Business Process flow by launching LaunchNetsuiteInventory846BPS.
- Automatically run LaunchNetsuiteInventory846BPS to execute the flow based on the specified interval.
- 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 tile with error
Example of Cockpit job with error
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 Inventory from NetSuite.
The LaunchNetsuiteInventory846PS scheduler (found in
com.cleo._customer_.booster.netsuite.inventory.n846
package) 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 846 from the NetSuite invoice.
The values mapped are documented in the Integration Design Specification, which can be found in
com.cleo._customer_.edinetsuite
project under the docs folder. To add more fields, you must update the _TP_846v4010RS Ruleset, which can be found in thecom.cleo._customer_.netsuite._tp_.outbound.n846.v4010
package.
Contact Cleo Support for assistance when adding Rules.
Comments
0 comments
Please sign in to leave a comment.