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

    • CV API

      Release Date: 10/31/2019 This API allows the programmer to determine whether or not thie current company's .DAT files have been converted to .BTR files. Screen-Parameters: CV Check the converted status for the current company. CV,nn Check the ...
    • 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 ...
    • Avalara Source Code Integration - AV API Call

      Release Date: 11/16/21 Revised: 05/23/22 Version: 8.6 and Above This article is intended for Elliott Business Software developers. This API call will allow the programmer to pass a value to indicate which Avalara function is to be performed. The ...
    • Does Elliott Deferred Processing Take up License?

      Release Date: 01/30/2025 Version: 7.x & Up Q - We are running on Azure Virtual Desktop. It looks like the deferred processing takes one of the licenses. Was the policy changed? A - Deferred processing will take one PSQL (Actian) license. But on the ...
    • AP API

      AP API This API returns various values from the Shared Memory Area. For example: MOVE "AP" TO SCREEN-PARAMETERS MOVE "EDITOR" TO SCREEN-LITERAL PERFORM SCREEN-ROUTINE This returns the user’s preferred Editor in SCREEN-ALPHA-FIELD. The following ...