'Status' field on RequestHistory

Hello,

Where can we find the 'Status' field values and their descriptions in the Request history page. So far we saw only 3 status values - Assigned, Aborted and Unsubscribed. Wondering if there are other values like 'Provisioned' , 'failed' etc. Any thoughts would be helpful

Thanks in advance,

Sri

Parents
  • Hi Sri,

    The OrderState column on PersonWantsOrg simply tells you the status of the order itself (it has a few other values like canceled). If you have provisioning actions which need to run off the back of it, you can use PWOState or make your own column

    Orderstate is decoupled from any business logic that runs off the PWO. Hence that column just tells the state of the request itself, not the state of any actions which get triggered from the request. IF you need the OrderState to reflect the status of the business logic also, your approval WF should not finish until the business logic also has finished, and in this case the state will remain in OrderProduct (equivalent to "Order under process").

    Hope that helps

Reply
  • Hi Sri,

    The OrderState column on PersonWantsOrg simply tells you the status of the order itself (it has a few other values like canceled). If you have provisioning actions which need to run off the back of it, you can use PWOState or make your own column

    Orderstate is decoupled from any business logic that runs off the PWO. Hence that column just tells the state of the request itself, not the state of any actions which get triggered from the request. IF you need the OrderState to reflect the status of the business logic also, your approval WF should not finish until the business logic also has finished, and in this case the state will remain in OrderProduct (equivalent to "Order under process").

    Hope that helps

Children