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

Hiding Case Owners Dynamics CRM 2011

$
0
0

Good day guys,

We are trying to hide Case Owners in DCRM 2011 without loosing historic case data, I have added an if statement in the form field for owner that should set the visibility to false. 

The script looks as follows:

if (oOwner.getValue() != null) {
switch (oOwner.getSelectedOption().text) {


case 'Owner Name':
oOwnerEmail.setValue("Owner Mail");
oOwnerDirectPhone.setValue("Contact Numer");
break;

}

Xrm.page.ui.controls.get(oOwner).setVisible(false);

}

Any suggestions?

Thanks!


Viewing all articles
Browse latest Browse all 55831

Trending Articles



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