Activity Forums Salesforce® Discussions How can we hold the system execution on one line while my pop up is opened through javascript?

  • Kumar

    Member
    February 5, 2017 at 11:33 am

    Hi Himanshu,

    You refer to this post. Hope this helps.

  • PRANAV

    Member
    January 31, 2018 at 9:19 am

    Hi Himanshu,

    You can put your additional code in the "Okay" and "Cancel" button functions. For example:

    "Okay": function() {
    $(this).dialog("close");
    alert(is_okay);
    },

    Hope this helps you.

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos