This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Approval workflow on submit button

I have created a form to add new identity in custom table. on the click of save button i need to attach the workflows over it. Can you tel me how to attach the workflow on the submit button and then create the idenity in Employee table.

Parents
  • Hi,

    I've seen two approaches to this requirement

    1. Create employee directly into Person table setting certification status to 'New', disabling role/entitlement inheritence and then triggering attestation for the 'approval' of the Person object (ootb I think there is a daily attestation schedule for this)
    2. Have your custom form submit a PersonWantsOrg request (referencing a service item with an approval policy assigned that is linked to a QERResource/QERReuse object)

    HTH,
    Adrian
Reply
  • Hi,

    I've seen two approaches to this requirement

    1. Create employee directly into Person table setting certification status to 'New', disabling role/entitlement inheritence and then triggering attestation for the 'approval' of the Person object (ootb I think there is a daily attestation schedule for this)
    2. Have your custom form submit a PersonWantsOrg request (referencing a service item with an approval policy assigned that is linked to a QERResource/QERReuse object)

    HTH,
    Adrian
Children
No Data