-
Notifications
You must be signed in to change notification settings - Fork 2
/
Clever-Staff.xml
36 lines (30 loc) · 1.89 KB
/
Clever-Staff.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0" encoding="UTF-8"?>
<!--
===========================================================================
This export file was created by Mark Strendin, at
Living Sky School Division No 202, for the
MySchoolSask Virtual Integration Group.
Other export file definitions, documentation, issue tracking, and
most-recent copies of this export file can be found in our GitHub repository:
https://github.com/LivingSkySchoolDivision/MySchoolSaskIntegrations
===========================================================================
-->
<!--
Consider generating this file from your HR system instead of MSS.
Clever _Staff_ is for non-instructional staff such as support staff, school secretaries, etc.
It's OK to be in both lists, but since the intent is non-instructional, many of these individuals
may not be in MSS in the first place.
-->
<export table-id="tblStaff" header-row="true" value-delimiter=",">
<filter field="stfStatus" operator="equals" source="default" value="Active"/>
<field id="relStfSklOid.sklSchoolID" header-source="constant" header-value="School_id"/>
<field id="stfStaffID" header-source="constant" header-value="Staff_id"/>
<field id="relStfPsnOid.psnEmail01" header-source="constant" header-value="Staff_email"/>
<field id="relStfPsnOid.psnNameFirst" header-source="constant" header-value="First_name"/>
<field id="relStfPsnOid.psnNameLast" header-source="constant" header-value="Last_name"/>
<field id="stfDeptCode" header-source="constant" header-value="Department"/>
<field id="stfStaffType" header-source="constant" header-value="Title"/>
<field id="relStfPsnOid.psnEmail01" header-source="constant" header-value="Username"/>
<constant value="" header-source="constant" header-value="Password" />
<constant value="" header-source="constant" header-value="Role" />
</export>