March 4, 2010

Concurrent Program form a Menu

Normally we assign any concurrent program to a request group corresponding to the responsibility from which we want to run our concurrent program. What in case if user want to launch concurrent program directly from a menu.


To assign a concrrent program to a menu follow the steps

1. Create a new function of form type and name it as your concurrent program

2. In the parameter field pass a parameter Program=

3. Assign this function to a responsibility menu from which you want to run this concurrent program.

Now go to that responsibility and click on the function. It will directly launch the concurrent program.

Advantage: User can directly launch the concurrent program instead of navigating to view >> Requests >> Submit

Disadvantage: If you create a function for each concurrent program then in each responsibility you will have around 100 functions which looks weird.

No comments:

Post a Comment

Thanks for your comments submitted.,will review and Post soon! by admin.

COALESCE-SQL

Coalesce- return the null values from the expression. It works similar to a case statement where if expression 1 is false then goes to expr...