Tutorial 6- How to Create a Record Link Dynamically in the Flow ?

Поділитися
Вставка
  • Опубліковано 1 жов 2024

КОМЕНТАРІ • 20

  • @hemanthkakarla2099
    @hemanthkakarla2099 Рік тому

    I want to link to record Ids across different Orgs, using URL won't work because it will be unique to it's own Org, please help how I can handle this

  • @Sebastian-zg3jc
    @Sebastian-zg3jc 2 роки тому +5

    There is an even easier solution ! In your 'display text' component, click on the Link button to open the small "Link URL' window and all you need to do is enter a forward slash / and then your record id variable, eg. in that box just enter: /{!var_YourRecorID} and click save, that's it. Salesforce understands that syntax and will create a autocompleted hyperlink with the whole URL dynamic to your salesforce instance URL, no need to get any URL's, hardcode URLs or hack the URL with the record variable. The screen component, what is displayed to the end-user, still shows as entered /{!var_YourRecorID}, without the full dynamic root URL but that's not an issue as you would still use a friendly text where you would 'hide' your link URL, eg. 'Click here to the new record'

    • @rahuljog5710
      @rahuljog5710 2 роки тому

      Tried did not work in the flow

    • @saisatya5685
      @saisatya5685 2 роки тому +2

      This is working! should do for other orgs as well when deployed. Thanks for the tip.

    • @saisatya5685
      @saisatya5685 2 роки тому

      @@rahuljog5710click the option to create a variable for storing the "id" in the create record action and use that variable in the link.

    • @hemanthkakarla2099
      @hemanthkakarla2099 Рік тому

      Sir, you are a legend.

    • @jennbowers2845
      @jennbowers2845 Рік тому

      Yes! Much easier. Thanks!

  • @subhu_99
    @subhu_99 Рік тому

    is there a flow where I can go from a record to the list view by just one click?

  • @maddijoshi5347
    @maddijoshi5347 Рік тому

    Amazing explanation Ma'am .
    I am getting a problem here, after I had run the flow & clicked on the newly created lead I am getting a Error Message "This record is no longer available.Ask your Admin for help " .plz tell me what must I do .

    • @MyTutorialRack
      @MyTutorialRack  Рік тому

      this doesnt help me much . What your flow is doing, is the id of the record exist ?

  • @vijayalakshmi-sw7ns
    @vijayalakshmi-sw7ns 2 роки тому

    So when manually copied URL , does it work in other sandboxes when we push to other sandboxes?

    • @saisatya5685
      @saisatya5685 2 роки тому +1

      try using "/{!variablename}" in the link.

  • @erwaqar
    @erwaqar Рік тому

    Thanks very well explained.

  • @ROBMACDUI
    @ROBMACDUI 2 роки тому

    Make sure to update your browser.😉

  • @prajaktamore1576
    @prajaktamore1576 2 роки тому

    I like your teaching.😊It's very helped for my all sales force career..I am from non IT but your teaching is very excellent 👌 Thank you so much mam..For your great teaching and your valuable time .. Please make a videos on apex trigger

    • @MyTutorialRack
      @MyTutorialRack  Рік тому

      thank you for the feedback. I do cover triggers in depth in my Platform Developer 1 certification course: Here is the link
      mytutorialrack.teachable.com/p/platform-developer-1-certification-course

  • @laxmihotkar3199
    @laxmihotkar3199 2 роки тому

    make video on salesforce testing

  • @thiagofernandes8596
    @thiagofernandes8596 2 роки тому

    Thank you very much for this excellent video, very happy to discover your youtube channel it will teach me a lot

  • @RaviKumar0910
    @RaviKumar0910 2 роки тому

    Thanks AmmA