Emon
Emon
  • 45
  • 70 204
Salesforce: Automatically Create Opportunity Contact Roles for Newly Created Opportunities
In this video, I will be showing you how you can add a opportunity contract role(s) to a newly created opportunity record.
I will also demonstrate how you can make the opportunity contact role as a primary contact.
As of now, there is no standard in Salesforce where opportunity contact role(s) are created when opportunities are created and associated. Instead, we will build a record triggered after save flow to make this happen.
It is crucial to have a contact for an opportunity so at least it will be easy for users to keep track of who is associated with the deal they are trying to work.
It may also be useful when it comes to marketing automation when using Salesforce Marketing Cloud or any other tool.
Resources:
Opportunity contact role: help.salesforce.com/s/articleView?id=sf.sales_core_opp_contact_roles.htm&type=5
Flow: help.salesforce.com/s/articleView?id=sf.flow.htm&type=5
GitHub:
github.com/emon654
check out this awesome blog:
definingaffect.com
Linkedin
www.linkedin.com/company/systemize-pro/
***Timestamp***
00:00 - Intro
00:19 - Custom Checkbox fields
01:14 - Flow Building
02:25 - Flow Building - Decision element
03:33 - Flow Building - Get Record element
04:20 - Object relation explanation
05:29 - Flow Building - Loop element
06:01 - Flow Building - Assignment element
06:31 - Creating variables and assigning them
10:05 - Flow Building - Create Record element
10:46 - Flow Building - Update Record element
12:36 - Debug flow and review log
14:00 - Let's look at records to test first
14:51 - Testing it!
15:46 - Outro
มุมมอง: 563

วีดีโอ

Salesforce: Build a Simple Complaint Screen Flow
มุมมอง 1944 หลายเดือนก่อน
In this video, I will be showing how you can create a simple complaint form with a screen flow. Your end user can simply log a complaint with the necessary details using this method. Customer service teams handle issues customers are experiencing and there can be complaints down the line. Depending on your organization what data would you prefer to capture to review? In this video, I used a sim...
Salesforce: Overview on Junction Object
มุมมอง 1195 หลายเดือนก่อน
In this video, I will be explaining how the junction object works in Salesforce. A junction object in Salesforce establishes a many-to-many relationship between objects. The junction object acts as a middleman between the preceding objects whether the 2 objects are custom or standard. What is necessary is to have the master-detail relationship established with the junction object-one with each ...
Salesforce: Mass Update Records in List View Using Quick Action
มุมมอง 1.4K6 หลายเดือนก่อน
In this video, I will be showing you how to add a quick action to a list view. You can then use it to mass update records of your choice in the list view. You must first select the object where you would like to create the quick action. In this video, I will be using the case object. After creating your custom quick action add it to the list view button layout. Once it is there, select your lis...
Salesforce: How to See Converted Leads
มุมมอง 6567 หลายเดือนก่อน
In this video, I am going to show you how you can make converted leads visible… to some users. In Salesforce after a lead is converted the main focus is now the account, contact, and optionally opportunity. After the conversion, the lead is no longer searchable but there is a way around that. You can create a permission set within the permission you will go to “app permissions” and enable “View...
Create a Salesforce Operational Support User
มุมมอง 697 หลายเดือนก่อน
In this video, I will show you how you can create an operational support user in your salesforce org. You can set this up with either a permission set or a custom profile. Operational support users can be quite beneficial to have in an organization as they are able to provide support to users, create and manage reports/dashboards, manage data, help QA, or any other tasks that could be helpful. ...
How to Use VLOOKUP in Salesforce Validation Rule
มุมมอง 2808 หลายเดือนก่อน
In this video, I will be showing you how you can use Salesforce vlookup in your validation rule for enforcing data quality. Vlookup only applies to salesforce validation rule. This returns a value by looking up a related value on a custom object similar to the VLOOKUP() Excel function. This function is only available in validation rules. Before creating vlookup validation rule. Ensure you have ...
Salesforce: Update Multiple Lead Fields with Macros
มุมมอง 5888 หลายเดือนก่อน
In this video, I am going to show you how you can create a macro in Salesforce. Macros are a powerful automation tool in Salesforce that allows you to record a series of actions and replay them later with a single click. They are especially useful for automating repetitive tasks, such as updating fields, sending emails, or creating records. Macros can significantly improve productivity and effi...
Salesforce: Overview on Queues
มุมมอง 1839 หลายเดือนก่อน
In this video, I will show how you can create a queue in Salesforce. Salesforce Queues prioritize, distribute, and assign records used by teams that share workloads. Use Queues in Salesforce for managing cases, leads, tasks, contact requests, orders, service contracts, knowledge articles, and custom objects. As mentioned above, Salesforce Queues prioritize, distribute, and assign the records us...
Salesforce: How to Build Custom Field History Tracking
มุมมอง 1.6K9 หลายเดือนก่อน
In this video, I will be showing you how you can create a custom field history tracking object. The native field history tracking in Salesforce allows up to 20 fields to be tracked. When Field Audit Trail isn't enabled, field history data is retained for up to 18 months, and up to 24 months via the API. If Field Audit Trail is enabled, field history data is retained until manually deleted. You ...
Salesforce: Overview on Creating Custom Object with a Spreadsheet
มุมมอง 1.8K10 หลายเดือนก่อน
In this video I will be showing how you can create a custom object with using a spreadsheet. This is only an overview of you could do. The common way of creating a custom object is going to object manager and follow specific steps. You will be able to define the object and fields and import records contained in the spreadsheet. This can be done in production or sandbox. Sandbox is highly recomm...
Salesforce: Changing Running Flow API Version
มุมมอง 60910 หลายเดือนก่อน
In this video I will show you how you can change the API version of a flow you would like to deploy in another environment without getting deployment errors. Directions Set Up menu Quick Find box type flows Click on flows and search for desired flow On the top left click on gear icon "view properties" Screen pops up and click on show advanced Select the appropriate API version More information:...
Overview on Salesforce's Products and Price Book
มุมมอง 1.3K11 หลายเดือนก่อน
In this video, I will be giving you an overview of product and price books. Products are a list of tangible or intangible items offered by the company. Price Books are a list of products with their prices. There are 2 types of Price books: Standard and Custom The Standard Price Book is a default price book that comes pre-installed with Salesforce Custom Price Books are additional price books th...
Salesforce: Create and Deploy Fields in Bulk
มุมมอง 320ปีที่แล้ว
I will show you how to create multiple fields at once using a tool developed by Cloudtoolkit. It is a tool that is quite useful when you would like to create and deploy fields quickly. However, after deploying fields into your org ensure you check the field level security and page layout. Tool: fieldcreator.herokuapp.com/ There is also a managed package on the appExchange called Bulk Object Fie...
Salesforce: How to Display Fields From Related Objects Using Lightning Component
มุมมอง 4.4Kปีที่แล้ว
In this video, I will show you how fields from a related object are shown on your targeted object. This makes things easier as end users are able to view important data from another object without having to search for details by looking at records separately. The related record lightning component helps display the details of a related record, including the details of a parent record on your Li...
Salesforce: Reporting Snapshot Overview
มุมมอง 3.3Kปีที่แล้ว
Salesforce: Reporting Snapshot Overview
Salesforce: A Declarative Approach to Restriction rules
มุมมอง 94ปีที่แล้ว
Salesforce: A Declarative Approach to Restriction rules
Salesforce: How to Add Opportunity Contact Role Id to Reports
มุมมอง 553ปีที่แล้ว
Salesforce: How to Add Opportunity Contact Role Id to Reports
Salesforce: How to Setup API Usage Notifications
มุมมอง 234ปีที่แล้ว
Salesforce: How to Setup API Usage Notifications
Salesforce: In-App Guidance Single and Walk through Prompt
มุมมอง 4.4Kปีที่แล้ว
Salesforce: In-App Guidance Single and Walk through Prompt
Salesforce: Records Owned by Deactivated Users
มุมมอง 742ปีที่แล้ว
Salesforce: Records Owned by Deactivated Users
Salesforce: Dynamic Actions Guide
มุมมอง 3032 ปีที่แล้ว
Salesforce: Dynamic Actions Guide
Salesforce Dynamic Forms Guide
มุมมอง 5622 ปีที่แล้ว
Salesforce Dynamic Forms Guide
Salesforce: A Basic Guide to using Data Loader
มุมมอง 3472 ปีที่แล้ว
Salesforce: A Basic Guide to using Data Loader
Salesforce: A Quick Guide to Validation Rules
มุมมอง 7572 ปีที่แล้ว
Salesforce: A Quick Guide to Validation Rules
Salesforce: Properly Format Date and Time values in Excel and Google Sheets (Dataloader Import)
มุมมอง 2K2 ปีที่แล้ว
Salesforce: Properly Format Date and Time values in Excel and Google Sheets (Dataloader Import)
Salesforce How to add a Email Signature to your Account
มุมมอง 4.6K2 ปีที่แล้ว
Salesforce How to add a Email Signature to your Account
Salesforce How to Set Up Quick Text
มุมมอง 3882 ปีที่แล้ว
Salesforce How to Set Up Quick Text
Salesforce: How to set up Delegated Administration
มุมมอง 4.3K2 ปีที่แล้ว
Salesforce: How to set up Delegated Administration
How to Set up Opportunity Teams and Splits in Salesforce
มุมมอง 3K2 ปีที่แล้ว
How to Set up Opportunity Teams and Splits in Salesforce

ความคิดเห็น

  • @brentpauwels4987
    @brentpauwels4987 13 วันที่ผ่านมา

    Thanks man!

  • @akshaychoudalwar
    @akshaychoudalwar 20 วันที่ผ่านมา

    Great video !! But I think this flow is not buklified in-terms of governor limits since multiple dml are used. Flow should create all records at once may be by collections.

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

    Would anyone happen to know if there is a certain permission that despite limiting what roles that are granted. The user can still select all roles. I thought it might be this Manage Roles but removed that from profile yet they can still see all. I also removed all permission sets for testing and can't seem to figure this out.

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

    Very good video to get a quick understanding of the products and catalogs

  • @RashikaShahi-s9f
    @RashikaShahi-s9f 2 หลายเดือนก่อน

    Why I am not able to see quick action button in this view page?

  • @christinajoycek6868
    @christinajoycek6868 2 หลายเดือนก่อน

    Thank You sir, this video was very helpful.

  • @thanmayidhulipalla9389
    @thanmayidhulipalla9389 3 หลายเดือนก่อน

    Thank you

  • @mickiford1136
    @mickiford1136 4 หลายเดือนก่อน

    Made our sales team very happy!

  • @shivamsingh-j3w
    @shivamsingh-j3w 4 หลายเดือนก่อน

    It was really understandable video. Keep it up

  • @CTOJoeBruin
    @CTOJoeBruin 5 หลายเดือนก่อน

    What if you would like to add social media buttons to the signature?

  • @lizavetatrafimuk778
    @lizavetatrafimuk778 5 หลายเดือนก่อน

    great video! thank you!

  • @AliciaAndera
    @AliciaAndera 5 หลายเดือนก่อน

    Thank you!! Just what I was looking for!

  • @iansmith5328
    @iansmith5328 6 หลายเดือนก่อน

    thanks so much for this

  • @romimadia6467
    @romimadia6467 6 หลายเดือนก่อน

    Can you add an action button to a task? I can’t get a list view on the object to populate

  • @enrique_at_wiris
    @enrique_at_wiris 7 หลายเดือนก่อน

    I don't understood for what the Reporting Snapshots are used.

  • @rajeshwanve3834
    @rajeshwanve3834 8 หลายเดือนก่อน

    the current user image email signature is override after selecting the lightning email template but i want the current user image signature in the email template. Can we achieve this scenario???

  • @zarattecarlos
    @zarattecarlos 8 หลายเดือนก่อน

    Great video!

  • @manish-19--02
    @manish-19--02 8 หลายเดือนก่อน

    Useful Information

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

    Great advice! Thank you!

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

    Thanks, But when I reply to an email the signature placed at the end of the whole trail email. Can we fix it?

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

    Good video. Thanks for the explanation.

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

    Promo*SM

  • @hariachu04
    @hariachu04 11 หลายเดือนก่อน

    Hi . Thanks for the video on this topic . Can you please tell me how to change the API version of Field Service Mobile Flow .Thank you

  • @BasedTeeth
    @BasedTeeth 11 หลายเดือนก่อน

    Good explanation!

  • @LZM-be9rh
    @LZM-be9rh 11 หลายเดือนก่อน

    Very helpful video thank you very much!

  • @Talk2meGuce
    @Talk2meGuce 11 หลายเดือนก่อน

    Do you know if there are limitations for delegated admins to assign perm sets/perm set groups to community plus users?

  • @LoganMorris-l6g
    @LoganMorris-l6g 11 หลายเดือนก่อน

    THANK YOU!!! helped me complete a work project

  • @Steven-fx3iy
    @Steven-fx3iy 11 หลายเดือนก่อน

    Would the email signature appear the same way if sent from a cadence?

    • @WhyNotEmon
      @WhyNotEmon 11 หลายเดือนก่อน

      It may if it is sent from the user. This thread may shine a light to your question I hope this helps. trailhead.salesforce.com/trailblazer-community/feed/0D54S00000FT7CKSA1

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

    I like that short and understandable Video, thank

  • @CrystalR-m1q
    @CrystalR-m1q ปีที่แล้ว

    go slower so we can use all of our 8 hour work day here

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

    I couldn't find where to modify my signature, and now, thanks to your video, my signature is the best in the company, Nice job!

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

    Very helpful, thank you! You have a very pleasant voice and style of explaining!

  • @RafaelRangel-x9w
    @RafaelRangel-x9w ปีที่แล้ว

    Thank you so much! is there a way we can add a picture to the left side? Kind of like my picture, and the info on the right?

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

    I'm trying to set someone up as delegated admin so that they can log in as users for troubleshooting purposes but when that person goes to the user that they would like to login in as, they're only getting 3 buttons at the top of the user record, "edit, sharing, reset password". Why is that? There is no "Login" button and I've done everything mentioned in the video.

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

      Hi, once you have the delegated administration set up ensure that the "Enable for group Login access" is checked. Make sure that the users the delegated admin is going manage meets your criteria for profile and roles as you defined in the delegated administration settings. "login" should appear next to the edit button. it'd be best to test this with the person assigned as the DA just to see a side by side comparison. I hope this helps.

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

    helllo brother you havre one conatct for i say to you questions?

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

    Thank you

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

    I have access to the Marco's another colleague of mine created. However my other colleague can't view them? Do you have any video's on Macros?

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

    Can you make a video on how to add new type reason's for closing cases?

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

      If you mean by adding a picklist value. You could go into set up> Object manager> search and click on case object> click fields and relationships> click on "Type" field click new underneath "Case Type Picklist Values"> add the desired value> Click save. I hope this helps.

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

      ​@@WhyNotEmon Thank you!

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

    This was very helpful! Thank you!!

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

    It's blurry. Can you upload a new one on this subject?

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

      Sorry, it appears blurry for you. Have you tried adjusting the resolution by clicking on the gear icon?

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

      That worked, thank you! I love your videos. Can you post more? :)

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

    Is there a way to add the field, "Is Split" to the Opportunity page layout?

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

      Do you mean like a formula checkbox? I do not believe you can.

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

    In Apr '23 you need to set Opportunity Teams as true in order to see Opportunity Splits Settings.

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

      Thank you Jorge for the update!

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

    Thank you

  • @Ashish-kn9xb
    @Ashish-kn9xb ปีที่แล้ว

    thanks

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

    Hello and thank you for your video. Is it possible to provide the image itself with a link. In outlook, for example, you can add a hyperlink to an image. Is it possible to do the same in the Salesforce signature ? Thanks for the answer.

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

      Hi, I am not sure if it would be possible but this source might be able to provide some insight: help.salesforce.com/s/articleView?id=000384067&type=1 I hope this helps.

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

    Thanks for the breakdown! Such a simple concept and we often overcomplicate.

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

      I am happy it helped you!

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

    I don't do a lot of work in HTML... but with your guidance I was able to successfully add a RTF signature with the company logo :D... Thanks!!!!

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

    I'm trying to do this and get a nice email signature...

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

    When mapping fields through data loader you can also drag and drop to match it to the appropriate fields. **TIMESTAMP** Intro - 0:00 Menu bar - 1:01 Insert - 4:18 Update - 9:23 Upsert - 11:30 Delete - 14:24 Export - 16:30 Export All - 18:54 Hard Delete - 20:20 Assigning Permission to use Hard Delete - 25:33

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

    Yes I found the video helpful. Thank you.