Creating custom configuration settings

You can add your own fields to the 'administration' form, which you then can use for your own custom forms (see (?Creating custom input forms?)).

Open the OpenWebCMS? in Domino Designer, navigate to 'Shared code\subforms' and edit the (ynDK_dbconfig) subform. Add fields as you like. Save & Close it.

Now open the 'administration' in OpenWebCMS? and you will see your fields at the 'custom configuration' section.

access custom config values

You can easily access your configuration values by using

@GetProfileField?('DBConfig'; 'fieldname')

naming rules

As always for custom fields, add the prefix 'c' to every field!
For example:

  • cTagList

    and not

  • TagList?