The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
2answers
39 views

Site.createPersonAccountPortalUser returning null on a force.com site

We have a force.com site where we use person accounts. I am building a registration page where i create a person account on the first step and then call the site.createpersonaccountportal user to ...
3
votes
1answer
191 views

Apex - Example Of Creating Case Record When Field On Account Equals “xxx”?

Continuing my quest to get Apex and Triggers under my belt: Can someone offer either sample code or links to samples where (such as) when Account.ABCD now equals "Go", create a Case Record and write ...
8
votes
1answer
104 views

Person Account Contact ID in Spring 13

I have a custom object that looks up to Contact. On the Person Account Detail page, I have a custom button on the related list for this custom object. In production, this button references ...
3
votes
1answer
48 views

Lead/Account relationships

Ok, so it's pretty obvious that these guys are extremely intertwined. The question I have is: How can I, using the API and PHP, query the lead and account and get the PersonContactId if it is a ...
0
votes
1answer
36 views

How can I find the # of activities logged to a Relationship Group (Wealth Management App) in the last 12 months?

My organization uses the Salesforce for Wealth Management App, which uses an object called 'Relationship Groups.' Relationship Groups are connected to Accounts (Person Accounts, in this case) via a ...
1
vote
2answers
72 views

Assign business account record type for enabling person accounts

I am currently trying to enable Person Account Type. I have followed the steps mentioned in the relating guide and submited the issue to customer service. But now they bug me a lot, with really ...
3
votes
1answer
362 views

How to update Account object when related AccountPartner is updated/inserted/deleted/undeleted?

I am working on an org with Person Accounts enabled, but I think that my problem applies to regular non-person Accounts as well. I am tasked with writing a trigger to cross-populate spouse ...
1
vote
2answers
213 views

Dynamically determining if PersonAccounts exist in APEX [duplicate]

Possible Duplicate: What’s the best way to check if person accounts are enabled via Apex Code? I am wondering if there is a way to determine if PersonAccounts have been turned on in the ...
9
votes
5answers
432 views

When should one use person accounts?

I have a client who is a event organizer and his clients are both corporates as well as individuals. I have a few questions on how should i organize his accounts When should one use person accounts? ...
2
votes
1answer
317 views

How should I use Site.createPersonAccountPortalUser to create a Person Account and activate them on the portal in one step?

I have a method below which is supposed to be called from an unauthenticated Sites page (via https). It is intended to take some personal details and create a Person Account with them and then ...
2
votes
4answers
208 views

Is there any way to invoke contact triggers on a person account?

Background: I have an org that uses person accounts and an appexchange package that does not support them. However when looking into why they're unsupported the only thing that does not work is that ...
11
votes
1answer
140 views

What's the best way to check if person accounts are enabled via Apex Code?

I need to be able to check if an org has Person Accounts enabled via Apex Code as part of package. What's the best way to do this without making the package require Person Accounts be enabled in any ...
2
votes
2answers
472 views

Which B2C option to choose?

A stock Salesforce org is geared toward B2B companies, but I work in Higher Ed and we're B2C-focused. There seem to be three main B2C options available: Person Accounts Nonprofit Starter Pack ...