Elliott Commerce
Creating HTML Emails for Professional Presentation
Release Date: 12/23/2020 Version: 8.5 and Higher Background By default, Elliott's email is in text format. Elliott "EM" API calls will allow developers to create an email document to send out. For more information on "EM" API, please refer to the ...
EM API - Create and Send an Email
Release Date: 12/23/20 Version: 7.0 and Higher This is a set of API calls introduced after Elliott 6.X.060. Use them collectively. They will send out emails through the SMTP or MAPI interface. Developers who use these API calls do not need to know ...
DN API (Document Number Handling)
Release: 1/11/2021 Version: V8.5 and higher DN API: Document Number Increase, Roll Back or Validate In Elliott V8.5, the system supports alphabetic document numbers. The logic to sequentially assigning the next document number is complicated. For ...
GK API
Release Date: 07/08/2021 Revised Date: 05/05/2022 This API allows the programmer to determine whether or not certain keystrokes have been pressed. Screen-Parameters: GK,nn nn provides different functionality as follows: GK Wait for the next keystroke ...
LF API
Release Date: 9/7/2021 Versions: 8.0 and higher This API takes a filespec, like C:\WINDOWS\*.*, and returns the next file in the specified directory for each successive call. Screen Parameters Comment LF,nn Input: SCREEN-LITERAL contains the ...
Feature - Sample HTML Codes for Order Acknowledgement Email
Release date: 2/4/2022 Versions: 8.6 and Above Sample HTML Codes for Order Acknowledgement Email The purpose of this document is to assist Elliott source code developers who wish to modify the Elliott HTML Order Acknowledgment email. Prior to Elliott ...
Disk Write Back Latency Issue with AWS Servers
Release Date: 02/10/2022 Version: All For the past two-plus years, Netcellent has migrated all of its in-house servers to AWS (Amazon Web Services). We also help some of our customers in implementing their servers on AWS. We can advise you that ...
Installing Telerik Components on a Development Computer
Release date: 5/5/2002 Version: Elliott V8.6 and Higher This article explains how to install licensed Telerik components on a development machine where they are not currently installed: Log into the development machine. Bring up the email you ...
HM and UM APIs
Release Date: 5/26/2022 Version: Elliott 8.6 and Up HM API This API hides the main legacy Window in a Control Center menu task. It is used in NWSMTASK in situations where the Control Center launches a task that collects report parameters without the ...
Upgrading to New Telerik Components
Release Date: 10/24/2022 Versions: Elliott 8.6 and Higher How to Upgrade Visual Studio Projects that Use Telerik Components Run Progress Control Panel on a Machine that has a Telerik License Download the latest WinForms and Reporting components. ...
How to Avoid Divide by Zero Error in Report Desk
When designing a custom report, you can also define a formula like "MarginPct." It has a value taken from a complex SQL column definition using numeric fields to compute the margin percent. Normally, you will test the formula in the PSQL Control ...
LT API for Logging Timer Messages
LT API Release Date: 4/28/2023 Versions: V8.5 and Higher Purpose This API allows the developer to log a timing message in application code. It can be helpful when trying to determine where there may be time-consuming processing bottlenecks. Features ...
Report Desk: Developing a Customer-Specific Base Report by Using License Field
Release Date: 5/20/2023 Revised Date: 09/21/2023 Versions: V8.6 Background Users can always customize a Netcellent-developed "base" report. When the requirement is for a relatively simple variation on an existing report, sometimes Netcellent staff ...
Version 8.6 CP02P1 Changes
Release Date: 6/14/23 Version: 8.6 and Above This documentation is intended for Netcellent or Netcellent's developers. It uses Netcellent's own environment as an example of how to perform certain tasks. Introduction Generally speaking, we strive to ...
Debugging COBOL Code in Elliott 8.6
Preparation This documentation is intended for Netcellent or Netcellent's developers. It use Netcellent's own environment as an example of how to perform certain tasks. Start by opening a command prompt and typing COB86. This will set the necessary ...
Error Code 19 Using EliOrderService.asmx CreateOrder() Method
Release Date: 10/07/2023 Version: 8.x & Up A developer received Error Code 19 when using the Elliott web services EliOrderService.asmx CreateOrder() method. The EliOrderService.asm document details can be found in this KB article: ...
Debug Libraries for Animating
Release Date: 12/7/2023 Versions: Elliott V8.5 and Up Rationale On occasion, the Netcellent developer will want to test a new version of a COBOL program without disturbing other users or developers sharing the same environment. With this update, the ...
DM API Changes - Use DM,99 to Display Long Messages
Release Date: 02/05/2024 Version: 8.2 & Up The DM API call is limited to display a message up to 80 digits. For example, you can use the following message to display a message up to 80 digits: MOVE SHORT-MESSAGE TO SCREEN-LITERAL MOVE "DM" TO ...
A Case to Diagnose Elliott SOAP Web Services Errors with Log Files
'Release Date: 08/15/2024 Modified Date: 08/23/2024 Version: 8.5 & Up When a web developer calls Elliott SOAP web services, he/she should place a try catch block so if there is an error with the web services call, the error can be caught at the ...