CRM

GaurangW
Membre

I want to display participant full name in deal section

Résolue

Hi,

 

I want to display full name in the deal section in the screenshot shared below.

 

GaurangW_0-1747203819974.png

 

I tried creating a custom property with property sync as field type. I have selected Contact object from associated record type but  

from the property it only gives me either to select first name or last name.

Is there any option where I can have the full name & display in the deal section

 

0 Votes
2 Solutions acceptées
karstenkoehler
Solution
Au panthéon de la communauté | Partenaire solutions
Au panthéon de la communauté | Partenaire solutions

I want to display participant full name in deal section

Résolue

Hi @GaurangW,

 

You would have to concatenate the first and last name on the contact object first, within a new property – either a calculation property with the output text... https://knowledge.hubspot.com/properties/create-calculation-properties

 

... or using a contact-based workflow that sets the value of a new custom text property to the values of first name, space character, last name.

 

Once you have this property, you can sync it to the deal.

 

Best regards

Karsten Köhler
HubSpot Freelancer | RevOps & CRM Consultant | Community Hall of Famer

Beratungstermin mit Karsten vereinbaren

 

Did my post help answer your query? Help the community by marking it as a solution.

Voir la solution dans l'envoi d'origine

0 Votes
himanshurauthan
Solution
Leader d'opinion | Partenaire solutions Elite
Leader d'opinion | Partenaire solutions Elite

I want to display participant full name in deal section

Résolue

Hi @GaurangW 

 

Here is the workaround that you can opt for to achieve this functionality: 
Create a custom deal property (e.g., Full name).
Use a workflow to:
  • Trigger when a contact is associated with a deal.
  • Copy the First name and last name from the Contact to the custom full name property on the associated Deal. 

Attaching a screenshot to give you a better idea. image (25).png

Digital Marketing & Inbound Expert In Growth Hacking Technology

Voir la solution dans l'envoi d'origine

0 Votes
2 Réponses
himanshurauthan
Solution
Leader d'opinion | Partenaire solutions Elite
Leader d'opinion | Partenaire solutions Elite

I want to display participant full name in deal section

Résolue

Hi @GaurangW 

 

Here is the workaround that you can opt for to achieve this functionality: 
Create a custom deal property (e.g., Full name).
Use a workflow to:
  • Trigger when a contact is associated with a deal.
  • Copy the First name and last name from the Contact to the custom full name property on the associated Deal. 

Attaching a screenshot to give you a better idea. image (25).png

Digital Marketing & Inbound Expert In Growth Hacking Technology
0 Votes
karstenkoehler
Solution
Au panthéon de la communauté | Partenaire solutions
Au panthéon de la communauté | Partenaire solutions

I want to display participant full name in deal section

Résolue

Hi @GaurangW,

 

You would have to concatenate the first and last name on the contact object first, within a new property – either a calculation property with the output text... https://knowledge.hubspot.com/properties/create-calculation-properties

 

... or using a contact-based workflow that sets the value of a new custom text property to the values of first name, space character, last name.

 

Once you have this property, you can sync it to the deal.

 

Best regards

Karsten Köhler
HubSpot Freelancer | RevOps & CRM Consultant | Community Hall of Famer

Beratungstermin mit Karsten vereinbaren

 

Did my post help answer your query? Help the community by marking it as a solution.

0 Votes