Skip to main content
September 30, 2022
Question

Milestone configures for Approval & Reject Flows.

  • September 30, 2022
  • 5 replies
  • 0 views

Hi All,

here i using Milestone for my App in Summary(view) interface, so based on status value the Milestone Bar should work. 

in table, "status" containing statuses: "Assigne", "Approved", "Return" and "Reject", which represent the different statuses of a request.

I have the requirement of a milestone where first step should always be "Addproduct",

then next possible steps shown are "Approved", by Manager and "Approved" by supplier it will complete.

but when shopmanager "Reject" show like.

 

similarly, Supplier too, 

5 replies

csteward
September 30, 2022

I'm not sure I completely understand the question here, but are you looking to dynamically change the milestone step display after rejections?  Such as when the Manager Rejects, the display changes from:

(Addproduct>Manager's Approved>Supplier's Approved)

To:

(Addproduct>Reject>Supplier's Approved)

Or something like that?  If so, why not send flags for manager/supplier rejects and use the ol' if() statement logic in the milestone rule?

Or am I just in right field here..

September 30, 2022

Hi Chris,

Yes, if the manager reject's step like (Addproduct>Rejected>Suppler's Approval)

csteward
September 30, 2022

Can you share what you've tried so far, and what isn't working?  Or if this is more of a general question, can you be most specific on what you need help with?