22
Views
4
Comments
Solved
Customername shows like an number

Hello, I have a visit activity page, in that page, I used an interaction dropdown search. when I click the customer name it will list down the customer list(i have a customer entity)  but when I save that record in the visit activity page,  the customer name shows like a number. 

2023-10-21 19-42-11
Tousif Khan
Champion
Solution

Hello,

I thing here you have missed Join Condition

You need to create a Join betwen both the Activity and Customer Entity in a Agregate

And After that you need to pass the Expression in your table someting like

GetActivity.List.Current.Customer.Name 

As @Kilian  Suggested, 

What you are doing wrong here - 

You are binding your expression to the Foreign Key. in your Activity table

I am attaching Oml for referernce example you can refer to it

If this cant help please Share Oml , or Share more screen Shots with detail previw of your Aggregate.

Hope this helps

Best Regards

Tousif Khan


Sample_Employee_.oml
2020-09-15 13-07-23
Kilian Hekhuis
 
MVP

Hi Prabinraj,

Check the expression that's in that column. It probably says "GetCustomers.List.Current.Customer.Id" instead of "GetCustomers.List.Current.Customer.Name" or something to that effect.

UserImage.jpg
Prabinraj TP

it is also save like this

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP

It's unfortunate that we can't see what "Value" is exactly, since it's chopped off. That said, if it's saved wrong, then you need to inspect your save action. Debug the application to see where it goes wrong.

2023-10-21 19-42-11
Tousif Khan
Champion
Solution

Hello,

I thing here you have missed Join Condition

You need to create a Join betwen both the Activity and Customer Entity in a Agregate

And After that you need to pass the Expression in your table someting like

GetActivity.List.Current.Customer.Name 

As @Kilian  Suggested, 

What you are doing wrong here - 

You are binding your expression to the Foreign Key. in your Activity table

I am attaching Oml for referernce example you can refer to it

If this cant help please Share Oml , or Share more screen Shots with detail previw of your Aggregate.

Hope this helps

Best Regards

Tousif Khan


Sample_Employee_.oml
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.