Views:

Description

Generate a HTML table based on the supplied entity collection (rows of data) and CSS.

Signature

CreateHTMLTable(
  'entitycollection', 
  'SetColumnOrder(field1, field2)', 
  'baseurl',
  'cssref'
)

Note : If you set the baseurl to an empty string ( i.e. '' ), the hyperlinks in the table will not be added. 

Example

CreateHtmlTable(
  FindRecordsFD('RetrieveFailedSystemJobsToday'),
  SetColumnOrder(
    'name', 
    'startedon',
    'regardingobjectid',
    'ownerid', 
    'statecode', 
    'statuscode', 
    'operationtype'
  ),
  'https://north52.crm4.dynamics.com/',
  'north52_/css/htmltable'
)

Parameters

Name Type Description Required
entitycollection xxxx xxxx xxxx
SetColumnOrder xxxx xxxx xxxx