39 Record Triggered Flow Scenario - Flow to Copy File from Opportunity to Account | Content Document

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ธ.ค. 2024

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

  • @TheSoftwareTutor1
    @TheSoftwareTutor1 ปีที่แล้ว

    Sanjay this is brilliant, thank you so much for this in depth practice example.

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

    For Online Instructor Led Training
    Email: sanjaygupta.techschool@gmail.com or
    Visit: studysalesforce.com/
    Connect with Sanjay Gupta:
    Linkedin: www.linkedin.com/in/sanjay-gupta-bb2a79bb/
    Udemy : Enroll Salesforce Flow Builder Masterclass: kadge.io/flowbuilder
    Udemy : Enroll Salesforce Admin Certification Masterclass : kadge.io/admin201
    Udemy : Enroll Salesforce PD1 Certification Masterclass : kadge.io/pd1
    Please like and subscribe to support the efforts.

  • @Magorzata-tm1fb
    @Magorzata-tm1fb 5 หลายเดือนก่อน

    Thank you for your video, I created this flow but it does not work for me. It looks like the second assignement step does not find any records:
    {!CDLList} Add {!CDLRecord}
    Result
    {!CDLList} = "[ContentDocumentLink (No ID)]"
    but in first assignemtnt there is content document ID populated correctly:
    {!CDLRecord.Visibility} = "AllUsers"
    {!CDLRecord.ContentDocumentId} = "069Pt000002UabBIAS"
    {!CDLRecord.ShareType} = "V"
    {!CDLRecord.LinkedEntityId} = "08pPt000000C3wbIAC"
    Can you please help me with this?

  • @BalaCh-b6i
    @BalaCh-b6i 11 หลายเดือนก่อน

    Hi Sir, I have a doubt. How to write a apex class for the above. I'm trying that, whenever I clicked on button on case UI, that case attachments should move to another object.

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

    7/18/2023 worked.

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

    I'm trying to use it for this scenario: a case is create out of salesforce, and when is created usually have files that saves on attachments. as case is created immediately a flow create an opportunity. what i need is: for this opp created i need to clone/copy all files saved on the case. i tried just like your video, but its not working. can you help me with that?

  • @chelsearowe2567
    @chelsearowe2567 ปีที่แล้ว

    Is there a way to have files also carry over to the account if they are uploaded after the opportunity is already marked closed won?

  • @pb9075
    @pb9075 9 หลายเดือนก่อน

    Can we specify which files to be moved to account

  • @shaitachamling6600
    @shaitachamling6600 ปีที่แล้ว

    Could you please share how to add related files into specific library folder?

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

    In my case data is not getting in get records and even I have used LinkedEntityId also. Don't know why. Will u plz suggest me

  • @LucasCotrimMoreiraBhering
    @LucasCotrimMoreiraBhering ปีที่แล้ว

    my flow is just coppying one file, i already check your video 10 times. Im coppying the files to a contact (which is related by lookup filter). what can I do to solve it?

  • @pranavwagh6154
    @pranavwagh6154 ปีที่แล้ว

    Can we use custom object instead of account ?

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

    Will this duplicate the files brought over if you save an opportunity after the file is added/saved.

  • @JakubIzydor
    @JakubIzydor 10 หลายเดือนก่อน

    Sanjay
    I used it to transfer email message attachments to a file, and it works almost perfectly. Thank you!
    One question:
    The new file is created, but it is not saved under '{!$Record.RelatedToId}', just in the org generally.
    This issue persists even though the debug log shows a correct LinkedEntityId.
    Does anyone have any idea why this might be happening?

  • @anandpaul9067
    @anandpaul9067 ปีที่แล้ว

    We can't save this record because the “Copy files from opp to account” process failed. Give your Salesforce admin these details. This error occurred when the flow tried to create records: DUPLICATE_VALUE: Document with ID: 0692w00000NJLkQ is already linked with the entity with ID: 0012w00001996Cb. You can look up ExceptionCode values in the SOAP API Developer Guide. Error ID: 2044449192-851615 (101033844)ok up ExceptionCode values in the SOAP API Developer Guide. Error ID: 2044449192-851615 (101033844)
    I am getting this error while updating 2 files

    • @BMaz-rm6qc
      @BMaz-rm6qc ปีที่แล้ว

      I was also getting this error but I added a decision element with one outcome of Resource CDL Record > Linked Entity ID equals $record > Account ID > Account ID and then a default outcome and moved the create record element to after the default outcome so that is the CDL already exists on the account it just flows to the end and does not try to create a duplicate. Hope this helps!