A package is a container used to distribute something as small as an individual component or as large as a set of related apps.

learn more… | top users | synonyms

1
vote
0answers
12 views

Customers cannot install Package if Quotes is disabled (Which is default behavior )Installation complains “Missing Organization Feature: Quotes”

1) Adding functionality for e-signature "Sign Document" button in App setup -->Customize --> Quotes --> Buttons and Links --> Custom Buttons and Links --> New Button for "Sign Document" and created a ...
-1
votes
2answers
27 views

insertions of record automatically while installing

I have created a product which contain a custom setting. In the custom setting it contain a record. I have the product as package and installed it into an new env but after installation the user need ...
2
votes
2answers
46 views

Creating custom button while installing package

I have created a app and have it as package and have install to an another env i have a custom button in may package. I need to get this button auto generated on the object when the package get ...
0
votes
0answers
9 views

Including a particular view of users in a package

On the Manage Users screen I create a new view which I find useful. How do I include this view in a package? I don't see it in any of the options when I go to add components.
3
votes
1answer
47 views

Upgrading email template

I have a package and make changes to an email template. Obviously, if I uninstall previous versions of the package and install a new version the template everything will be hunky dory. But, if I ...
1
vote
1answer
35 views

Permission Set Blank When Installing Managed Package

Developed a Permission set based on the SalesForce user license for our managed package. When I install the package as a Sys Admin in customer org, the permission set is blank. Its there, but none of ...
5
votes
1answer
80 views

sf:retrieve gets a file, but sf:deploy can't find it for the deploy?

I have the following set up in my build.xml file: <target name="retrievePackage" description="Retrieves the specified package from the specified organization. Pass the name of the deployment file ...
3
votes
1answer
53 views

How can my code tell if it's inside the packaging org?

I can think of at least three different 'environments' for my code: installed, in a customer org, unmanaged, in a cloned dev org, managed, in the packaging org, The first case can be covered by ...
1
vote
1answer
34 views

Is it possible to enable an Org Streaming API through Apex?

It really is a simple question, just wasn't able to find such information, and the wide availability of streaming apis across the web doesn't help searching. I'm trying to know whether we can enable ...
6
votes
2answers
62 views

Testing code that depends on an SObject

I have a page which displays an entity that belongs to another package. In order not have a hard dependency to this package, I build a wrapper object and make this wrapper object accessible to the ...
1
vote
1answer
41 views

Adding a fieldset to an unmanaged package

Can we add a fieldset to an unmanaged package? When I tried it didn't show up for selection. Is there anybody who faced the same situation?
1
vote
1answer
93 views

Force.com IDE - Deploy Entire Org. to New Org [duplicate]

Possible Duplicate: Copying metadata and code from one Production org to another Quick Question. I'm trying to deploy an entire org.'s metadata into a new one, specifically its sandbox, ...
1
vote
1answer
35 views

Adding email to a package

I am trying to create an unmanaged package. When I try to add it, I get: "My Personal Email Templates" and "Unfiled Public Email Templates" cannot be added to a Package and are not shown in this ...
3
votes
1answer
43 views

packaging User custom fields

I'm trying to create a package which will include a custom field I added to the User object. I cannot find this field in the list of fields that I can add to my package. Is this a restriction? What is ...
1
vote
1answer
32 views

How do I update package in an org that already contains the earlier package?

I want to upload the updated package version 2 in package org but the package org already contains version 1 of the package. Now it might be a conflict if I upload the version 2 package in package ...
5
votes
2answers
73 views

Whats's the best way to “package” a Site that comes with a managed package?

I am looking for the best way to include a Salesforce Site within a managed package, my current plan is to include the Site Active visualforce page i.e. the landing page and all of the other metadata ...
2
votes
2answers
201 views

Multiple currency in Managed package without breaking support for non-currency orgs?

I want to implement support for Multi Currency in a Managed Package, while still allowing support for regular orgs without multi currency enabled. Does anybody have any experience with this scenario? ...
4
votes
1answer
259 views

Managed package install script - sObject type not supported

I have a managed package with a PostInstall script, however I'm having trouble accessing custom objects within it. Apon installation, I get the following error notification email ...
4
votes
2answers
82 views

Very difficult to remove package in Winter '13 - Page layout assignments

Winter '13 appears to have increased the level at which Salesforce enforces constraints, making it very difficult to uninstall packages. As I have to do this multiple times a day when testing Beta ...
3
votes
2answers
75 views

How to “diff” components included in managed package versions

I'm trying to get a "diff"-like view of all components added in subsequent releases of a managed package. I know that the PackageVersion type, and its related types, are available through the Metadata ...