The tag has no wiki summary.

learn more… | top users | synonyms

-1
votes
1answer
47 views

Salesforce managed package that only redirects

I am totally new to SF so my question might sound weak. I want to publish an app to the appexchange store. The only functionality of this app would be to redirect the user to a configured URL when the ...
1
vote
2answers
42 views

“Overwrite users' personal custom app customizations” is not changeable

I installed my managed package beta in a sandbox, and realized that the tabs I had set in the developer org were not respected. I went to Create -> Apps in the developer org, and noticed that for my ...
2
votes
1answer
32 views

How to get all emails within the organization?

I'm making an application that needs to retrieve all the emails in the organization. Currently, I only get the email of one particular person, i.e. the one who install's the application. How do I get ...
1
vote
1answer
43 views

Using Developer Sandboxes for team development of managed ISV apps?

Reading this blog post about team development on Force.com I learned that one can/should use Developer Sandboxes instead of regular dev orgs for team development. Can anyone share opinions and ...
7
votes
3answers
164 views

Can the PackageVersions element of the metadata be automatically updated

I'm working on an application that consists of a base package and an extension package. Every time I update the base package in the development environment, I have to change the ...
1
vote
1answer
45 views

Is there sample data to populate developer edition?

I love coding in the development edition of Salesforce. However I find it rather annyoing to fill in sample data for accounts, contacts, cases, etc. all by myself. I wonder whether there is sample ...
5
votes
1answer
101 views

How do ISVs login to customer orgs after they have been granted access?

For a while now you have been able to grant administrator access to apps you have installed for support purposes. A customer has granted me access but as an ISV I cannot see how to get into a ...
0
votes
2answers
206 views

Installing Marketo Sales Insight app in Developer Edition org

I'm trying to install the Marketo Sales Insight app in my Developer Edition org but it's asking for a password. I did not receive any email. Anybody knows what the password should be? I just ...
4
votes
2answers
274 views

How to handle Salesforce.com Managed package System.LicenseException on Expired Trial installs?

We have developed a managed package application which is currently privately listed in AppExchange and is soon to me made public. Our trial users have installed our application in their production ...
4
votes
3answers
265 views

Cannot delete, no references but still says referenced elsewhere in salesforce.com

Every now and then when trying to delete something I get the "referenced elsewhere in salesforce.com. Remove the usage and try again" message. And it incorrectly lists a bunch of resources (pages, ...
6
votes
2answers
150 views

Account Lookup Dialog New Button

We have overridden the 'New' button with a wizard to help users enter all the required fields as well as to help them set the right parent-child relationship. However, the 'New' button on the Account ...
3
votes
1answer
146 views

Resources for Salesforce Touch development

I am learning to create apps with Salesforce Touch, can anyone recommend any resources to help me?
4
votes
3answers
644 views

Why is migrating changes between multiple orgs such a pain

So I've developed a couple of Salesforce / Force.com projects but the one thing I really hate is migrating changes between orgs. Maybe I'm doing it wrong, or I'm missing tools but something just ...
4
votes
2answers
134 views

How to remove permission sets from a package

We created some permission sets to include with our managed package. However, we have now realized that it isn't the best approach since not all orgs can use permission sets. However, we cannot find ...
2
votes
1answer
241 views

Creating a Prerequisite Tree for beginning/self-taught developers

Where can I find something like a “prerequisite tree” for Force.com features? A “prerequisite tree” is a tool that allows you to track your own learning and development. It allows for branching out ...
5
votes
5answers
144 views

App disappears from Permission Set included with package

We're working on our first Salesforce package, and recently switched from creating Beta packages to a Managed Package. For some reason, the permission set that we're pushing loses the entry in ...
10
votes
3answers
95 views

How should I provide documentation with my AppExchange application?

We're preparing to release a package on AppExchange, and we're starting on the documentation (Getting Started Guide, API Reference) for it. The Developing App Documentation section of the ISVforce ...
2
votes
1answer
89 views

Developer org needs Salesforce Content License

I'm trying to insert a ContentVersion item as follows: string before = 'Testing base 64 encode'; Blob beforeblob = Blob.valueOf(before); ContentVersion v = new ContentVersion(Title='New ...
9
votes
6answers
532 views

What's more helpful than Salesforce Customer Support? [closed]

IRC channel #Salesforce seems to be the only place with valid answers and helpful admins/devs.
5
votes
3answers
187 views

Developer console causes internal system error

I've noticed over the last week or so that when I have the developer console open and am working on my developer orgs that my @RemoteAction methods are returning an internal error from SFDC. Does ...
9
votes
6answers
361 views

How do you unit test a trigger when you don't know the required fields?

This is another issue addressed largely towards app developers. Let's say I write an insert trigger. When I write the test case for it, what I would normally do is create a new object, insert it, and ...
2
votes
1answer
63 views

How can I link to an app's new record interface from a homepage widget?

I want to create a homepage widget for the sidebar that has a button to create a new record in a custom app (which I intent to distribute, so it needs to be a portable solution). I'd like to use a ...
2
votes
2answers
158 views

Can my app have a custom background in the header?

I am working on an app and the logo (by deduction) is 300px x 55px. However it puts that on a grey background. Is there a setting somewhere to change the header background? If not, is the grey ...