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
Den1Den1 

Metadata - what can you update with Eclipse?

I have to move a lot of workflow rules, alerts and email templates from a testing environment into Production.

 

The email templates give me the option to deploy - although that's failing but that's another story.

 

The workflow rules and alerts are in case.workflow xml file. I've tried to simply edit this file and add in another alert - but that fails. I could edit it in our testing environment.

 

It doesn't give me any info, just file saved locally not to server and marks the top line in the file:

<?xml version="1.0" encoding="UTF-8"?>

 

 

Is there a list anywhere of what can be updated and how?

dev_jhdev_jh

We have experienced similar problems. It seems difficult to move templates and workflow related information (sometimes you get an error as the user names in Sandbox have appended "."+SandboxName to them and when moving to Production it states that the user is (obviously) not found).

 

Would like to know how other people are working around this...

 

J

dev_jhdev_jh

BTW, I can´t find the Email Templates in Eclipse... can you shed some light as to how do you select them for deployment? Thanks,

 

J