#Milestone I have three screens with milestone on top. i was trying t

#Milestone

I have three screens with milestone on top. i was trying to implement link option in that milestone so that just by clicking that link user can navigate to that particular screen. what type of link i should use ? can you help out with the below sample code.


a!milestoneField(
steps: {"page 1", "page 2","page 3"},
active: 1,
links: ??
),

what type of link i should use ?

OriginalPostID-191758

OriginalPostID-191758

  Discussion posts and replies are publicly visible

Parents
  • Hi michaelg, we can achieve this by one of the workaround by combining all the three interfaces in one SAIL interface and we can arrange those interface by using choose function. Now we can place dynamic link in milestone component based on the active stage value differ the interfaces will differ accordingly by mapping this value to choose selection value.
Reply
  • Hi michaelg, we can achieve this by one of the workaround by combining all the three interfaces in one SAIL interface and we can arrange those interface by using choose function. Now we can place dynamic link in milestone component based on the active stage value differ the interfaces will differ accordingly by mapping this value to choose selection value.
Children
No Data