DD API Changes (V9.0)

DD API Changes (V9.0)

DD: Drill Down


The Drill Down API allows the developer to drill down to another Elliott application. The information provided in SCREEN-PARAMETERS will give the system the correct information to determine if the user has rights to the application requested.

The Version 7.5/8.x Parameters:


DD,PP,PRC,MM,ppppppp,S 

Where 
  • PP = 2-digit package-id
  • PRC = process name from menu system
  • MN = menu number within process name
  • pppppppp = program
  • S = N means in a new, separate process

  e.g.: DD,IM,INQ,03,IM0500,N
Screen-Menu contains the data passed to the called program...

Note: PRC,MN is used to verify access to the program.

The V9.0 Screen Parameters:


DD,PP,MM,SS,B,S,ppppppp,DDDDDDDD

Where 
  • PP = 2-digit package-id
  • MM = menu number within process name
  • SS = submenu number within process
  • B = passed byte
  • S = N means in a separate process
  • pppppppp = program to use to verify rights
  • DDDDDDDD = Optional program to run. If not provided, the "pppppppp" program will be run.

e.g.: DD,PO,01,00,P,N,PO0300  ,POORDINQ

Screen-Menu contains data passed to the called program.

CLS

    • Related Articles

    • FA API Changes (V9.0)

      FA: File Access (Without File Handling) This API can be used to retrieve an individual field from a specific record in a file without specifying the file in the program and without opening and closing the file. In its simplest form, one can, for ...
    • 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 ...
    • VA API Changes (V9.0)

      VA: Verify Access Elliott V9.0 supports a series of 999 security flags to control access by users to specific features in the software. At runtime, the VA,nnn API is sent (where nnn is a number identifying the security flag) and either “Y” or “N” is ...
    • 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 ...
    • Elliott API (JSON REST Web Service)

      Introduction In the past, Elliott web services is based on SOAP standard since that is the first web services standard created for the industry. Since then, RESTful APIs (Representational State Transfer) have become the backbone of modern web ...