The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
1answer
72 views

Unable to deploy httpCalloutMock based code to production due to NPE that does *NOT* occur in sandbox

Good morning. I've been beating my head against this for the past 24 hours. The following three links are: RestClient class - https://gist.github.com/2a2dd1e1b227dac24e80 RestClient Testclass - ...
2
votes
1answer
50 views

Test passes on Validation and fails on Deployment

I'm trying to deploy a change set with one updated class to production. When I run Deploy it fails because an assertion failure in some other class in my org. When I run Validation only it passes with ...
3
votes
1answer
49 views

custom object fields not showing up after deployment

I created a changeset and deployed around 40 custom objects to another sandbox. On the destination sandbox, the custom fields dont show up on the page layout when i edit or add a new record for the ...
3
votes
3answers
46 views

will the change set deployment affect the ongoing data loading

I came across a situation where one of my peer is uploading some records using the data loader and it may take a long time may be more than 10 hours. My query is, what will be impact of deploying a ...
1
vote
1answer
25 views

Can moving fields from sandbox to production using change sets also make them visible for all profiles?

I am moving few custom fields from sandbox to production using changesets. Everytime i do this i need to go to each field and make them visible.. Is there a way i can say these have to be visible ...
3
votes
1answer
54 views

How to view the detailed debug log of the change set validation in production

I pushed a changeset from stage (sandbox) to production. Everything worked fine in stage but in production it didnt. It just says "Test Coverage of Selected Apex Trigger is 0%, at least 1% test ...
4
votes
1answer
55 views

What is the Deployment Testing Scope

I have a question related to Salesforce.com Deployment. When we try to Validate/Deploy a new Change Set, am I right when I say that it will execute every single test affected by the Apex class / ...
2
votes
2answers
69 views

Is an Inbound Change Set automatically deployed if it contains just tests

I deployed a Change Set containing a single test from a sandbox to production. I received an email that states the Change Set has been successfully uploaded. When I inspect Inbound Change Sets page ...
4
votes
2answers
35 views

What do Change Set statuses mean

I notice that Change Set have statuses (so far I've seen Open and Closed). What do they mean and what effects they have?
4
votes
2answers
78 views

Profiles promoted through change sets appear to work only if profile already existed in target org

My experience has shown two distinct behaviors. Case 1: Placeholder Profile "Profile 27" created in production. Production org copied to Sandbox. Development and config occurs in sandbox. Change ...
3
votes
1answer
41 views

Push change set from sandbox to sandbox

Can I connect two of my sandboxes and push change sets from one to the other?
2
votes
1answer
115 views

Why would changesets not be available in an org?

I am unable to see changesets under setup in an org I am working in. The only thing I see under setup -> deploy is "monitor deployments". I am the system administrator This is a production org on ...
2
votes
2answers
82 views

How do I deploy a changeset from Sandbox to UAT sandbox to Production?

I want to create a deployment chain where I configure a changeset in a DEV sandbox, deploy to UAT (where it can be tested but not changed) and finally deploy that same changeset from UAT to ...
4
votes
2answers
251 views

Permission Sets for Site Guest User

Managing permissions on a force.com site is one of my least favorite things to do. If you got it right in dev, then move to QA, you have to write down all the permissions because you can't deploy ...
3
votes
2answers
107 views

Change Sets and Sandbox Refresh

If I were to create and upload an outbound Change Set from a Salesforce Sandbox to Production, then (without Deploying the Change Set in Production) refresh the Sandbox, would I still be able to ...
5
votes
2answers
146 views

Cannot edit Deployment Connections when given rights through a Permission Set

The default System Administrator profile does not allow for creation of Change Sets and Deployment Connections. At one time we set up a clone of System Adminstrator with the following permissions ...
1
vote
1answer
116 views

Change Set deployed Custom Report Type Incorrectly

In my org and sandbox I have a Custom Report Type (CRT), Accounts with Applications, based on Accounts with at least one Opportunity. I recently used a Change Set to deploy new custom fields on the ...
2
votes
3answers
554 views

How to delete a class from production using destructiveChanges.xml

Can any one tell me the steps to delete a class using destructiveChanges.xml
2
votes
1answer
128 views

Custom Report Type Broken

I deployed a change set that included two custom report types for accounts with opportunities. These two custom report types sat next to an existing custom report type. Ever since this deployment ...
1
vote
1answer
131 views

is there a possibility for Run all tests (in target sandbox) before deployment?

is there a possibility for Run all tests (in target sandbox) before deployment from my dev sandbox? If so how to do that? I have about 700 components in my changeset and its successfully validated. ...
2
votes
2answers
138 views

Adding line breaks to a Change Set description

We do weekly updates via Change Sets and use their Description field to enumerate brief explanations. Example of what I want: 1. Fixed problem A 2. Added field "new field" 3. Added workflow X ...
3
votes
1answer
162 views

Does “check-only” deployments affect anything?… anything?

When running a deployment via a change set or via the API (using ANT or Eclipse) with the "check-only" parameter set to true, will any users or data in the org I'm deploying to feel the effect of the ...
4
votes
2answers
827 views

Inbound changeset not showing up in target organization

I am trying to deploy a change set and even though I have received the email notifying me that it is ready, nothing appears in the target organization. This is after multiple successful uploads ...
1
vote
4answers
171 views

Deleted validation rules and change sets

I have deleted a validation rule in my dev environment. Is there any way to comunicate this through a change set to our QA environment or will this have to be done manualy?