Getting a complete list of fields in Email module

Hi guys

Im trying to compile a complete list of fields of a few modules, including their display names and types, in form of tables like described here 

https://portal.sugarondemand.com/%3Ca%20href=


While I have been able to do that using Studio > Module > Field for most of the modules I need, Email is not supported in Studio, so I don't know how to get a list of Email fields.

I have tried going through the Report Creation, but the fields listed there for Email is incomplete. And I cannot map those fields with the ones displayed on the user interface in the Email module either

I have also raise a ticket on Sugar Support and received this. Nonetheless, it's not complete either with no display names of the fields so I once again cannot map them with the ones displayed on the user interface in the Email module

emails - sugar Database

apidocs.sugarcrm.com

Does anyone know how to do this? Thank you in advance

Parents
  • Hi Minh,

    Email entries are combinded by different tables (emails, email_text, ...) but with the REST API call

    .../rest/v10/metadata?type_filter=modules&module_filter=Emails

    you should get all the Email fields in the modules->Emails->fields array.

Reply
  • Hi Minh,

    Email entries are combinded by different tables (emails, email_text, ...) but with the REST API call

    .../rest/v10/metadata?type_filter=modules&module_filter=Emails

    you should get all the Email fields in the modules->Emails->fields array.

Children
No Data