Security in Salesforce | Security for Salesforce Developers

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

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

  • @apexhours
    @apexhours  2 года назад

    Check PPT and blog post here www.apexhours.com/security-in-salesforce/

  • @MUHAMMADUSMAN-rx9df
    @MUHAMMADUSMAN-rx9df Год назад +3

    very good explanation never thought that in the beginning it becomes that good .Keep it up nice work

  • @satishakumar1073
    @satishakumar1073 2 года назад

    One stop for all Salesforce related help, thankyou

  • @starman9000
    @starman9000 3 года назад +2

    Valuable Content ! for me Apex Hours is one stop for all SF technical stuff! Thank you all the wonderful people who are behind the scene.

    • @apexhours
      @apexhours  3 года назад

      Thanks, Amit Chaudhary

  • @user-js4px6fe1p
    @user-js4px6fe1p 3 года назад +2

    Beer and security - great examples!

  • @ankitchauhan707
    @ankitchauhan707 2 года назад +2

    very Informative session

  • @dkji0
    @dkji0 3 года назад +2

    Okay okay okay . Really awesome session.

    • @apexhours
      @apexhours  3 года назад

      Thanks for your feedback

  • @abhimanyusingh9093
    @abhimanyusingh9093 3 года назад +2

    Great session

  • @nayanmore1615
    @nayanmore1615 3 года назад +2

    Thanks a lot!

  • @TheSooriBro
    @TheSooriBro 2 года назад +2

    Thanks much for this excellent content!!

    • @apexhours
      @apexhours  2 года назад

      Glad you enjoy it! Salesforce security is one of the most important part of salesforce

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

    Nicely elaborated. is it possible to do a new video with the latest Salesforce update on Security like the usage of AccessLevel.USER_MODE, AccessLevel.SYSTEM_MODE, WITH USER_MODE, WITH SYSTEM_MODE etc.?

  • @sheetalgodse4242
    @sheetalgodse4242 3 года назад +2

    Thank you so much for this useful content!!

    • @apexhours
      @apexhours  3 года назад

      Glad it was helpful!

  • @pwnweb5734
    @pwnweb5734 3 года назад +3

    This was excellent. Real nice implementation in SOQL itself .. gg

  • @NITHESHKHERO
    @NITHESHKHERO 3 года назад +2

    Nice one

  • @pavloshchur3684
    @pavloshchur3684 3 года назад +2

    Great session!

  • @pavankumar-ff9bo8zc5y
    @pavankumar-ff9bo8zc5y 3 года назад +2

    Thank you!!

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

    Thank you

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

      You're welcome

  • @rshyam36
    @rshyam36 3 года назад +2

    Good going...

  • @gunjanjanwani7845
    @gunjanjanwani7845 Год назад +1

    Thank you so much for this excellent content!! Can you please share the recipe of the examples you mentioned in the session

  • @shubhampandey7489
    @shubhampandey7489 Год назад

    Hi all . Just wanted to know if we could insert content distribution record as guest user using the system mode .eg insert as system cdList.

  • @pavankumarv6849
    @pavankumarv6849 2 года назад +1

    Hi Team, I just wanted to know is there any CYBER-SECURITY career in Salesforce???

    • @apexhours
      @apexhours  2 года назад

      Nice question. But I never heard about that for any client implementation

  • @nikhilkarkra1810
    @nikhilkarkra1810 3 года назад +1

    What's the alternative of setTimout or setInterval if we have to avoid?

    • @SamuelCarreira
      @SamuelCarreira 3 года назад

      Yes, I’m curious also since even on LWC recipes they use setinterval

    • @AlbaRivasSalesforce
      @AlbaRivasSalesforce 3 года назад +2

      @@SamuelCarreira @Nikhil Karkra, if you just need to put the execution at the very end of the event loop you can just create a promise. If you do need to use setTimeout or setInterval, the important thing is to not use it as if it was eval(), passing it a string to evaluate. For instance, setTimeOut( “alert('whatever')”, 3000); would be vulnerable to xss, but if you pass a function that's fine.

    • @apexhours
      @apexhours  3 года назад

      Thanks @Alba for your help

    • @salesforcetroop
      @salesforcetroop 3 года назад

      @@AlbaRivasSalesforce Thanks. for your reply. If we have should stay away form DOM manipulation like lwc:dom="manual". How we can render the html that comes as response from apex to our DOM without lwc:dom="manual"?

    • @AlbaRivasSalesforce
      @AlbaRivasSalesforce 3 года назад

      @@salesforcetroop using template:foreach and template if:true!

  • @sugarontherimplz
    @sugarontherimplz 3 года назад

    Spends 10 min on explaining what shes NOT gonna talk about lmao

    • @AlbaRivasSalesforce
      @AlbaRivasSalesforce 3 года назад

      Sorry, what topic do you mean? I can provide more information if needed :)

    • @apexhours
      @apexhours  3 года назад

      Let us know how we can help you