Tuesday 10 May 2016

Invoke an Action (i.e. Change Status) with Push Button | IBM Maximo

1. Create New Action:
    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)

1 comment:

  1. 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.

    Any suggestions pls.

    ReplyDelete