Tuesday, 30 July 2013

Add Custom Task to CMF Calendar

1.       Create  “******Data-TestCalTask”  class and create data table “CalendarTasks “;


2.       Create list view to retrieve  data from the table ;




3.       Save as the pyCMEvents ;




4.       Insert necessary parameter for the calendar to get the information by list view;
 


5.       Custom events , populating from the table;


Set file path and file name as parameters on the Connect File

1. Define a new page with two properties to hold file path and file name

2.  Set file path and file name as a input parameter to the activity

3. Use parameters to set the file path and file name

4.  Define file path and file name on the connect file as a reference to the properties on the page created above
(used ‘=’ to define the fields as a reference to the page which created  )

5.  To change the file name and path at runtime we need to change the properties on the page  and  call the Connect-File method





Get PageList Exported to excel

  Get PageList Exported to excel 1. Create a Excel template as following format      A1: Column Name : Case ID       A2: Property Reference ...