1. Create New Action:
2. Open desired application (for example, Purchase Requisition in Application Designer
Create a new Signature Option in desired application using application designer
3. Grant newly created Signature option in step 2 using Security Groups.
4. Drag/Drop a new Push button, and set properties as follows:
Name: statusApprAction ( for example)
Object: PR
Type: 'Change Status'
Value: 'APPR'
2. Open desired application (for example, Purchase Requisition in Application Designer
Create a new Signature Option in desired application using application designer
New/Option: statusApprSig
Advanced Signaure Option: Check This is an action that must be invoked by user in the UI
3. Grant newly created Signature option in step 2 using Security Groups.
4. Drag/Drop a new Push button, and set properties as follows:
Event: statusApprAction (created in step 1)
Signature: statusApprSig ( created in step 2)
Hi Abdul, By doing above procedure, it is bypassing the app validations. action is running without looking for mandatory fields. after changing the status, required fields error message is populating.
ReplyDeleteAny suggestions pls.