Redirect From Flow in List View Button - Salesforce How-to Guide

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

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

  • @conio786
    @conio786 2 года назад +1

    I was searching this through so many blogs and articles . Thanks so much bro :)

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

      Glad you like it 😊

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

    Exactly what I needed!!! Thank you!!!

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

      Glad that it helped 😊

  • @aniketgokhale6129
    @aniketgokhale6129 5 месяцев назад +2

    Can we make that Url dynamic so that It should redirect me to the whatever list view I use to trigger the flow?

    • @SFDCKhan
      @SFDCKhan  5 месяцев назад

      I don’t think currently there is a way to make it dynamic somehow or at least as per my knowledge

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

    Great content! Is there a way to do the same thing except to redirect immediately to the newly created record instead of the list view?

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

      I guess there must be I haven't tried this in a list view button flow.

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

      It's totally possible! When you are creating the new record you have the option to kinda save the ID for it and use it later on in your flow
      When creating a single variable, down on the create element screen you have Manually Assign Variables checkbox. Mark it and use a new text variable to save the ID in.
      Once you are done with your logic, add a screen with a display text in it and pass the ID ( use it as a link ) in the text box, where actually the user is going to click on.
      Don't forget to remove the standard footer, this is it :)

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

    @SFDC Khan hello sir thank you for this amazing information can you guide us for getting the custom object code which we have to use in action button url..

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

      * Custom Objects. Starts incrementing from a00 *
      Reference Link: help.salesforce.com/s/articleView?id=000325244&type=1
      You can use the below code in Developer Console to find the Prefix of your Custom Object:
      Schema.DescribeSObjectResult schemaObj = Your_Custom_Object_Name__c.sObjectType.getDescribe();
      System.debug('Custom Object Prefix: ' + schemaObj.getKeyPrefix());

  • @arthurbelton4868
    @arthurbelton4868 2 года назад +1

    i just used Action: OpenURL at the end of the flow. that works every time. url = to the url you want it to go after. and mode = replace

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

      Awesome, I'll have a look into that.. Thankyou so much :)

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

    Hi can you also help like how to refresh the page after flow completes and return url

  • @jeffhemming5689
    @jeffhemming5689 4 месяца назад +1

    Thank you ✌

    • @SFDCKhan
      @SFDCKhan  4 месяца назад

      Welcome 😊

  • @nitikaprajapat5480
    @nitikaprajapat5480 2 года назад +1

    can you please tell how to use lwc for navigation

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

      Do you want me to show only LWC for navigation?
      OR using an LWC inside flow for navigation?

  • @jananimanoj2697
    @jananimanoj2697 2 года назад +1

    Thank you so so much you saved me

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

      So glad to see it helped you 🤗