Dialogue box--SAIL

Hi guys,
can any one please clarify below doubt.
How to show a dialogue prompt with simple ok button?
Just like in appian if a submitted task is tried to accept again it will Prompt "task is already been submitted".

OriginalPostID-252877

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer
    @nellurus if i am not wrong, you want to show a prompt dialogue on click of buttonWidget i.e. normal Button rather than buttonWidgetSubmit, if it is, then u can do something as below:-

    ==================================
    a!buttonWidget(
    label: "Submit",
    style: "PRIMARY",
    saveInto: {},
    confirmMessage: "Are You Sure"
    )
    =================================

    hope this will help
Reply
  • 0
    Certified Lead Developer
    @nellurus if i am not wrong, you want to show a prompt dialogue on click of buttonWidget i.e. normal Button rather than buttonWidgetSubmit, if it is, then u can do something as below:-

    ==================================
    a!buttonWidget(
    label: "Submit",
    style: "PRIMARY",
    saveInto: {},
    confirmMessage: "Are You Sure"
    )
    =================================

    hope this will help
Children
No Data