Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026 Agenda Now Available: Explore Sessions
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Get Autoincrement Value for all Entities in MDM dataModel

Hi,

 

Is it possible to get all entities autoincrement value in email list from MDM studio.

 

Thanks.

Labels (2)
1 Reply
Anonymous
Not applicable
Author

Hi,

 

Yes - Autoincrement values are stored within the CONF container. This is a model / container pair - just like the ones that you build. You can therefore define Talend repository metadata to read from the CONF container and retrieve the Autoincrement values in a job using tMDMInput. Or you could do it in a real-time service using the MDM REST API.

 

However two things:

1) I'm not clear on why you would want to email the Autoincrement counters to someone?

2) We only recommend using Autoincrement for very slowly changing entities - typically reference data: https://help.talend.com/reader/W_sY2qVJmFSXUM7zIdrNAw/p5PnJt8alJlndTvEw9Jj9Q

 

Thanks,

 

Adam