Is there a supported way to get the text value of a field within CRM? For instance, I want to know if the user has entered any text in a field before I execute a function, so I would normally check via:
var toUserText = document.getElementById('to_ledit_multi').value;
However, I understand that this is not supported in CRM. Is there a supported way to get the text value? I know I can get the actual saved value, but that is not what I am looking for here. Thanks.
*This post is locked for comments
I have the same question (0)