Hello All,
I have multiple country names in one entity. I want records of each country to start with it's own auto-number sequencing.
I used XRM tool but but it gives me auto numbering for all records.
For example, country UK records should start with 1001, 1002, 1003,....
county Japan records should start with 1001, 1002, 1003,...
You get the point. Also, I am not using canvas power apps, I do not have auto number data type
Thank you all. I actually used Plugin and it's working like a charm. Now my next task is how to fetch a field value of previous record. For example if Country Japan has value 20, I want next record to pre-populate Country Japan with value 20
Plugin approach will work for sure. Before going that path you should check if you can create that attribute through the code - jonasr.app/.../ I didn't do any work of that kind with on-prem for ages so I don't know if this possibility reached the on-prem platform. Good luck.
Hi Andrew, on-prem. I am looking at plug-in approach now. It seems like nothing else will work. Let me if any other options I have.
Manny,
Are you online or onprem?
Hi Andrew, yes, I looked at that before. At first, I was very excited but then noticed that I do not have data type "auto-number"
I am in model driven app. It's sometimes confusing to see different types of power-apps/licenses especially for a beginner like me.
Good Morning Leo,
new_entryno field is string. see below.
add(int(outputs('List_records')?['body/new_entryno']),1)
Hi Manny,
What's the content in the int expression in your Flow?
Regards,
Leo
Hi Venkata,
any existing plugins I can use?
Hi,
If flow does not helps you then go with an plugin ,definitely you can achieve this.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 290,900 Super User 2024 Season 2
Martin Dráb 229,297 Most Valuable Professional
nmaenpaa 101,156