• Satyendra Singh 15
  • NEWBIE
  • 25 Points
  • Member since 2017

  • Chatter
    Feed
  • 1
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 3
    Replies
The above mentioned question is written here (Salesforce Documentation) and the answer seems to be written below the question (as well on the SF Documentation); the answer says:
  • "Each community using a Community Builder-based template can use the Community Builder to add custom, branded pages to your community."
  • "Communities users with the “Create and Set Up Communities” permission automatically have full site administrator access to a community’s Community Builder".
So, my english is not too good but, my interpretation of that "answer" is: nop, it is not required to buy an extra license in order to use Builder.
¿Is my interpretation correct?

Thank you very much.
  • September 05, 2018
  • Like
  • 0
I am trying to get the profile id but without making any SOQL in trigger
The above mentioned question is written here (Salesforce Documentation) and the answer seems to be written below the question (as well on the SF Documentation); the answer says:
  • "Each community using a Community Builder-based template can use the Community Builder to add custom, branded pages to your community."
  • "Communities users with the “Create and Set Up Communities” permission automatically have full site administrator access to a community’s Community Builder".
So, my english is not too good but, my interpretation of that "answer" is: nop, it is not required to buy an extra license in order to use Builder.
¿Is my interpretation correct?

Thank you very much.
  • September 05, 2018
  • Like
  • 0
I have Parent__C and child__C object with lookup rel.
there is one field on child__c ie. tracking_number__c.
i want this tracking number firld value on parent. how can i do?

So, I know that this is a subject that's been beaten to death on these forums by now, but everything that I've read (and I've read EVERYTHING here) doesn't seem to be solving my issue.

In our dev org, portal users keep hitting the insufficient access on cross reference id error, which also prevented us from properly testing our portal users in context. Now, before you ask, we're basing our security access on another org that is the foundation of ours.

The cross reference id issue points to the Account object through a Related Account field, but the portal user has ALL necessary object and field access to match that of the org we're following, and the sharing settings match as well (Account set to Private).

The problem is, when trying to view the first page where Account is needed, the portal user gets bumped to an error page and hit with an insufficient privilege issue, and now I'm stuck wondering what else I missed.

-the portal user profile is an exact match
-the sharing settings are a match (no sharing rules at all)
-our role hierarchy is an exact match
-our record types and record type access are an exact match

After all this, I'm honestly wondering what I could be missing. If anyone has further ideas, I'd really appreciate it, as we've been stuck with this issue for weeks, and the only work-around so far was to temprorarily set Accounts to "Public Read/Write", which of course fixed the issue, but we absolutely cannot have that in production.