How to create a random naming series in item master ?
@Smit-Bhaliya Please reference this link.
@Meet This is wrong explanation bro i already tried
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",
}
@sahilsuthar Thanks