Search Options
Skip to main content (Press Enter).
Sign in
Skip auxiliary navigation (Press Enter).
Reltio.com
Contact Us
Skip main navigation (Press Enter).
Toggle navigation
Search Options
Home
Communities
All Communities
My Communities
Reltio Connect
Reltio Integration Hub
Product FAQs
Matching, Merge, Survivorship and Match Rules
Reltio MDM Workflow Management
Reltio Implementation Guide
Reltio Identity 360 FAQ's
Reltio Tenant Cloning and Snapshots FAQ
Events
Upcoming Webinars
Past Webinars
Browse
Discussion Posts
Library Entries
Blogs
Participate
Help/FAQs
Self-Help
Reltio Connect
View Only
Community Home
Discussion
2.1K
Library
62
Blogs
128
Events
5
Members
1.9K
Back to discussions
Expand all
|
Collapse all
sort by most recent
sort by thread
How to Create an Auto Generated ID with Prefix
Eren Zedeli
12-23-2022 13:24
Hi all, Is there a way to add a prefix to an auto-generated ID? For example, <KRM> +6 digit ...
Gowthamprabhu Sivaraj
12-25-2022 08:15
Hi Eren, You can add AutoGenaration pattern like this, "autoGenerationPattern" : "KRM{value}" ...
Eren Zedeli
12-25-2022 15:18
Perfect! Thank you!
1.
How to Create an Auto Generated ID with Prefix
0
Recommend
Reltio Partner
Eren Zedeli
Posted 12-23-2022 13:24
Reply
Reply Privately
Options Dropdown
Hi all,
Is there a way to add a prefix to an auto-generated ID? For example,
<KRM> +6 digit auto-generated ID.
Thanks,
Eren
2.
RE: How to Create an Auto Generated ID with Prefix
1
Recommend
Founding Member
Gowthamprabhu Sivaraj
Posted 12-25-2022 08:15
Reply
Reply Privately
Options Dropdown
Hi Eren,
You can add AutoGenaration pattern like this,
"autoGenerationPattern"
:
"KRM{value}"
,
So it would be something similar to this,
{
"label"
:
"ID"
,
"name"
:
"ID"
,
"description"
:
"Auto generated KRM ID"
,
"type"
:
"String"
,
"hidden"
:
false
,
"important"
:
false
,
"system"
:
false
,
"searchable"
:
true
,
"autoGenerated"
:
true
,
"generator"
:
"SEQ_GEN_ABCDEDFG_ID"
,
"autoGenerationPattern"
:
"KRM{value}"
,
"generateIfEmpty"
:
true
,
"generateIfNotEmpty"
:
false
,
"generatedValueUniqueForCrosswalk"
:
true
,
"attributeOrdering"
: {
"orderType"
:
"ASC"
,
"orderingStrategy"
:
"LUD"
},
"uri"
:
"configuration/entityTypes/HCP/attributes/ID"
,
"skipInDataAccess"
:
false
},
3.
RE: How to Create an Auto Generated ID with Prefix
0
Recommend
Reltio Partner
Eren Zedeli
Posted 12-25-2022 15:18
Reply
Reply Privately
Options Dropdown
Perfect! Thank you!
×
New Best Answer
This thread already has a best answer. Would you like to mark this message as the new best answer?
Copyright 2023. All rights reserved.
Powered by Higher Logic