Salesforce Administrator can mark the Jobs to be displayed only on the V4S Kiosk application.


Follow the instructions below for marking the Job to be displayed only on V4S Kiosk


  • Log in to Salesforce as Administrator
  • Click on the Setup button
  • Click Object Manager
  • Search for Volunteer Jobs Tab and click it
  • Click Fields and Relationship from the related list
  • Click the New button to add a custom field
  • Create a Checkbox field as "Display on Kiosk" and add this field to the Volunteer Job screen
  • On the Volunteer Jobs list, select/tick the Check-Box "Display on Kiosk" and uncheck "Display on Website" for the Jobs which should be displayed only on V4S Kiosk application

Changes to be made on the Configuration screen


By default, the Jobs which are marked as "Display on Website" is shown on Web pages and on the V4S Kiosk application.


Make the changes in the V4S Mobile Config screen for filtering the Jobs to be displayed on V4S Kiosk Jobs and Shifts screen. More information is given below


To display Jobs on V4S Kiosk and on the Web Pages: Add the Display on Kiosk API name and mark it as true to the below filter 


  • GW_Volunteers__Display_on_Website__c = true and GW_Volunteers__Inactive__c = false and GW_Volunteers__First_Shift__c = null and < Add API name of Display on V4S Kiosk  > order by Name, GW_Volunteers__Campaign__r.Name

To display Jobs only on V4S Kiosk: Remove API name of Display on Website and only add the API name of Display on Kiosk mark it as true to the below filter


  • GW_Volunteers__Display_on_Website__c = true and GW_Volunteers__Inactive__c = false and GW_Volunteers__First_Shift__c = null and <Add API name of Display on V4S Kiosk > order by Name, GW_Volunteers__Campaign__r.Name

Same changes to be done on the Shift filters, only then the Shifts related to the Jobs which are marked with Display on V4S Kiosk is shown in the V4S Kiosk application.