• Pat Borjon 9
  • NEWBIE
  • 10 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 2
    Replies
We have object Recommend__c which has a formula field pointed to the parent object Application:

Adm_Status__c = TEXT(App__r.App_Adm_Status__c)

Can the ProcessBuilder be defined starting on the Recommend__c object, looking for changes to Adm_Status__c ?  So far is not working in PB or Workflow.
We have object Recommend__c which has a formula field pointed to the parent object Application:

Adm_Status__c = TEXT(App__r.App_Adm_Status__c)

Can the ProcessBuilder be defined starting on the Recommend__c object, looking for changes to Adm_Status__c ?  So far is not working in PB or Workflow.
Hi,

There seems to be a limitation in Salesforce when creating Contacts via its JIT provisioning mechanism for Customer Community Portal User. I am quite sure that I've sent over all the necessary SAML attributes for it to work but I am getting an error:

https://na10.salesforce.com/_nc_external/identity/saml/SamlError?ErrorCode=5&ErrorDescription=Unable+to+create+user&ErrorDetails=INVALID_CROSS_REFERENCE_KEY+ContactId+Api+Exception%3A+Cannot+create+a+portal+user+without+contact

I've followed the online documentation quite thoroughly and also simply tried sending an exhaustive combination of attributes but no luck. It seems that whatever combinations of Account/Contact/User fields that were used in SAML Attribute Statement file won't be enough for Salesforce to initiate creating Contact + User.

Reference: https://developer.salesforce.com/blogs/developer-relations/2014/06/how-to-provision-salesforce-communities-users.html
  • September 18, 2014
  • Like
  • 0