WEB_BUSINESS_DATA_SHOP_REQUEST_ACCESS_EMAILS
This option sets a list of email addresses of admin users who are supposed to receive Web Business Data Shop item access requests by email. It supports the following values:
NULLString
The list of email addresses should be a String of comma-separated values. Values are stored in lower-case. The default value is NULL. To change the list, use the following call:
CALL "SYSADMIN.setDefaultOptionValue"('WEB_BUSINESS_DATA_SHOP_REQUEST_ACCESS_EMAILS','test@email.com,test1@email.com,test2@email.com');;
WEB_BUSINESS_DATA_SHOP_REQUEST_ACCESS_EMAILS option is available since v25.2