Retrieve account of approver.

1
Hi all,   I have one scenario, In my application I am sending a claim request to the manager using workflow. once the manager approve or reject the request I want to retrieve the name of the approver who actually approved the request and I want to show that details on the page. So, how to achieve this?   Can anyone give the solution for this scenario?
asked
2 answers
1

Hi Madhura,

 

Just make an association between claim request and Approver and at the time of approving store the approver in that association.

Then when showing the request retrieve that association too.

 

If I'm not wrong, I hope it helps.

answered
0

Hi, just to complement to Bhargav's answer:

 

Please check the Mendix documentation to learn more about associations:

https://docs.mendix.com/refguide/associations/

 

I hope that information is helpful to you. Go make it!

answered