method BuildItemData(pClientName As %String, pUpdateClient As %Boolean = 0)
as %String
[ ZenMethod ]
Build the list of available config items for a given client.
pUpdateClient indicates whether the update should be sent to the client
using Javascript or whether data should be stored in the multidimensional %Targets
property while displaying the table on the server.
method DrawHTMLFields(tSessionId As %String)
as %Status