Skip to content

Feature - Support Callable Module to Customize Sales Order Import

Release Date: 6/6/23

Version: 8.5 and Above

This feature allows for a custom module to be called during the interface mode of Sales Order Import. To use this feature, you must have a custom modification provided by NETcellent. 

Go to System Utilities-> Global Setup-> Add-ons-> Sales Order Import-> 30. Call CPORDIMP Custom Logic Upon Order Import to enable this feature.





30. Call CPORDIMP Custom Logic Upon Order Import? - Default is N. If set to Y, the program CPORDIMC will be called during the interface mode of Sales Order Import.

This option can also be customized on a customer-by-customer basis through the Customer EDI Profile function in Customer File Maintenance.



11. Call Custom Logic Upon Importing Order? Default is blank. If set to “Y,” then the application will prompt the user for the custom program name.



The default value is CPORDIMC if not specified.  

If set to “N,” it will override the Global Setup flag if it is set to “Y.”  

If set to Blank, then the Global Setup value will be used. If the Global Setup flag is set to “Y,” then the application will call the standard the customized module CPORDIMC. 

Any messages returned from the customized module are printed on the report output. Three levels of messages are supported - ERROR, WARNING, and INFO. New totals per message type are printed in the grand total area of the report:

                                                                ** Total No. Custom Errors:                 0
                                                                ** Total No. Custom Warning:              1
                                                                ** Total No. Custom Info:                     1 

Programs Modified: ARCUSEXT.FD, NSCTLFIL.FD, NSCTLFIL.W38, ARCUSEDI, CPORDIMP, NSCTLMNV, NSCTLINI
Programs Added: CPORDIMC.WS, CPORDIMC.CBL
CLS
 

Feedback and Knowledge Base