I need to maintain naming series in fixtures as it goes away in updates,way to do it
When you add/update the naming series for any doctype, then it will set in the property setter. so you have to export it via export-fixtures.
1 Like
Better solution to use namig rule instead of using property setter.
But sometimes, if we want to use the multiple naming series without the rule/condition, then how do we export it? A little thought.
1 Like
To avoid the user mistake its better to use naming series , second option to apply via naming setting
in that case system will not remove it on bench migration.
If the user is using a custom app, it is better to use the proper setter. However, if the user is working on the same site, they should follow the naming rules and naming settings then @ahmedtahseen96 is right