SAGE Workflow in X3 V6.5 Patch29

Hi,

i would like to trigger a workflow approval at Supplier screen level for bank details, but we added an additional grid type tab at Supplier screen.

So i need to trigger the workflow and approval for  both the grid tables level, it is possible.

Problem is if i have first time entered in to supplier screen and try to modify the bank details the workflow doesn't trigger for both the grid tables level but if tried again than it will be triggering.

Please help on this, is there any solution to trigger workflow & signature for two grid tables with in the single object.

Thanks & Regards,

Siva Krishna 

  • 0
    Hi Siva,
    I dont have an answer to your question. but I'm really interested in learning how to create/enable workflows in X3 for entities other than sales and purchase orders.
    I need to enable it and set up different approval stages for customer return transactions for example
    It would be great if you can share how to do that

    Thanks
  • 0 in reply to Mahmoud UBA
    Hi,

    I apologies for the late replay on this question.

    To achieve this i enable the workflow button for that particular object and manually triggering the workflow through process.

    step1: i created a workflow rule with event type as 'object ' and operations 'W' (workflow button) with null event code.

    step2:

    And here is the syntax to call the workflow signature.

    Call WORKFLOW(2,GABREV,"W",XXXX) From AWRK

    2 = Object type workflow

    GABREV = function name(i.e. GESSIH)

    W = operations(workflow button)

    XXX = key of the object or table(i.e. for which table you need to setup the workflow)

    I hope it would helpful to you.

    Best Regards,
    Siva