Create a Concurrent Program as Function
How to Create a Concurrent Program as a Function and assign it to a menu?
Create a new executable. (Sysadmin --> Concurrent --> Program --> Executable)
Create a new Concurrent Program with the executable as the short name (Sysadmin --> Concurrent --> Program Define)
Assign the parameters based on the requirement.
Assign the concurrent program to any request group if needed.
Create a new function
Sysadmin --> Application --> Function
Description Tab:
Provide the Function name (name it as close as short name of the concurrent program for ease)
Provide a Function Name and description
Properties Tab:
Provide the type as 'Form', Maintenance mode support as 'None' and Context Dependence as 'Responsibility'
Form Tab:
Under Form provide the value Run Reports, Application as Application Object Library and Parameters should be the Concurrent_program_name and Program_Application_short_name and title
Sample:
Create a new executable. (Sysadmin --> Concurrent --> Program --> Executable)
Create a new Concurrent Program with the executable as the short name (Sysadmin --> Concurrent --> Program Define)
Assign the parameters based on the requirement.
Assign the concurrent program to any request group if needed.
Create a new function
Sysadmin --> Application --> Function
Description Tab:
Provide the Function name (name it as close as short name of the concurrent program for ease)
Provide a Function Name and description
Properties Tab:
Provide the type as 'Form', Maintenance mode support as 'None' and Context Dependence as 'Responsibility'
Form Tab:
Under Form provide the value Run Reports, Application as Application Object Library and Parameters should be the Concurrent_program_name and Program_Application_short_name and title
Sample:
Concurrent_Program_Name="MY_CONCURRENT_PROGRAM"
Program_Appl_Short_Name="APPL"
TITLE="APPL:SRS_TITLE"
Save your work.
Assign the Function to the required Menu. And assign the menu to the required Responsibility.
Comments
Post a Comment