Conditionally Required Fields in Salesforce Lightning | 2021 | with subtitles

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • Conditionally Required Fields in Salesforce Lightning | 2021 | with subtitles is a visual Salesforce Administrator tutorial.
    In this video you will learn how to create a validation rule in order to achieve conditionally required field behaviour in Salesforce Lightning.
    How to create a validation rule in Salesforce?
    How to create conditionally required fields in Salesforce?
    How to create dependent fields in Salesforce?
    If you have any questions please leave in the comments section below.

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

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

    Your Logic help me in building my logic : IF(Integrate_with_xxx__c == TRUE, IF( OR(ISNULL(Meeting_Start_Time__c),ISNULL(Meeting_Subject__c)), TRUE, FALSE), FALSE)

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

    You are great, man thanks a lot

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

    The example you present in the video is almost exactly the same as my situation. However, it does not work on mine. Any ideas why that could be?

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

    Hi , Can we do conditionally required field using LWC?

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

    Thanks.. what if we are using a text field instead of picklist?

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

    Thanks. This is helpful. I am very new to SFDC - and this is likely a very basic question. However in my case I am searching to see how I would do the following...eg..: "If Opportunity name starts with (or contains) XYZ, then show certain fields like the "Vendor Order" field, otherwise dont show them." any pointers woudl be much appreciated.

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

      @@admintutorial Thanks....will learn about those.