Showing ribbon button based on the result of async operation – Andrew Butenko’s Blog

Andrew ButenkoDyn365CE6 years ago144 Views

var AccountRibbon = (function () {

 

    //this variable stores if async operation was already completed

    var isAsyncOperationCompleted = false;

    //this variable stores the result – if button enabled or not

    var isButtonEnabled = false;

 

    function IsButtonEnabled(formContext) {

        //If async operation was already completed I just return the result of it

Continue Reading Andrew Butenko’s Article on their blog

Showing ribbon button based on the result of async operation – Andrew Butenko’s Blog

Blog Syndicated with Andrew Butenko’s Permission

0 Votes: 0 Upvotes, 0 Downvotes (0 Points)

Leave a reply

Follow
Search
Popular Now
Loading

Signing-in 3 seconds...

Signing-up 3 seconds...