How to create a random naming series in item master ?
Hi @Smit-Bhaliya,
You need to write custom script for achieve your purpose.
Here is example for doing that,
Create a custom method for Random Number series and then mention below code in hooks.py.
naming_series_variables = {
"RD": "custom_method",
}