Configuring floating employees to any team in ASV

  1. Click the Turn ON config mode icon.
  2. Select Scheduling > Multi-view Scheduler > Enhanced Schedule View > Advance Schedule View.
  3. Load a schedule.
  4. Click Edit Mode and select Details Edit.
  5. Select an assigned shift to float and click Float.
  6. On the Float Wizard modal, click the diamond icon next to Float to Unit.
    Note: You can also access the workbrain field for Float to Unit DBLookUp by clicking the diamond icon next to Unit.
  7. On the Field UI Configuration page, update the Field Parameters to include this information:
    sourceType=SQL
    	source='SELECT WBT_ID, WBT_LOC_NAME, WBT_LOC_DESC, WBT_UDF1 FROM VL_WORKBRAIN_TEAM'
    	sourceDisplayFields='WBT_LOC_NAME|WBT_LOC_DESC'
    	sourceKeyField='WBT_ID'
    	title='LOOKUP_TEAMS_CUSTOM'
    	locale='en'
    	htmlDoctype='None'
    	width='10'
    	multiChoice=false
    labelFieldStatus='edit'
  8. Click Save.
Note: This configuration requires setting the registry SKIP_EMPLOYEEE_TEAM_VALIDATION to true.