This option is used to specify the columns that will be used as filters to find the training session.
Inside a sessionSearchField
tag, it is possible to set multiple fields at the same time, in which case the sessions will be searched by all these columns jointly:
<options>
<sessionSearchField>
<sessionGuid/>
<sessionTitle/>
<sessionId/>
<sessionStartDate/>
<sessionEndDate/>
</sessionSearchField>
</options>