what is the alert equivalent in SAIL?

Certified Senior Developer

Hi,

we have a requirement to show alert(portal form) on dropdown selection values. we implemented the same using instructions of the drop down component. do we have any thing like independent confirm dialog component to show the alert message.

what I want to know is there any component like alert(in portal) in SAIL?

Thanks in Advance.

  Discussion posts and replies are publicly visible

Parents
  • Hi,
    I would also go with the confirmMessage on the buttonWidget().
    That being said, if your requirement is to alert something field specific and you use instructions attribute to achieve that, you could also check helpTooltip attrib but these are designed for specific purposes.

    If it were form specific, you could try some workarounds like having a dynamicLink, on click of the link, it should hide the parent interface and display another interface with a Close/Ok link which directs it back to the parent interface.
    OR having a startProcessLink to start a process to pop another interface but it opens in a different tab because of its asynchronous behavior.

    Thanks
  • 0
    Certified Senior Developer
    in reply to Smruti Swain
    Thanks for the work around. its a drop down field specific so we used the instructions for the same.
Reply Children
No Data