function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
sfdcdev.wordpress.comsfdcdev.wordpress.com 

Problem with Migration Tool

Hello,

I am trying to Migrate my SControls from SandBox env to antother.

I am not able to migrate one of the scontrol that has this "Case.ContactId".

It gives me an error saying that ContactId does not exist for Case Object.

However during the coding of SControl it will not give me any error. It will even show it in the drop down when I select Case.

Any idea why this is happening. Help will be greatly appreciated.

Code:
var url = "/email/author/emailauthor.jsp—p3_lkid={!Case.Id}&rtype=003&p2_lkid={!Case.ContactId}&"+
"save=1&p24=&p4=&p5=&template_id="+tid+"&new_template=1"; 

 


Thanks,
GirishS