Scheduled SFM Process
The Apex service SFM_TransposeChecklistData is used to convert the encoded checklist responses to a reportable format. This service needs to be run periodically to process all the available completed checklists.
Using Scheduled SFM configuration screen, you can configure this Apex service to be executed at desired intervals, with the OOTB SFM expression SVMXSTD: To Identify Completed Checklists selected as the Qualification Criteria. In each run, this Apex service decodes the data of all completed checklists, which are not yet decoded, into user readable format. The converted results are stored in the Checklist Results object.
To know how to configure Scheduled SFM process, refer to How to Configure A Scheduled SFM Process section.
* 
Note:
Currently, this is supported for the following header objects OOTB: Account, Installed Product, Location, Parts Order, Product, Work Detail, and Work Order. To support this for any other object, create a custom lookup field to that object in Checklist Results object.
Was this helpful?