Category Archives: MS CRM & Javascript

Open new window on some event

i was just trying to open new service activity window on some event  & and after that i was trying to set customers according to the parent contact id i was just trying with window.open(‘/activities/serviceappointment/edit.aspx’); and i write following code to access paraent contactid look on form load event of service activity window. // to create lookup array var customer_lookup=new Array(); //… Read more »