@rotive Brian Hays... Curious, if the screen flow would allow the ability to save a few questions to the note file and other more conditional questions or specific customer discovery questions to custom fields for reporting purposes? You always get me thinking! :) As a novice at building flows, I love the clear instructions and understanding in your video. Do you have any tips on how to make the page layout or section holding the notes more creative/colorful?
Hey Brian, Loving the videos, Easy to follow and relatable to multiple diferant objects. Im trying to create a flow that Creates a note related to the Account when the sales team logs a Visit or phone call. Basically to take the separate data from each field and push it together in a note. (we need to track visits call numbers etc but notes made in the past seems to be easier to access day to day while making sales calls. I can trigger the flow based on the various tasks being completed but struggling to create the note with a collection of the right field. Would be great to know how you'd go about it!
Thanks for the comment! We have a number of other videos in the queue right now ahead of that one, but you may want to consider joining our membership if you want to run through it during office hours.
Hi, I am doing a superbadge of record triggered flow. I don't know what seems to be the problem! but I keep getting the error Challenge Not yet complete... here's what's wrong: We can't insert account records to validate the 'Privacy Data Removal' flow. Please could you help me out? I am stuck on it since days!
Thanks Brian. I have a use case I think this could help me with: capturing weekly highs/lows from sales reps, for an executive recurring report. A challenge I cannot overcome with Note records is the ability to capture long text data (in Ricg Text) and then consolidating, say, 15 such note records every week into a consolidated one that can be exported/printed - preserving the Rich Text Format. Thoughts?
Hey Pablo, I love the use case of getting highs and lows from your team. Unfortunately, this kind of reporting/aggregating is where Notes really fall short. I would consider creating a simple custom object for this purpose. Then you can add a Rich Text Field and get the data out through the API. Dealing with Rich Text is tricky though. It has limitations so I'd recommend thorough testing before rolling it out.
Hi Brian, very intresting usecase. you have account and in related you have 5 contact, so when user select all the 5 contact with check all, then the note should be created for all that 5 records and attach to individual 5 records. what will be the best approach to that?
Good question. You'll need to create a ContentDocumentLink record for each additional contact you want to relate the note to. If they select the option to apply to all contacts, I would get all Contact Records related to the Account to access their IDs. Then loop through each Contact to assign the ID of the Contact and the ID of the Note to a ContentDocumentLink record variable. On each iteration you'll want to add that ContentDocumentLink record variable to a collection so you can create those records all at once at the end of the Flow. Make sure you create the Note before you assign values to the ContentDocumentLink record variable so that its ID exists.
You won't need a flow for that. You can add the Notes related list to the page layout. It works just like any other related list. Am I understanding your question correctly?
@@Rotive Thank you for reply love your videos, the issue I was having was not able to see the body of the note! Then found out you have to use “text preview” body does not show up…
I cannot stress how stupid it is that there isn't just a related to field in the note creation. This extra step is nonsense, and it makes it more difficult to implement compared to the classic version.
This was very helpful. I followed to the T and was able to create a client notes flow. Thank you!
Awesome! Love to hear that. Glad it worked for you.
@rotive Brian Hays... Curious, if the screen flow would allow the ability to save a few questions to the note file and other more conditional questions or specific customer discovery questions to custom fields for reporting purposes? You always get me thinking! :) As a novice at building flows, I love the clear instructions and understanding in your video. Do you have any tips on how to make the page layout or section holding the notes more creative/colorful?
Amazing content. Thank you!
Glad it was helpful!
This is a good one! And thanks for sharing. Having seen this, its like a💡 went on!
Awesome! I love to hear that.
would recordId still be used if putting this note on an opportunity?
love it... already implemented! Thanks Brian!
Awesome! Thanks, Mo!
Really Awesome!!!
Thanks Syed!
Oh snap a other Brian Hays video! And you know pardot too? This channel is my jam!
Thanks Nathaniel! Appreciate it!
Hey Brian, Loving the videos, Easy to follow and relatable to multiple diferant objects. Im trying to create a flow that Creates a note related to the Account when the sales team logs a Visit or phone call. Basically to take the separate data from each field and push it together in a note. (we need to track visits call numbers etc but notes made in the past seems to be easier to access day to day while making sales calls. I can trigger the flow based on the various tasks being completed but struggling to create the note with a collection of the right field. Would be great to know how you'd go about it!
Thanks for the comment! We have a number of other videos in the queue right now ahead of that one, but you may want to consider joining our membership if you want to run through it during office hours.
Thanks, Brian for this wonderful tutorial. unfortunately, the Content note is not available in my org.
You may need to enable notes. Check out this help article from Salesforce:
help.salesforce.com/s/articleView?id=sf.notes_admin_setup.htm&type=5
Hi, I am doing a superbadge of record triggered flow. I don't know what seems to be the problem! but I keep getting the error Challenge Not yet complete... here's what's wrong:
We can't insert account records to validate the 'Privacy Data Removal' flow. Please could you help me out? I am stuck on it since days!
Do yo have a video on how to add the "Notes" section under accounts?
You can edit the lighting record page and use the Related List - Single component to add a notes related list wherever you like on the page.
Thanks Brian. I have a use case I think this could help me with: capturing weekly highs/lows from sales reps, for an executive recurring report.
A challenge I cannot overcome with Note records is the ability to capture long text data (in Ricg Text) and then consolidating, say, 15 such note records every week into a consolidated one that can be exported/printed - preserving the Rich Text Format.
Thoughts?
Hey Pablo, I love the use case of getting highs and lows from your team. Unfortunately, this kind of reporting/aggregating is where Notes really fall short. I would consider creating a simple custom object for this purpose. Then you can add a Rich Text Field and get the data out through the API. Dealing with Rich Text is tricky though. It has limitations so I'd recommend thorough testing before rolling it out.
Hi Brian, very intresting usecase.
you have account and in related you have 5 contact, so when user select all the 5 contact with check all, then the note should be created for all that 5 records and attach to individual 5 records. what will be the best approach to that?
Good question. You'll need to create a ContentDocumentLink record for each additional contact you want to relate the note to.
If they select the option to apply to all contacts, I would get all Contact Records related to the Account to access their IDs. Then loop through each Contact to assign the ID of the Contact and the ID of the Note to a ContentDocumentLink record variable. On each iteration you'll want to add that ContentDocumentLink record variable to a collection so you can create those records all at once at the end of the Flow.
Make sure you create the Note before you assign values to the ContentDocumentLink record variable so that its ID exists.
Hi!
I love this chanel, i tryed to do it in our org, but it says that Parent Id is missing, how can i get that ParentId?
Love you
The ParentID is the the ID of the record you want this note to be associated with. Could be an Account ID, Opportunity ID, etc.
Brian can you tell us - how do we build a "flow" to show notes related to a record?
You won't need a flow for that. You can add the Notes related list to the page layout. It works just like any other related list. Am I understanding your question correctly?
@@Rotive Thank you for reply love your videos, the issue I was having was not able to see the body of the note! Then found out you have to use “text preview” body does not show up…
thanks for sharing your wealth of knowledge! Can you create a flow perhaps a screen flow that creates one or multiple records for multiple objects?
Hey Jovani, check out this video. I hope it helps! ruclips.net/video/gwSwNMnXfOM/видео.html
I cannot stress how stupid it is that there isn't just a related to field in the note creation. This extra step is nonsense, and it makes it more difficult to implement compared to the classic version.