WorkQueue - Default Panel Configuration

Hi,

I have question on how works DefaultPanelConfiguration property in WQ? Documentation states “Here you can preset the default look of the grid (column widths etc.).”. What is expected to be put there?

Thanks in advance

Here you can put an XML formatted data that store the column configuration. This way you can preset the custom configuration, e.g. column widths, hidden columns, column groupings etc.

The easiest way is to open the work queue and configure your desired view in ORIGAM client. Then look into the database in an AsapFormPanelConfig table. Look for the FormPanelId equal to your work queue id. There in the SettingsData column you will get your config XML. Copy this string and put it into the DefaultPanelConfiguration field.