• A_Smith
  • SMARTIE
  • 1159 Points
  • Member since 2006

  • Chatter
    Feed
  • 46
    Best Answers
  • 1
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 401
    Replies

Hi,

 

I am trying to deploy few pagelayouts and fields from QA to PROD and PROD to QA.

when i create a new changeset, the upload button is not enabled. i have also checked with the permissions on my profile and in the system settings, i can see the options for change sets as enabled. but am not sure why the upload button is not enabled.

 

can you please help me if am missing anything?

 

Thanks,

Neil

Hello,

 

I have field in a change set that has Track History enabled, but when I import in the Change set this setting doesn't come over.  This is a new field in an existing Object.  I know this is just one field and the easy thing to do is just make the change manually, which is fine.  I would just like to know for sure if migrating this setting is possible with a change set or not, that way for future implentations I know to add this as a step.

 

Thanks for the assist.

Two of my sandboxes upgraded today to Spring 13, and I can't Deploy metadata to them using the Force.com IDE. I'm seeing the errors:

 

   Problem: Unknown type name 'MobileSettings' specified in package.xml
   Problem: Unknown type name 'SecuritySettings' specified in package.xml

Has anyone seen this or know of a workaround?

 

Dan

 

Looking for a way to retreive the available article types setup on KnowledgeArticles.

 

Assuming there are two KnowledgeArticle types: FAQ__kav and Marketing__kav, how can I find this list through SOAP or metadata API?

 

i've tried the following Metadata API package.xml, it tells me 'ArticleType' is not a valid object name.

<types>
<members>ArticleType</members>
<name>Objects</name>
</types>

 

Eventually I want to be able to create a package.xml to get fields on my article types.

<types>
<members>FAQ_kav</members>
<name>CustomObjects</name>
</types>

<types>
<members>Marketing_kav</members>
<name>CustomObjects</name>
</types>

 

Any help gladly appreciated.

-yang

I am trying to UNinstall Convio Common Ground and there seems to be a trigger getting in the way. There is a managed record type on Contacts. I need to change the record types to a custom record type I created. 

 

When I change the record type manually I get the following message: Error: Invalid Data. Review all error messages below to correct your data.
Apex trigger cx.ContactAll caused an unexpected exception, contact your administrator: cx.ContactAll: execution of BeforeUpdate caused by: System.NullPointerException: Attempt to de-reference a null object: (cx)

 

I get the same error when trying to create a New contact in the system. 

 

Is there any way to either de-activate or delete the managed trigger... 

 

Thanks!

 

Kalman

Hello.  I have a managed package that includes a workflow e-mail alert.  I have changed the "Recipients" and "Additional Emails" fields for this alert in my development organization.  I then have uploaded a new package...and then downloaded it into my test org.  Unfortunately, the change to the worflow e-mail alert did not happen.

 

The documentation says that workflow e-mail alerts are upgradeable...but it is not happening in my case.  Am I missing something?

 

Thanks in advance.

Hi All,

 

I was not able to install the MANAGED  package in any of the orgs. The error i am getting is  No Custom field Contact Allow Customer Portal Self-Registration Not found.

 

The Solution is i need to enable customer portal in target org to install the managed package. But i dont want to do this.

Is there any way to remove the Allow Customer Portal Self-Registration field from the package.

 

 

Thanks

We're using the new Apex Install Script feature and we're getting an error on package install.

 

When the attempt to install the package fails we receive the following email from Salesforce:

 

The package installation failed. Please provide the following information to the publisher:

 

Organization Name: [org name] Organization ID: [org id]

Package: [package name]

Version: 6.2

Error Message: The post install script failed.

 

Thank You,

salesforce.com

 

That doesn't really give us much to go on.  Does anyone know of a way to get more details about the failure?  Ideally we want to know what line number of the install handler or the exception that caused the problem.

I can understand the installerId() working well for when a fresh install or manual upgrade is taking place, but what is the outcome of this method for the following:

 

  • Trialforce instance creation
  • Push upgrade

Thanks

  I am getting error message while validating in PRODUCTION. 

 Following are the steps 

 

Created the Outbound ChangeSet in sandbox and uploaded it into Production environment. I have included three things in the ChangeSet: Apex class, Visualforce Page, Custom Field. The TestClass coverage is 100 percent.

 

 Uploading the ChangeSet into the Production: It said successfully uploaded.

 

 In Production environment: I clicked Name|Setup|Deploy|Inbound ChangeSet

   selected the required Change Set name and clicked Validate.

 

 The validation failed and there were 2 errors which are not related to the 3 things which I have uploaded in the Outbound     ChangeSet. The error is in some other TestClass in the Sandbox environment, which I have not even used. 

 Is it possible to get an error message in some other TestClass which I have not at all used?

 Help me! Am new to salesforce.com development. 

 

 
 

Quite simply, the tests associated with the financialforce app fail if the deploying developer does not have a license for the app. This wouldn't be a problem, except for the fact that the tests will run regardless of whether you're deploying a class/trigger/etc that has any impact on the app. Even deploying an empty class will cause these tests to fail.

 

My assumption would be that this isn't a Financialforce problem, but a problem with deployment in general, as the same issues would hold true for any other third party license within Salesforce.com.

 

So, any workarounds, other than assigning a financialforce license to the developer?

 

Thx!

We have a problem with "Chatter Required" being forced on when uploading a managed package.    Before Summer 2012 this was not being forced on.   We don't use or refer to Chatter in the app and never have.  What is causing this?

 

An Eclipse source code search for "Chattter" just comes up with some new unused settings in a Permission Set.   Is it that that is forcing Chatter to be required.

 

Anyone else with a problem like this?  Or better an idea what to switch off to get nback to a Chatter free app.

 

The problem,of course, is that some of our cusotmers don't use Chatter (cover your ears Mr Benioff) and don't want to.  We don't want to force this on them.

Hi All,

 

 I have created one custom Application(using customerportal and site) in Developer Edition  and also passed security review. After that i created one Trialforce Master Org(which is Enterprise Edition) also.But Master Org don't have Customer Portal option, Sites(Appsetup--> Develop) option and Customer Portal Manager Custom user license. So How can i get those two features for Trialforce Master Org.

 

Please give me instructions for this issue.

 

Thanks,

yarram.

We have a managed package that tests OK in its developer org, but exhibits problems in a test org that we got from Partnerforce. We need to see system.debug messages, but they do not appear in any log. The test case shows system.debug messages in the developer org logs, but not in the test org..

 

I tried accessing the test org from our LMA org. I have heard that will show me the debug messages because I am accessing the org as the ISV, but I still do not see the messages. I have overridden the log filters in the Apex classes in the test org to show me debug information, but that does not work either.  Do I need to anything else to see the messages?

 

I would rather see the messages by logging in directly to the test org, rather having our engineers come through or LMA org. Has anyone gotten that to work?

 

 

Hi All, 

 

I'm system admin of my organization but getting following error when adding dependencies in change sets : 

 

Insufficient Privileges
You do not have the level of access necessary to perform the operation you requested. Please contact the owner of the record or your administrator if access is necessary. 

 

I've done deployment in recent past but then, just follow simple steps &  I didn't get any issue. Please note, I'm trying to deploy few reports as dependencies along with with few visual force pages ( need for dashboard)