I hope you all are great. I’m new to SuiteCRM and I wanted to get help regarding how to create the custom field in any form/module without a studio.
I have searched a lot but haven’t got any summarize information that how to step by step approach I can use to make custom fields without a studio.
Hello,
You have to add vardef definition to the extension framework as described here.
and do quick repair & rebuild. you will have a query to execute for the newly added field.
then after you can add that created field to the view via studio or you can add that manually at custom/modules//metadata/<editview/listview/detailviewdefs.php>
and do a quick repair and rebuild.
Also, to add to the excellent answers already present here, a good technique to actually learn how Studio does things (so then you can do it manually) is this: