Edit/Add button missing after using Custom Template

Hi,

I am using V2018.

I have to customize one page which is editable and have edit button. As such, the page is working fine.
As soon as I add any sime code (e.g {{{name}}} ), I can not see edit button and other button. Please note that name is a field from database and case/spellings are correct.

I only have to display two row like cars2 in demo project.

Can you please advise, what else I have to do.

Regards

RATTRA

Please post your Custom Template code for more discussion. In addition, please let us know, in which section did you put that Custom Template?

I am using this code in CustomTemplateBody (similar to example in help file or Demo).

{{{sr_no}}}
{{{date}}}
{{{file_name}}}

Without these code Page is working as required.

Nothing else is added in code.

Please let me know incase you need some other information.

Regards

RATTRA

Is “sr_no” field is auto-increment field type?

Hi,

Yes. It is Primary Key also.

Regards

RATTRA

No need to include that field in your Custom Template, and try again.

Hi,

Tried with only one field
{{{file_name}}} (also with {{{file_name}}})

But cannot see edit field.

Again tried by removing custom template. I can edit the record.

Also tried with V2020. Do you see any setting issue?

Regards

RATTRA

You may check the field variable names, see the topic Tools → Database, Table and Field Variable Names in the help file.