Article Details
Id:20816
Product:finPOWER Connect
Type:NEW
Version:4.00.04
Opened:10/03/2023
Closed:12/10/2023
Released:05/12/2023
Job: J030658

HTML Widgets; Task Manager Recent Actions; Additional permission check added to bring in line with the Bookmarked Records Widget

The following code has been added to the Main method in the Task Manager Recent Actions Widget to bring it's checks in line with the Bookmarked Records Widget:

' Validate
If Main Then
  If Not finBL.TaskManagerFunctions.CanViewUserInTaskManager(mUserId) Then
    Main = False
    finBL.Error.ErrorBegin("You do not have permission to view this User's Recent Actions.")
  End If
End If

The following HTML Widget has been updated:

  • HtmlWidget_TaskManager_RecentActions
    • Version: 1.03 (12/10/2023)