Hi there,
I have a scenario where i need to change the display name of a record field value. Is it possible to do that while configuring 'Reporting Record Types' ?
ex. my record filed has the value 'SME' but i need to display it as 'Subject Matter Expert' (there is no related table to fetch the expanded value) on the frontend while we display the report. Is it doable in EUR?
Thanks in Advance!
Discussion posts and replies are publicly visible
Hi Geethasri ,
As you mentioned there is no related table to fetch the expanded value, you can create a expression rule to display the value. (This is not a best practice but you can use this if your value list is less than 10)
The best approach is to have a Lookup or reference table and display the values from that table in the UI and store the Id of the selected value in your record. So while displaying you can query the lookup and using simple wherecontains logic you can display the value of the stored Id.
Hello Shanmathi
Thanks for the suggestion. But I don't see a way, to call the expression rule by passing inputs while configuring reporting fields. Can you pls guide me where to call this exp rule which has the rule inputs.
I don't have complete context on your logic. Could you please share your code if you are fine or sample code?
sure,
This is the decision rule i created which needs an input, and my record fields holds these values { SME, SEO, OOO }.
Instead of displaying the short forms, i have to display their expansions on the report.
But while configuring the reporting record types, i dont see a way to make use of this decision rule.
these (above img.) are the possible configurations i can see in advanced mode, but that 'choices Rule' column doesnt support expression rules with rule input.
So, how can i change the display name.