Validate License API

Validate License API

Release Date: 4/28/23

VL: Validate License API

Beginning with Elliott V8.5, a developer can use this API to get Elliott License information.

The format for this API follows:

VL,XX,NN


XX = LI          Return License Number in SCREEN-ALPHA-FIELD
                      "DEMO" for demo mode
XX = NU         Return maximum number of users in SCREEN-NUMERIC-FIELD
XX = EX         Return maintenance expiration date in SCREEN-NUMERIC-FIELD
XX = VE         Return version information in SCREEN-ALPHA-FIELD
XX = MF,NN   Return the module flag ("Y" or "N") in SCREEN-ANSWER for module NN
XX = AF,NN    Return the add-on flag ("Y" or "N") in SCREEN-ANSWER for add-on NN

Example:
MOVE "VL,MF,01" TO SCREEN-PARAMETERS
PERFORM SCREEN-ROUTINE
IF  SCREEN-ANSWER = "Y"
    DISPLAY "General Ledger is licensed"
END-IF

JEG

    • Related Articles

    • What to Do When PSQL 11 License Is Disabled

      Release Date: 06/12/2018 Q - I recently migrated my workstation from one virtual server host to another for load balancing reasons. After the migration, the PSQL 11 Workgroup engine on the machine became disabled. When I started up Elliott, I ...
    • How to Update Elliott 8.5 License Key Code

      Release Date: 11/13/2019 Last Updated: 3/7/2022 Version: 8.5 & Up Q - I received an Elliott 8.5 license key code. How do I apply this new license key code to my Elliott 8.5? A - The following instructions apply to Elliott 8.5, 8.6, and all future ...
    • 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 ...
    • 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 ...
    • 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 ...