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.
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.
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
![]()
I am having an issue where the production is not forgetting an old naming series of a specific doctype, is that also related to this?
It is my custom doctype and I previously had a different naming series, changed it recently but it isa not working on prod, even though in options it shows new series but still uses the old one hen record is being created
