Creation Parameter
SYSADMIN.createCreationParam
This procedure creates a creation parameter:
SYSADMIN.createCreationParam(
    "recOptId" => biginteger_recOptId,
    "paramKey" => 'string_paramKey',
    "paramValue" => 'string_paramValue'
)
SYSADMIN.editCreationParam
This procedure changes an existing creation parameter:
SYSADMIN.editCreationParam(
    "id" => biginteger_id,
    "paramKey" => 'string_paramKey',
    "paramValue" => 'string_paramValue'
)