Solved

How can I create a 'read only' table variant for a resource scheduler?

  • 17 June 2021
  • 2 replies
  • 47 views

Userlevel 4
Badge +14

I want to create a table variant of the resource scheduler for read only. In this variant I want to disable most tasks to add, resize and drop items in the schedule. 

I tried to create a reference between the resource view and the tasks view, but that seems not to work. The tasks are still available.

How could I achieve this?  

icon

Best answer by Mark Jongeling 17 June 2021, 16:53

View original

2 replies

Userlevel 7
Badge +23

Hi Andre,

For table tasks, you can easily hide them in the Subjects > Variants > Links > Tasks screen:

Untick show to hide tasks

To disable all data manipulation on the Table variant, untick all checkboxes at Subjects > Variants > Settings > Permissions: (Although I'm not 100% sure this is needed)

All disabled

 

For the Extender tasks, you will need to create a new extender and not assign any task to the Double click appointment, Drop appointment, Resize appointment and such. That way the Scheduler should become completely read-only.

Hope this helps!

Userlevel 4
Badge +14

Hi Mark, 

Thanks! So we have to implement a new version of the SF first :slight_smile:

Reply