Ketan Bhalerao
Ketan Bhalerao

Reputation: 33

How to add field to custom view of SugarCRM 7

I have same problem as of How to add standard field to custom layout of SugarCRM 7

I have created a custom view(followed these steps http://www.insightful.com.au/sugarcrm-how-do-i/creating-custom-button-sugar-7) in SugarCRM7 but not getting how should I add standard fields to this layout

I am new to SugarCRM7 and seeking for help :(

Upvotes: 1

Views: 964

Answers (1)

Matt Marum
Matt Marum

Reputation: 137

You can use metadata to provide the list of fields and then use the {{field}} Handlebars helper in your template to insert them into your HTML.

To see examples of how to use field helper see dashablelist.hbs or preview.hbs in Sugar 7.5.

Upvotes: 1

Related Questions