Hi,
We have added JavaScript where we need to hide Header Status Reason field on Case form through Javascript.
We have used below code
var statusReason_header = Xrm.Page.getControl("header_statuscode");
The above code is returning null reference in Interactive service hub. However the above piece of code is working in web client. We have placed Status Reason field on Case form Header.
Thanks
*This post is locked for comments