Static Getrecord ID for the view to load
Optional contextUser: UserInfooptional, the user to use for context when loading the view
UserViewEntityBase (or a subclass of it)
Error if the view cannot be loaded
ViewInfo
Static GetLoads a new entity object for User Views for the specified viewName and returns it if successful.
name for the view to load
Optional contextUser: UserInfooptional, the user to use for context when loading the view
UserViewEntityBase (or a subclass of it)
Error if the view cannot be loaded
ViewInfo
Static GetStatic GetReturns a list of views for the specified user. If no user is specified, the current user is used.
Optional entityId: stringoptional, the entity ID to filter the views by, if not provided, there is no filter on EntityID and all views for the user are returned
Optional contextUser: UserInfooptional, the user to use for context when loading the view
an array of UserViewEntityBase objects
ViewInfo
Loads a new entity object for User Views for the specified viewId and returns it if successful.