Feature Request: add Confirmation Message capabilities to a!dynamicLink()

Certified Lead Developer

Use Case: There are numerous valid use cases where a confirmation message pop-up is useful even when not submitting a form.  Case in point, we are currently able to do this using the ButtonWidget component(s) even when not configured to submit.

  • a!submitLink has the ability to define confirmation message parameters in a way analogous to the ButtonWidget
  • However, other SAIL link styles do not have this capability
  • Therefore, I request that the same parameters be added to a!dynamicLink(), as well as perhaps certain other link types such as Start Process Link and Task Link
  • This would allow us to more fully utilize the various SAIL link components (especially paired with Rich Text and Card Layouts) in places where we might currently be forced to stick to ButtonWidgets.

I look forward to hearing from anyone else who might agree with this, and/or if anyone has any further comments or questions.

Thanks!

  Discussion posts and replies are publicly visible

Parents
  • Thanks for bringing it up. I see one use case here - inline grid row deletions. What are some of your other use cases where it's important to provide the user a confirmation option?

  • 0
    Certified Lead Developer
    in reply to Rachel Rater

    Dynamic links can do a lot - from setting or clearing local / rule input variable values, to directly writing, altering or deleting data in the database via inline smart service functions like a!writeToDataStoreEntity.  I know I've personally run into more small or nich use cases than this in my development experience which I have long since forgotten the details of - and at many times I've had to choose between either being able to use rich text / link components, and being forced to use a (non-submitting) Button Widget just so I can have the safety net of a confirmation popup message.  To me it's artificially restrictive to force us to make these compromises. 

    I realize that the evolutionary paths of the different components have been separate and/or disconnected (i.e. no links had this functionality at all until the SubmitLink was introduced), but now as the SAIL feature set has become more rich and components have been enhanced with greater flexibility, this particular item has started standing out more and more to me as a functionality gap.

  • I understand where you're coming from. I'm looking for the reasons why you felt it was important to have the safety net of the confirmation message. Only when the user is about to delete data or otherwise do something they can't reverse?

Reply Children