| IA # | Name | Type | Custodial Package | Date Created | DBIC Approval Status | Status | Usage | File # | General Description | Remote Procedure | Routine | Date Activated |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| IA # | Name | Type | Custodial Package | Date Created | DBIC Approval Status | Status | Usage | File # | General Description | Remote Procedure | Routine | Date Activated |
| 7280 | WEBG ADD/EDIT/DELETE ORDER DIALOG | Remote Procedure | WEB VISTA REMOTE ACCESS MANAGEMENT | 2021/08/26 | Pending | Private | Allows the WebVRAM GUI application to add new entry, edit and delete entry from the Order Dialog file #101.41 NAME: WEBG ADD ORDLG TAG: ORDADD ROUTINE: WEBGORUT RETURN VALUE TYPE: SINGLE VALUE AVAILABILITY: RESTRICTED DESCRIPTION: The ICR is still in progress. Allows the WebVRAM application to add new entry to the Order Dialog file #101.41 INPUT PARAMETER: ORDLGDATA PARAMETER TYPE: LITERAL REQUIRED: YES DESCRIPTION: These are the data fields that need to be set into the Order Dialog file #101.41. Contains the following "^" piece delimited structure: ORDLGDATA=p1^p2^p3 where: p1 := [required] The external value from the Order Dialog name (#101.41,.01) p2 := [optional] Display Text (101.41,2) p3 := [optional] Type If not passed in, the routine will default the type to "D"ialog Example: ORDLGDATA=WEBG OR NEW ORDER DIALOG^Sample Display Text^D RETURN PARAMETER DESCRIPTION: Returns a single value in the following format: If the adding of entry is successful: RESULT= IEN from the Order Dialog file #101.41^message Otherwise, RESULT=-1^error_message NAME: WEBG EDIT ORDLG TAG: EDITORD ROUTINE: WEBGORUT RETURN VALUE TYPE: SINGLE VALUE DESCRIPTION: The ICR is still need to be requested. Allows the WebVRAM application to add new entry to the Order Dialog file #101.41 INPUT PARAMETER: ORDLGDATA PARAMETER TYPE: LITERAL REQUIRED: YES DESCRIPTION: These are the data fields that need to be set into the Order Dialog file #101.41. Contains the following "^" piece delimited structure: ORDLGDATA=p1^p2^p3 where: p1 := [required] The external value from the Order Dialog name (#101.41,.01) p2 := [optional] Display Text (101.41,2) p3 := [optional] Type Example: ORDLGDATA=WEBG OR NEW ORDER DIALOG^Sample Display Text^D RETURN PARAMETER DESCRIPTION: Return a single value in the following format: If the adding of entry is successful: RESULT=1^message Otherwise, RESULT=-1^error_message NAME: WEBG DELETE ORDLG TAG: DELORD ROUTINE: WEBGORUT RETURN VALUE TYPE: SINGLE VALUE AVAILABILITY: RESTRICTED DESCRIPTION: The ICR still need to be requested. Allows WebVRAM application to delete/remove an entry from the Order Dialog file #101.41 INPUT PARAMETER: ORDNAME PARAMETER TYPE: LITERAL REQUIRED: YES DESCRIPTION: This is the external value from the Order Dialog file #101.41,.01 RETURN PARAMETER DESCRIPTION: Return a single value in the following format: If successful: RESULT=1^message Othwerwise, RESULT=-1^error_message |