Create Validation Rules | Formulas and Validations | Salesforce

Sdílet
Vložit
  • čas přidán 5. 09. 2024
  • PLEASE SUBSCRIBE IF YOU LIKE IT
    Link of the above video :
    trailhead.sale...
    link of the module :
    trailhead.sale...

Komentáře • 52

  • @mohammedahraaz82
    @mohammedahraaz82 Před rokem +50

    formula:
    AND(NOT(ISBLANK( AccountId )), MailingPostalCode Account.ShippingPostalCode )

    • @afridsha7661
      @afridsha7661 Před 8 měsíci +1

      God's kid

    • @015dayanidi3
      @015dayanidi3 Před 7 měsíci +2

      but i got this error "Error: Field MailingPostalCode does not exist. Check spelling."

    • @user-zi3pz6lp8g
      @user-zi3pz6lp8g Před 6 měsíci

      ​@@015dayanidi3 You are supposed to the validation rule in contact , not in account

    • @palestinianfreedom756
      @palestinianfreedom756 Před 6 měsíci

      @@015dayanidi3I got the same as well

  • @hareeshsanaka4225
    @hareeshsanaka4225 Před rokem +10

    We can't create a contact by itself (without an associated account). Make sure the validation rule applies ONLY when the contact has an associated account.can u please resolve this error for me...

    • @nandugadiparthi4626
      @nandugadiparthi4626 Před rokem

      yeah same problem is arised

    • @988086139
      @988086139 Před rokem +2

      @@nandugadiparthi4626 Use the different playground if you have, it should solve your issue

    • @antarabhattacharya6648
      @antarabhattacharya6648 Před rokem

      Use and operator and in the error condition formula put And(NOT(ISBLANK(AccouId)),MailingPostalCode Account.ShippingPostalCode)

    • @parchurimaheshbabu
      @parchurimaheshbabu Před 7 měsíci

      Same problem bro

  • @godkillplayz5723
    @godkillplayz5723 Před rokem +6

    Bro I can’t able to see the mailing postal code in the API is this a website glitch Please help

    • @user-zi3pz6lp8g
      @user-zi3pz6lp8g Před 6 měsíci +1

      You are supposed to the validation rule in contact , not in account

    • @findjoselyn
      @findjoselyn Před 3 měsíci

      Thank you!

  • @NickMuli
    @NickMuli Před 11 měsíci

    I subscribed bro. All things Salesforce!

  • @VDFM420
    @VDFM420 Před rokem +13

    everyone , yall are supposed to the validation rule in contact , not in account

  • @AhsanAli-bd2jy
    @AhsanAli-bd2jy Před rokem +1

    i subscribed the channel and liked the video but i was unable to understand without voice.

  • @CelineHuybregts
    @CelineHuybregts Před 2 měsíci

    This does not work for me, can you update it maybe?

  • @Narasimha073
    @Narasimha073 Před rokem

    Thank you bro for the answer 💐

  • @oriarmas
    @oriarmas Před 10 měsíci

    Thank you so much!!😃

  • @sirishaseetham1956
    @sirishaseetham1956 Před rokem +1

    Description emi pattali

  • @versatilevideosChannel

    Review indicator is not find
    Help me

  • @debabratadas9762
    @debabratadas9762 Před 7 měsíci

    its showing Error: Field MailingPostalCode does not exist. Check spelling.can anyone help me out

  • @syedfowziya77
    @syedfowziya77 Před rokem

    Hi
    What you type in Error Message box.

  • @vasanthai9199
    @vasanthai9199 Před rokem +1

    Super sir

  • @SantoshiFulewar-ks2rb

    How to watch 🙄

  • @kandikantikarthikeyagoud1689

    Challenge not yet complete in My Trailhead Playground 1
    Whoops, looks like there was a problem. Please try again. I am getting this

  • @SantoshiFulewar-ks2rb

    Screen is too blur

  • @althaf4374
    @althaf4374 Před rokem

    Can't see mailing postal code

    • @KING-sx5em
      @KING-sx5em Před rokem

      S bro

    • @tejamaradana8978
      @tejamaradana8978 Před rokem

      do in contact object

    • @haleemamd4536
      @haleemamd4536 Před rokem

      @@tejamaradana8978 can you please explain..

    • @b.tech_ee_tanujanikam.6493
      @b.tech_ee_tanujanikam.6493 Před rokem +4

      ​@@haleemamd4536 Insert field......contract......contract Owner......contract......mailingzip/postal code👍

    • @haritharelli2016
      @haritharelli2016 Před rokem +3

      u can try it in another playground , I tried in the same way and passed.
      AND(
      NOT( ISBLANK( AccountId ) ),
      MailingPostalCode Account.ShippingPostalCode
      )
      this code will work.