Dear Team,
Greetings!
I have updated the new series for the naming_series field through Property Setter in Employee. After pushing the changes to the live server and running the migration on the live site, the updated series are not visible.
Could you please help me any one on this
Thank you for your assistance.
Thanks & Regards
Sk.Khaja kareem
A few clarifications would help narrow this down:
- Are you using Frappe Cloud? If yes, since this is a community forum, I’d recommend creating a support ticket with the Frappe Cloud team as instead.
- Could you share the actual Property Setter you created (a “copy to clipboard” copy would be helpful)?
- When you say the updated series are “not visible”, do you mean:
- The new options are not shown in the
naming_series dropdown in Employee?
- Existing Employee records still show the old series?
- New Employees are still being created with the old naming series?
- Something else?
Hi @marc_centura
Thanks for your response
The live site is not on Frappe Cloud.
I am sharing the Property Setter that I created below. However, the new options are not appearing in the naming_series drop down field in the Employee doctype after updating the changes on the live site.
I tried the Export-Fixtures also
Thanks & Regards
Sk.Khaja kareem
Hmm the following property setter works perfectly fine when i create a new Employee on my instance.
What version are you on and do you have any other property setters on Employee?
{
"name": "Employee-naming_series-options",
"owner": "Administrator",
"creation": "2026-06-24 12:48:41.438393",
"modified": "2026-06-24 12:48:41.438393",
"modified_by": "Administrator",
"docstatus": 0,
"idx": 0,
"is_system_generated": 0,
"doctype_or_field": "DocField",
"doc_type": "Employee",
"field_name": "naming_series",
"row_name": null,
"module": null,
"property": "options",
"property_type": null,
"value": "HR-EMP\nTPB-",
"default_value": null,
"doctype": "Property Setter",
"__last_sync_on": "2026-06-24T10:48:41.647Z"
}
Hello @marc_centura ,
I am using the versions as follows:
ERPNext: v15.29.2
Frappe Framework: v15.33.3
Frappe HR: v15.0.0
Thanks&Regards
Sk.Khaja Kareem
Late to the party, but have you tried clearing the browser cache after migration? Sometimes old data can persist in the cache, making it seem like updates haven’t applied. Additionally, checking server logs for any migration errors might give more insights. If anyone else has figured out similar issues, feel free to jump in with your experiences!