wh.ap
May 22, 2024, 2:06pm
1
In the “Employee” master, I use “Customize Form” in order to change the “Options” property of the Series field which is of type “Select”…
When I do this, I get this error message:
You can’t set ‘Options’ for field Series
Is there a way to achieve the customization I need?
I am using Frappe version 15
Yaah, if it’s a standard DocType, then you can’t customize some standard fields directly by Customize Form…
In your case, you can use the Property Setter feature to override the standard field property found in doctype…
1 Like
wh.ap
May 22, 2024, 2:09pm
3
@MohamedAbdulsalam Thanks for the response,
Can you explain more about how I use the Property Setter, please
That is not how you modify naming series.
Use the document naming settings
to modify the naming series of a doctype.
1 Like
Pejay
January 10, 2025, 1:37am
5
Hi @MohamedAbdulsalam , I override the account type from account doctype but there is no changes in the options. Help if someone anyone knows how to add option in account type.