Execute(Arg)

Executes the Sage CRM block and returns the display contents of the block.

Parameters

Arg (optional). Specifies any value that relates to the block type.

Example

var list = CRM.GetBlock("personlist");
CRM.AddContent(list.Execute());
Response.Write(CRM.GetPage());

Executes the personlist block.