The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
37 views

Custom Settings in Managed Package limits

So I have a use case where I will have many custom settings and each custom setting has many fields so easily getting in several MB of custom settings data. If I put this into a managed package where ...
0
votes
0answers
18 views

Can a Report be Created from the Subscriber Object; Or Data Accessed Another Way?

Salesforce gives the ISV the Salesforce Edition of the Customer Org in the Subscriber object, and this data is available no where else. Any ways to access data from Subscriber other than the Object ...
3
votes
2answers
123 views

Fuzzy Logic / matching on Company Name (leads)

I need some help I have looked at conventional methods of using De-Duping tools however because i work for an organisation which is multi alliance the de-duping tool looks at the entire database, ...
2
votes
1answer
138 views

Apex TRY … CATCH … FINALLY Syntax

I have gone through at least 10 sites explaining the use of this. What I cannot ascertain is if I simply want to try something and if it fails, go on (don't need to do anything with the error). I ...
2
votes
2answers
40 views

After Delete - Need To “Cleanup” When An Opp Is Deleted

I have a hole in the logic of a huge Trigger that "piggybacks" data from Opportunities to Account (summarized). If someone touches an Opp, this trigger fires and checks ALL OPPS under that Account ...
3
votes
0answers
30 views

Reports and Analytic for big data

I'm looking for an advise on how to handle large number of records in reports. In my use case I might have million of records a month which I'll keep a 3 month history of. These records are for user ...
3
votes
1answer
129 views

Fuzzy Matching for Duplicate Address Checks

A good duplicate checker - for checking if the same address has already been entered - needs to take into account misspellings or spelling variations. We have implemented our own APEX methods which ...
1
vote
0answers
36 views

Obtaining users data after accepting / allowing a Chatter Application

I'm slowly on the road to completing my PHP application, the final piece to my knowledge is figuring out how, after a user accepts the use of an Application (I think I'm using a remote app atm), to ...
3
votes
3answers
55 views

Updating a large data set in a limited processing window

I don't know if I can't see the wood for the trees on this one, but I need some help. I have ~2,200,000 Accounts I have to update every one of them (some fairly complex logic involved) I have to do ...
4
votes
3answers
119 views

How can I *automatically* “restore” a sandbox environment with exactly the same data set?

I would like to be able to automatically "restore" a sandbox (actually developer org) with the same set of data. The org will be used for in-house training purposes, and the idea is that at the end of ...
2
votes
2answers
77 views

Load data into custom object from RSS

Can I load the data into a custom object using a RSS feed provided by an external vendor? Is there any kind of parser/a method that will consume the RSS and let me fetch data from external service? ...
8
votes
3answers
175 views

Is hosted workbench officially run / supported by Salesforce?

Is workbench officially run / supported by Salesforce? http://wiki.developerforce.com/page/Workbench If I am executing queries and downloading data using the bulk api, is that data stored on the ...
3
votes
3answers
132 views

When should I start worring about the number of Records on a single object in a SF Org?

Just completing a project that has been deployed into a global SF Org. We have one object in particular that is likely to require a large number of records and is a related list on most pages. At ...
2
votes
2answers
183 views

Using the Entity–attribute–value model for sparse data

I'm looking at a design specification of a work request object that would if implemented purely as a standard salesforce object would cause very sparse columns requiring tens of recordtypes and ...