Security in Salesforce | Security for Salesforce Developers

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ก.ค. 2024
  • Security in Salesforce: What Developers Must Know
    0:00 Introduction
    3:00 Agenda
    4:05 Data security
    5:18 User Mode & System Mode
    9:13 CRUD & FLS Data Model
    10:45 Enforcing CRUD & FLS
    33:00 Record level sharing
    33:51 Record Sharing Data Model
    35:00 Record Sharing for Apex Class ( With Sharing , Without sharing)
    44:55 Data Security with LWC
    48:45 SOQL Injection
    57:33 XSS
    59:25 Locker Services
    1:08:00 CRSF
    - What is secure applications?
    - Enforce data security
    - Prevent SOQL injection
    - Locker Service
    - Security best practices for LWC
    Follow us for upcoming session
    LinkedIn : / apexhours
    Twitter : / apexhours​
    Blog : www.apexhours.com/subscribe-us/​
    Twitter Amit Chaudhary : / amit_sfdc

ความคิดเห็น • 50

  • @apexhours
    @apexhours  ปีที่แล้ว

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

  • @satishakumar1073
    @satishakumar1073 ปีที่แล้ว

    One stop for all Salesforce related help, thankyou

  • @dkji0
    @dkji0 3 ปีที่แล้ว +2

    Okay okay okay . Really awesome session.

    • @apexhours
      @apexhours  3 ปีที่แล้ว

      Thanks for your feedback

  • @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

  • @sheetalgodse4242
    @sheetalgodse4242 3 ปีที่แล้ว +2

    Thank you so much for this useful content!!

    • @apexhours
      @apexhours  3 ปีที่แล้ว

      Glad it was helpful!

  • @MUHAMMADUSMAN-rx9df
    @MUHAMMADUSMAN-rx9df ปีที่แล้ว +3

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

    • @apexhours
      @apexhours  ปีที่แล้ว

      Glad you liked it

  • @pavloshchur3684
    @pavloshchur3684 3 ปีที่แล้ว +2

    Great session!

    • @apexhours
      @apexhours  3 ปีที่แล้ว +1

      Keep watching

  • @pavankumar-ff9bo8zc5y
    @pavankumar-ff9bo8zc5y 3 ปีที่แล้ว +2

    Thank you!!

    • @apexhours
      @apexhours  3 ปีที่แล้ว

      You're welcome!

  • @user-js4px6fe1p
    @user-js4px6fe1p 3 ปีที่แล้ว +2

    Beer and security - great examples!

    • @apexhours
      @apexhours  3 ปีที่แล้ว +1

      Glad you like it

  • @pwnweb5734
    @pwnweb5734 3 ปีที่แล้ว +3

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

  • @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

  • @nayanmore1615
    @nayanmore1615 2 ปีที่แล้ว +2

    Thanks a lot!

    • @apexhours
      @apexhours  2 ปีที่แล้ว

      You're welcome!

  • @ankitchauhan707
    @ankitchauhan707 2 ปีที่แล้ว +2

    very Informative session

    • @apexhours
      @apexhours  2 ปีที่แล้ว

      Glad you think so!

  • @abhimanyusingh9093
    @abhimanyusingh9093 2 ปีที่แล้ว +2

    Great session

    • @apexhours
      @apexhours  2 ปีที่แล้ว

      Glad you like it

  • @rshyam36
    @rshyam36 3 ปีที่แล้ว +2

    Good going...

    • @apexhours
      @apexhours  3 ปีที่แล้ว +1

      Keep watching

  • @NITHESHKHERO
    @NITHESHKHERO 3 ปีที่แล้ว +2

    Nice one

  • @kiranvrao9714
    @kiranvrao9714 6 หลายเดือนก่อน

    Thank you

    • @apexhours
      @apexhours  5 หลายเดือนก่อน

      You're welcome

  • @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

    • @apexhours
      @apexhours  ปีที่แล้ว

      Glad you like it

  • @shoubhikmaity
    @shoubhikmaity 8 หลายเดือนก่อน

    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.?

  • @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.

  • @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!

  • @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

  • @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