Quantcast
Channel: Microsoft Dynamics CRM Forum - Recent Threads
Viewing all articles
Browse latest Browse all 79901

BPF(Business Process Flow) not displaying properly in Online dynamics 365

$
0
0

I have written code to hide and show BPF based on some condition

It is working fine in 8.1 version when we upgrade to 8.2 it is not displaying properly 

please help me on this.

//===============================================//
//to hide BPF
//==============================================//
function hideBusinessProcessFlow() {
Xrm.Page.ui.process.setVisible(false);
}
//==========================================//
//to show BPF
//=========================================//
function showBusinessProcessFlow() {
Xrm.Page.ui.process.setVisible(true);
}

this is the code i have written


Viewing all articles
Browse latest Browse all 79901

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>