Why user is unable to view Private Task which is assigned to him?Issue A private task record from the Visual Task Board application was assigned to a user "User A", but, the user couldn't find this task record on his visual task board andcouldn't access the record at the back-end.CauseThe affected private task record was not mapped to any visual task board.This causes the out of the of box "record/vtb_task/read" ACL to fail with script section though the user is assigned with the private task record. Due to these reasons, the record doesn't appear on any Visual Task Board for the user and the user is unable to access it at the back-end.ResolutionIn general, the vtb_task record will be associated with the vtb_card record, then this vtb_card record would be associated with the vtb_board record. Make sure the affected vtb_task record is associated with the vtb_card record. You can do this via creating a new vtb_card record as admin and the associate the vtb_task record to it.Later, associate the vtb_card record with the vtb_board record via the vtb_board record's related list. This should allow the out of the box "record/vtb_task/read" ACL to pass and allow assigned user to view the vtb_task record. Below screenshots illustrates the relationship between the vtb_task, vtb_card and vtb_board records. Related LinksVisual Task Board