How to change the field name

Hello

How to change the field name for field created by studio. By default it coming with ā€œ_cā€.

Thanks,
Karthi

This is as intended. Custom fields that are added to a separate table in the database e.g. for Accounts the base table is accounts, the custom fields are in a table accounts_cstm, each new field will be added with the _c suffix to easily identify custom fields and so that any fields you create cannot conflict with existing fields.

Users will not see this on the front end, you just need to be aware of it when writing logic hooks etc.

Good luck,

Sam