Customize data display in Kiosks
Create implementations to customize the display of data in the Schedule and Time off tabs based on your location or any other criterion according to your organizational requirement.
Before you begin
Role required: admin
Procedure
Navigate to All > System Extension Points > Scripted Extension Points.
The names of the two API methods for the Schedule tab and the Time off tab are:
- sn_ex_sp_pro_kiosk.RetrieveEXKioskEmpSchedule
- sn_ex_sp_pro_kiosk.EXKioskEmployeeTimeOffBalance
- From the Extension Points list, select any of the API methods mentioned in step 1.
In the sn_ex_sp_pro_kiosk.RetrieveEXKioskEmpSchedule method page, select Create implementation from the Related Links section.
In the Script Include page, add the unique location sys_id in the
this.LOCATIONSarray in Script.- For more information on location tracking, see Enabling and selecting location tracking options.
- For more information on script include customizations, see Script includes and customization.
- The location sys_id enables a
fixed_match. Thefixed_matchenables you to show location-based data to your users. - If
fixed_matchisn’t available, then the data available is for aglobal_match. The data remains the same regardless of location. - If it’s a
no_match, there isn't a Schedule or Time off tab visible.
Result
You can view data on the Schedule and Time off tabs based on your location or any other user criterion you've set.
Parent Topic:Schedule in Employee Center Pro Kiosk