Salesforce Experience Cloud Custom Object Access for Guest Users Tutorial

Поделиться
HTML-код
  • Опубликовано: 22 авг 2024

Комментарии • 7

  • @rmanp6031
    @rmanp6031 4 месяца назад

    Mitch! Thanks. You give very clear and simple explanations. Thanks for all your guidance. Mitch, as far as a teacher, You rock.

  • @appbuilder-ol1oh
    @appbuilder-ol1oh 3 месяца назад

    "You don't have access to this store" is the error coming up on my page. How do i fix this ?

  • @09vanillajasmine
    @09vanillajasmine 8 месяцев назад

    Thanks Mitch! How do i give access to the ContentDocumentLink object? im trying to create a note and attach it to the opportunity. I get the following error:
    Info
    Error Occurred:
    This error occurred when the flow tried to create records: INSUFFICIENT_ACCESS_ON_CROSS_REFERENCE_ENTITY: You don't have permission to share this file.. You can look up ExceptionCode values in the SOAP API Developer Guide.

    • @mitchroutt
      @mitchroutt  7 месяцев назад

      Hello, apologies for the delayed reply. I haven't done this with the ContentDocumentLink object specifically, but I think you just need to grant permissions to it just like the video does for the custom Bird object. I am guessing that you are trying to access Files, which invovles ContentVersion, ContentDocument and ContentDocumentLink objects.

  • @nextclass11
    @nextclass11 10 месяцев назад

    Excellent explanation!!! and what happens if the controller has a query? I am creating a controller with a query, but does not work!, if it is possible please help me

    • @mitchroutt
      @mitchroutt  7 месяцев назад +1

      I know I am waaay too late for a helpful response, so my apologies. The BirdListController does have a simple SOQL query in it: github.com/mroutt/BirdList/blob/master/force-app/main/default/classes/BirdListController.cls
      I just rewatched this video for the first time in quite a while, and oh man is it unclear what I am trying to show people. I will be working on context and clarity for future videos.

    • @nextclass11
      @nextclass11 7 месяцев назад +1

      @@mitchroutt thanks a lot,....I solved it