Maximo: How to launch Workflow from pushbutton ?: This documentation provides instructions needed to add the "Route Workflow" functionality using Push Button, in your Maximo environment Res...
I have a requirement to be done using workflow, where I have a range of GLs. If material to be issued from Actuals is having the same restricted gldebit/credit then, issue should not be allowed.
What I have done till now is, I have added a blocked_gl checkbox in Chart of accounts and then created a workflow. Set it to auto-initiate so that it would be invoked on Save. And setup the condition as (:matusetrans.glcreditacct = :glaccount OR :matusetrans.glcreditacct =:glaccount) and (:chartofaccounts.blocked_gl =1 ) if true, then throw message to user. Not working somehow.
Hi Ratnesh,
ReplyDeleteI have a requirement to be done using workflow, where I have a range of GLs. If material to be issued from Actuals is having the same restricted gldebit/credit then, issue should not be allowed.
What I have done till now is, I have added a blocked_gl checkbox in Chart of accounts and then created a workflow. Set it to auto-initiate so that it would be invoked on Save. And setup the condition as (:matusetrans.glcreditacct = :glaccount OR :matusetrans.glcreditacct =:glaccount) and (:chartofaccounts.blocked_gl =1 )
if true, then throw message to user.
Not working somehow.
Am I on right track? Is this feasible?