I have created an olLoad event for the Sales Activities Date of Activity. This is working when using the web client but not working when on a mobile device, iPad/Windows mobile. What need to be done to get this to work on mobile devices?
The onLoad event is:
function SetTodaysDateOnLoad(){
if (Xrm.Page.getAttribute("scheduledend").getValue()== null){
Xrm.Page.getAttribute("scheduledend").setValue(Date.now());
}
}
*This post is locked for comments