preethi
28th December 2010, 07:10
Hi,
i hav a requirement to capture the date on which Maintain Approval is used & user ID who has accessed it.
i created a customized session to capture the date & user ID. the user after approving the Qty in Maintain Approval has to give the receipt number as input, the customized session will capture the current date & user ID for the records.
This has some loopholes & many users forget to run the session.
1. Can i automize the same thru job mngmt & crontab?
2. what are the sessions i need to consider to create a job?
Any ideas are welcome.
thanking you in advance.
mark_h
30th December 2010, 18:10
If you have source code you can change the maintain approvals session. If you don't, then a wrapper program like QKEY, or the RMCis product will allow you to add additional code to the maintain approvals session. Or you could - force them to use your session to launch maintain approvals. You could try unchecking maintain approvals, then in your session launch it for them - but they would have to go thru your session. Something like that might work.
preethi
3rd January 2011, 06:54
If you have source code you can change the maintain approvals session. If you don't, then a wrapper program like QKEY, or the RMCis product will allow you to add additional code to the maintain approvals session. Or you could - force them to use your session to launch maintain approvals. You could try unchecking maintain approvals, then in your session launch it for them - but they would have to go thru your session. Something like that might work.
Mark
can u provide me detail about how to force the users to use our customized session to run maintain approvals..
Thanking you in advance
mark_h
3rd January 2011, 17:30
What you can do is remove the session from the menu and put your session in its place. What it will not prevent is them running your session, entering data and launching maintain approvals and then doing multiple approvals. You would need source code for maintain approvals.
What we was create a receiving session for them. The run this session, enter the data and we run maintain approvals in the back ground using AFS. To keep them from running maintain approvals (we could, but didn't since they still needed some manual approvals) - we could have removed it from the dem flows and put our session on it. We automated the approval process - good received notes, receipt tag, approvals, etc.
baan.kmurali
4th January 2011, 13:46
You can try this in the test server
Copy the maintain approval session to live VRC and put your session(you can check that once enter the date, it will be allowed) as zoom field in any field in Maintain approval session.
but it's not advisable to do like this
Regards
Murali