Hi,
I need to create new docfields and have them fixed within the doctype options.
Example:
Title
Caption
Text field for reading
Create one with mask and character limit
In my case, I will use these fields and others in several forms.
Hi,
I need to create new docfields and have them fixed within the doctype options.
Example:
Title
Caption
Text field for reading
Create one with mask and character limit
In my case, I will use these fields and others in several forms.
Hi @weldonet,
Based on what youāre asking, hereās what you need to do:
Thank You!
Hi,
My question is where to create these new fields?
Where within the frappe can I make these changes, Client script, server script, or direct to files?
Thank you
If you want to add custom field then please check the below reference:
I hope this helps.
Thank You!
Hi,
Thatās what I need, but Iām not using erpnext, Iām using pure frappe.
Possible because customize form is the part of the frappe.
I found it, I was looking for it in English, but since Iām using the translation I didnāt find it before.
Thank you
I appreciate the support and patience, Iām new here and Iām learning every day!
I found the customize form, but I still couldnāt figure it out.
I created a field called ZIP Code, indicated the Doctype that it will appear, put it as data, but didnāt find out where I can put it that it will receive a mask 00000-000 and that it has a limit of 9 characters
Hi @weldonet:
Ask this guy, maybe you know him!
AFAIK, there is no direct method to define a mask (it would be an interesting core feature).
See this thread:
Hope this helps.
Donāt worry @weldonet ⦠It happens to me everyday ⦠made awesome things that I donāt recall later
Then I was making a script to mask it, but it is done doctype by docktype.
I was looking for a solution to create a dockfields to make available in the docktype for use in any form.
But even for the custom field it will be docktype by docktype.