Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Is it possible to get all entities autoincrement value in email list from MDM studio.
Thanks.
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