Salesforce Winter 24 Release | Transform Your Data in Flows

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

КОМЕНТАРІ • 18

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

    📌 Salesforce Winter 24 Release Playlist - bit.ly/3P0bun0
    📌 Salesforce Summer 23 Release Playlist - bit.ly/3Mw6rbx
    Display Custom Error Messages for Record Triggered Flows - bit.ly/3snudQv
    📌 Salesforce Flow Playlist - bit.ly/3nIpTnT
    📌 Rollback Records in Salesforce Flow - ua-cam.com/video/a0gfei_smaE/v-deo.html
    📌 New Admin Features of Salesforce Summer '23 Release - ua-cam.com/video/QETKVtNU_xo/v-deo.html
    📌 New Flow Features of Salesforce Summer '23 Release - ua-cam.com/video/ruD3mP5WRq8/v-deo.html
    📌 HTTP Post Call From Salesforce Flow - ua-cam.com/video/UCHQmkVq7yo/v-deo.html
    📌 Summer 23 Release | How To Add Named Credentials To Permission Set Using Principals - ua-cam.com/video/53q3I-bJobk/v-deo.html
    📌 External Services in Flow - HTTP Callout - ua-cam.com/video/n-vHAqr6KiI/v-deo.html
    📌 Salesforce Release Playlist - bit.ly/3r7F0cn
    📌 How To Secure Apex Code With User Mode Database Operations - ua-cam.com/video/1agImQ1MWJs/v-deo.html

  • @DavidSekules-or6fz
    @DavidSekules-or6fz 6 місяців тому +2

    Hey Sudipta, great video!
    I don't know if anyone else has pointed this out yet, but as an alternative to creating formula fields on the source object, you can map any compatible field (e.g. Case.ClosedDate to Opportunity.CloseDate) and then click the target field, click "fx" to edit the formula, and enter a formula that doesn't reference the source field (e.g. "Today() + 15") - this removes the mapping, but leaves the formula in place. Works a treat. ;)

    • @TechnicalPotpourri
      @TechnicalPotpourri  6 місяців тому

      That’s a great feedback. Thank you for sharing this. I will include this trick in my next video.

  • @kasijangiti3427
    @kasijangiti3427 8 місяців тому

    Thanks for explaining this type of videos. Please keep doing the videos in future.

  • @user-qs7ys7hd4n
    @user-qs7ys7hd4n Рік тому +1

    Thank you, Sudipta for this great video. Very informative

  • @RVAraghav
    @RVAraghav 11 місяців тому +1

    Nice use case. Yes formula can be used!

  • @pradeepkumars975
    @pradeepkumars975 Рік тому +2

    Nice explanation but this is another kind of assignment that's it and in order to default the values I think we can probably assign the values before the record creation flow element.

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

      Yup, exactly what I was thinking.

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

      you mean to say in mapping, do no mapping for stage then using assignment element, we assign default stage value then use create element?

    • @TechnicalPotpourri
      @TechnicalPotpourri  11 місяців тому +1

      You can use the formula to prepare default value.

  • @bocchhii
    @bocchhii 11 місяців тому +2

    Thanks for this demo! Quick question, in you screen flow, the first component was a "Screen" displaying all the accounts in a picklist. How were you able to get that list of all accounts without using the Get Records?

    • @TechnicalPotpourri
      @TechnicalPotpourri  11 місяців тому +2

      Hello @bocchhii, I have used Picklist where the choice is basically a Record Choice Set. While configuring the Record Choice Set, I have selected Object as Account, no filter criteria (means fetch all accounts), and Sort Order as Ascending by Name. That way the variable gets all the account names. Hope this will help you. Otherwise, let me know. Thanks !!

  • @kasijangiti3427
    @kasijangiti3427 8 місяців тому

    One small doubt ;) How you are passing AccountId from Home page to get case records? are not passing any accountId?

  • @rajasekharkapiri3313
    @rajasekharkapiri3313 Рік тому +1

    Can we able to create multiple recrods. We are able to add the records to collection on for loop then we are assign the values from case to opportunities then insert or update that records collections

    • @TechnicalPotpourri
      @TechnicalPotpourri  11 місяців тому

      Yes, we can create multiple records. Here is the video where I covered one simple use case of creating multiple records using Transform element: ua-cam.com/video/9UMCC1fO-jY/v-deo.html