Skip to main content (Press Enter).
Sign in
Skip auxiliary navigation (Press Enter).
Reltio.com
Reltio Learn
Contact Us
Skip main navigation (Press Enter).
Toggle navigation
Home
Communities
Reltio Data Unification and Master Data Management Communities
My Communities
Reltio Connect
Reltio Integration Hub
Best Practices
Reltio Matching
Reltio APIs
Reltio Connectors
Reltio Survivorship
Reltio Implementation Guide
Reltio Tenant Cloning and Snapshots FAQ
Events
Upcoming Webinars
Past Community Shows (Webinars)
Podcast
Browse
Library Entries
Community Blogs
Browse Unanswered Threads
Browse Past Community Shows (Webinars)
Participate
Unanswered Threads
Resources
Community Content Portal
Reltio Connect
View Only
Community Home
Discussion
5.5K
Library
126
Blogs
219
Events
2
Members
4.2K
Back to discussions
Expand all
|
Collapse all
sort by most recent
sort by thread
formatting of INT attribute in Reltio UI
Abhijit Auddy
07-04-2022 13:06
We have an INT attribute "IPO Year" which stores year value. While display the value in UI it is showing ...
Gino Fortunato
07-05-2022 12:20
this can be done by modifying the com.reltio.plugins.entity.json file. Add a section similar to ...
1.
formatting of INT attribute in Reltio UI
Recommend
Reltio Partner
Abhijit Auddy
Posted 07-04-2022 13:06
Reply
Reply Privately
Options Dropdown
We have an INT attribute "IPO Year" which stores year value. While display the value in UI it is showing value in comma in 1000 place. e.g. 2022 as 2,022 . How to change the format to display it properly.
2.
RE: formatting of INT attribute in Reltio UI
Recommend
Reltio Employee
Gino Fortunato
Posted 07-05-2022 12:20
Reply
Reply Privately
Options Dropdown
this can be done by modifying the
com.reltio.plugins.entity.json file.
Add a section similar to the following:
{
"point": "com.reltio.plugins.ui.configuration",
"id": "com.reltio.plugins.ui.AttributePresentation",
"configuration": {
"configuration/entityTypes/Contact/attributes/Education/attributes/YearOfGraduation": {
"format": "none"
},
"configuration/entityTypes/Contact/attributes/YoB": {
"format": "none"
},
"configuration/entityTypes/Contact/attributes/YoD": {
"format": "none"
},
"configuration/entityTypes/HCP/attributes/Education/attributes/YearOfGraduation": {
"format": "none"
},
"configuration/entityTypes/HCP/attributes/YoB": {
"format": "none"
},
"configuration/entityTypes/HCP/attributes/YoD": {
"format": "none"
}
}
}
Obviously, you need to change the URI's to match the URI of the attribute(s) you are trying to modify.
×
New Best Answer
This thread already has a best answer. Would you like to mark this message as the new best answer?
Related Content
Source Specific EntityType configuration
John Sargunam C D
Added 05-18-2023
Discussion Thread
2
MetaData Security: Conditional Formatting
John Sargunam C D
Added 07-07-2022
Discussion Thread
4
Reltio UI conditional formatting based on attribute value
Debarati Chakrabarty
Added 10-06-2025
Discussion Thread
2
Show a certain format for attribute of type "date"
Klaudia Augustin
Added 17 days ago
Discussion Thread
5
Date format change in UI
Abhijit Auddy
Added 07-04-2024
Discussion Thread
2
Account Not Active
It looks like you tried to log in with an account that is not active. If you believe that your account should be active, please
contact us
so we can work on that with you.
© 2024 The RELTIO® mark is a registered trademark of Reltio, Inc. in the United States and other countries; DataDriven and Reltio Data Cloud are trademarks of Reltio, Inc. Other names or marks are trademarks of their respective owners.
Powered by Higher Logic