Worflow Issue

subashh

Member
Hi JDE LIST,

Pls help me to find out the solution for my issue in worflow..

I have desinged one simple workflow. It will send a message to approver's workcenter. He can either approve the msg or reject and then workflow will update the table based on the approver's response.

The issue is that i'm recieving msg in the workcenter. But when i click the activity link from the workcenter to call the workflow approavl form, it is not getting launched.

I saw the jde.log file to find out wht could be the issue. But there was only 2 entires, which was saying that "jde oneworld started" and there were no other logs.

i hsve no clue abt where it went wrong, so please help me to find a solution for this issue..

Thanks
Subash.S
 
Subash,

Which workflow you are using ..Is it Custom workflow?
For update which business function you are using if it is custom BSFN you have to written code like this

If Approval action code A(Accept) update the table...always this updates will happen based on Workflow activity rules .
I think you are using P98805 for messing ..here if you click Accept it will generate action Code A. If reject it will generate R(Reject).
So you have written code for Reject also in u r BSFN.
 
Back
Top