#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
  • @michaelag That depends. Various types of links you can use as per the documentation at https://forum.appian.com/suite/help/16.1/SAIL_Components.html#Milestone are a!documentDownloadLink(), a!dynamicLink(), a!newsEntryLink(), a!processTaskLink(), a!recordLink(), a!userRecordLink(), a!safeLink(), a!submitLink(). For instance, let's say the requirement is to navigate to other task, the you should use a!submitLink(). Let's say, the requirement is to surface some components in the same interface and hide others, then you may use a!dynamicLink() and perform some show or hide logic, the SAIL recipe at https://forum.appian.com/suite/help/16.1/SAIL_Recipes.html#Build_a_Wizard_with_Milestone_Navigation is an example for this.
Reply
  • @michaelag That depends. Various types of links you can use as per the documentation at https://forum.appian.com/suite/help/16.1/SAIL_Components.html#Milestone are a!documentDownloadLink(), a!dynamicLink(), a!newsEntryLink(), a!processTaskLink(), a!recordLink(), a!userRecordLink(), a!safeLink(), a!submitLink(). For instance, let's say the requirement is to navigate to other task, the you should use a!submitLink(). Let's say, the requirement is to surface some components in the same interface and hide others, then you may use a!dynamicLink() and perform some show or hide logic, the SAIL recipe at https://forum.appian.com/suite/help/16.1/SAIL_Recipes.html#Build_a_Wizard_with_Milestone_Navigation is an example for this.
Children
No Data