This is actually done in domino using HTTPscrapper but I am trying to rewrite using
portlet factory
In domino the view categorised by the assignee. The dropdown box contains the first column
from( formula for retrieving is @DBColumn("":""; "":""; "(Feedbacks by Assignee)"; 1); ) that
view which gives us the list of assignees. The view on the form is then told to show only
those records whose assignee field matches the name in the drop down box.
formula returns ALL names from the first column of (Feedbacks by Assignee) in order to
populate the drop down box. The drop down box then defaults to the current logged in user
name with another formula : @Name([CN]; @Username), if Amy logs in, the drop down box
will then default to her
The view on the form only shows those feedbacks whose category matches the name in the
drop down box...it does thise automatically using a Domino technique called a Single
Category View, I dont need to create any more formulas to pull out the feedbacks. I think
you will need to write something tho
My domino developer suggested the above but I am not sure how to achieve this in portlet
factory. In order to get the category names I used the Domino data access builder to select
the categories only but not sure how to achieve the above
PFA my models.
© Copyright 2026 Paperzz