- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everyone,
I'm developing in C# (Vault 2023 api).
I created an item numbering scheme in the Vault with a predefined list (A,B,H,V, I) and a number sequence (0-999999999) step 1.
I would like to know how to get a new incremental number depending on the letter passed by code. I'll explain.
The user selects a value associated with a letter from the combobox (selectedValues: A,B,H,V,I). I have to pass this letter to the numbering scheme and obtain the corresponding progressive numbering.
E.g. user selects an item from the Valves list (letter: "V") -> numbering scheme releases a new progressive number like this V000000007.
If the next user selects "A" I will obtain the following progressive sequence: A000000003.
And so on.
I don't know how to pass the letter to the numbering scheme and get the progressive numeric part. I attach screenshots. A thousand thanks.
Solved! Go to Solution.
