Search Options
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
Search Options
Home
Communities
Reltio Data Unification and Master Data Management Communities
My Communities
Reltio Connect
Reltio Integration Hub
Product FAQs
Reltio Matching
Reltio APIs
Reltio Connectors
Reltio Survivorship
Reltio MDM Workflow Management
Reltio Implementation Guide
Reltio Tenant Cloning and Snapshots FAQ
Events
Upcoming Webinars
Past Community Shows (Webinars)
Browse
Discussion Posts
Library Entries
Community Blogs
Participate
Help/FAQs
Unanswered Threads
Self-Help
Podcast
Reltio Connect
View Only
Community Home
Discussion
4.7K
Library
117
Blogs
205
Events
1
Members
3.9K
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
0
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
2
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
Date format change in UI
Abhijit Auddy
Added 07-04-2024
Discussion Thread
2
Step by Step Guide on Adding A New Source To Reltio
Sara Lyons
Added 06-06-2021
Blog Entry
Support for HL7 formats in Healthcare Domain
Vinoth Kumar Chittibabu
Added 02-06-2024
Discussion Thread
5
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.
Copyright 2023. All rights reserved.
Powered by Higher Logic