Hi community,
does someone has an example how to create a AutoIncrementFieldDescriptor value withinin a CRUD script when creating an instance?
My resulting ID has an incrementing part but there is another variable part for the year within the same field: YY/{0:000000000}, e.g. 25/000000123
And I don't want to hardcode the year.
Felix Wesemeier [DevOps Catalyst] Selected answer as best 13th March 2025
Is still need to test it but it looks I can use: incrementHelper.AutoIncrementers.GetNextIncrementValue(autoIncrementerID)
Felix Wesemeier [DevOps Catalyst] Answered question 27th February 2025