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

RE: Hiding a field based on another field in the same Tab

$
0
0

Without seeing the code it sounds like you are trying to use the result of a .getValue() when it doesn't have a value.

You should have something like:

if (Xrm.Page.getAttribute("new_yourfield").getValue() != null) {

     var x = Xrm.Page.getAttribute("new_yourfield").getValue();

}

This checks for a value before trying to use a value that doesn't exist.

If this is't the case, post some code.


Viewing all articles
Browse latest Browse all 87499

Trending Articles



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