Process Automation Specialist (Super badge) : Automate Setups(step 8)

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ม.ค. 2025

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

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

    Completed the Badge!!! I need a course in Flow and Process Builder ( well maybe not Process Builder since it will retire at some point)

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

    Thanks

  • @SB-xn7ir
    @SB-xn7ir 2 ปีที่แล้ว

    GREAT !

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

    CASE(
    MOD([Opportunity].CloseDate + 180 - DATE(1900, 1, 7),7),
    0, [Opportunity].CloseDate + 181,
    6, [Opportunity].CloseDate + 182,
    [Opportunity].CloseDate + 180
    )

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

      I'm getting error while running this code like "The formula expression is invalid: Syntax error. Missing ')'
      The element has an invalid reference to "Opportunity.Close.". As soon as possible i am expecting a reply from you

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

      Same error

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

      @@alavenkataabhilash9369 same error in my trailhead if your problem resolved can you help me

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

      @@monikasharma2402 NOTE: If it shows error for the Day of the week field, delete the field and create the field again as formula field type and paste the formula given below
      Case (WEEKDAY(Date__c),
      1,"Sunday",
      2, "Monday",
      3,"Tuesday",
      4,"Wednesday",
      5,"Thursday",
      6,"Friday",
      7,"Saturday",
      Text(WEEKDay(Date__c)))

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

      @@alavenkataabhilash9369 I aso try same but it again show the same error

  • @Mona-ni6kl
    @Mona-ni6kl 2 ปีที่แล้ว

    error

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

    Hello