Autolaunched and Scheduled Flows | Run an Autolaunched Flow from a Custom Button

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

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

  • @ISTAMPERS
    @ISTAMPERS  Год назад +28

    /flow/Create_Child_Campaign?campID={!Campaign.Id}&campName={!Campaign.Name}&campOwner={!Campaign.OwnerId}&campStartDate={!Campaign.StartDate}&retURL=/{!Campaign.Id}

    • @gbuttelli
      @gbuttelli Год назад +6

      Correct is /flow/Create_Child_Campaign?campID={!Campaign.Id}&campName={!Campaign.Name}&campOwner={!Campaign.OwnerId}&campStartDate={!TEXT(Campaign.StartDate)}&retURL=/{!Campaign.Id}

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

      @@gbuttelli yes, it is correct and worked for me

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

      @@gbuttelli It worked for me as well but I have a question, if in the same URL I have spaces it doesn't work. Can you tell me why?
      Reference: /flow/Create_Child_Campaign?campID={!Campaign.Id} & campName={!Campaign.Name} & campOwner={!Campaign.OwnerId} & campStartDate={!TEXT(Campaign.StartDate)} & retURL=/{!Campaign.Id}

    • @puneethgonna5385
      @puneethgonna5385 11 месяцев назад

      me too@@srikanthsriram4996

    • @YuvarajRoll
      @YuvarajRoll 2 месяца назад +1

      @@gbuttelli thanks

  • @PhaniVenkat-nj6vj
    @PhaniVenkat-nj6vj Месяц назад

    On the child campaign custom button,we can't find the excepted value for the campId parameter be sure to use merge field notation

    • @PhaniVenkat-nj6vj
      @PhaniVenkat-nj6vj Месяц назад +2

      Pls help me im getting this error

    • @venkatkrishnapuli860
      @venkatkrishnapuli860 Месяц назад

      @@PhaniVenkat-nj6vj for me to getting same error nee error resolve ayindi ah anna

  • @raviblack-tb5gn
    @raviblack-tb5gn Месяц назад

    Thanks

  • @premshah9590
    @premshah9590 Год назад +3

    It is giving me this error-
    On the 'Child Campaign' custom button, we can’t find the expected value for the 'campStartDate' parameter. Be sure to make the 'campStartDate' variable equal to {!TEXT(Campaign.StartDate)}.

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

      for me too

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

      Me too

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

      did you solved this error? if yes then could you please help us to solve this error just by explaining the process? Thankyou😊

    • @ufukmilano
      @ufukmilano 11 месяцев назад

      me too ,apresciated!

    • @Islamiccontent2061
      @Islamiccontent2061 11 месяцев назад

      remove this {!Campaign.StartDate} from formula and add this {!TEXT(Campaign.StartDate)}@@aparnamounikaanupoju

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

    I totally missed the / in the retURL variable. Makes sense, won't happen to me again. Thanks!

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

    Why did you start from scratch?

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

      BECAUSE IT IS TUTORIAL COMMONSENSE

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

      @@kaoriloon the tutorial tell u to migrate select the source directly..not select start from scratch

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

    Did not see the point in starting from scratch!

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

      BECAUSE IT IS TUTORIAL COMMONSENSE...

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

      @@kaoriloon it's not a tutorial, it's an exercise in how well you can copy someone else , no need to understand why, just follow along.

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

      @@kaoriloon the tutorial tell u to migrate select the source directly..not select start from scratch

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

    No narration ? is the purpose to teach or simply have viewers copy you to pass the challenge ? this is especially true in the creation of the formula and inserting fields, without an explanation , it's just an exercise in how well you can copy someone else.

  • @saadmujawar2948
    @saadmujawar2948 8 месяцев назад +1

    /flow/Create_Child_Campaign?campID={!Campaign.Id}&campName={!Campaign.Name}&campOwner={!Campaign.OwnerId}&campStartDate={!TEXT(Campaign.StartDate)}&retURL=/{!Campaign.Id}

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

    thanks