External Ids in Salesforce -


how create external id on objects profile (for iscreatable false). have create external id on profile upsert operation, not able create it.

is there work around this? or can ask salesforce allow create external ids.

any links or references useful!!

follow of create new profile object in salesforce?

you can't create external ids on metadata components (profiles, classes, visualforce pages, custom fields). of time they're guarded having name or developername unique. (with addition of namespace let's ignore managed packages now)

profile object doesn't support create doesn't support upsert ;) compare http://www.salesforce.com/us/developer/docs/api/content/sforce_api_objects_account.htm , http://www.salesforce.com/us/developer/docs/api/content/sforce_api_objects_profile.htm

i don't understand trying achieve?


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -