Skip to main content
Answer

Inquiry name showing

  • May 19, 2021
  • 4 replies
  • 229 views

pandachan48
Jr Varsity II
Forum|alt.badge.img

could someone know any formula can ID to full name from Inquiry

 

 

 

 

Best answer by pandachan48

Hi @pandachan48,

We can not get the full name directly, as this user-defined field value only stores the ID in the database. Please find the screenshot for reference.

In order to get the Name, you need to join with the proper table. I just ran the sample example for the Customer ID.  Please find the details below.

 

Added UDF for Customer ID
Only stores ID, but not the name
I have added extra join with BAccount table to fetch the name

 

UDF: Customer ID and Customer Name

 

 

Hope this help!!

 

Any formula to set on inquiry to show full name? I don’t know how to edit in database.

4 replies

Naveen Boga
Captain II
Forum|alt.badge.img+19
  • Captain II
  • May 19, 2021

Hi @pandachan48,

We can not get the full name directly, as this user-defined field value only stores the ID in the database. Please find the screenshot for reference.

In order to get the Name, you need to join with the proper table. I just ran the sample example for the Customer ID.  Please find the details below.

 

Added UDF for Customer ID
Only stores ID, but not the name
I have added extra join with BAccount table to fetch the name

 

UDF: Customer ID and Customer Name

 

 

Hope this help!!


pandachan48
Jr Varsity II
Forum|alt.badge.img
  • Author
  • Jr Varsity II
  • Answer
  • July 6, 2021

Hi @pandachan48,

We can not get the full name directly, as this user-defined field value only stores the ID in the database. Please find the screenshot for reference.

In order to get the Name, you need to join with the proper table. I just ran the sample example for the Customer ID.  Please find the details below.

 

Added UDF for Customer ID
Only stores ID, but not the name
I have added extra join with BAccount table to fetch the name

 

UDF: Customer ID and Customer Name

 

 

Hope this help!!

 

Any formula to set on inquiry to show full name? I don’t know how to edit in database.


Naveen Boga
Captain II
Forum|alt.badge.img+19
  • Captain II
  • July 6, 2021

@pandachan48 I don’t think we can using formula.

As I said, you need to with BAccount table and get the Customer Name just like below.

 


pandachan48
Jr Varsity II
Forum|alt.badge.img
  • Author
  • Jr Varsity II
  • July 6, 2021

Any Formula can we put here(Style) to show full of the name?