Skip to main content
Skip table of contents

Web Business Data Shop-related Procedures

You are looking at an older version of the documentation. The latest version is found here.

SYSADMIN.getDataCatalogAttribute

This procedure gets the object's attribute value by the object's name and attribute name:

SQL
SYSADMIN.getDataCatalogAttribute(IN name string NOT NULL, IN attribute string NOT NULL, OUT attrValue string RESULT)

SYSADMIN.removeDataCatalogAttribute

This procedure removes the object's attribute value by the object's name and attribute name:

SQL
SYSADMIN.removeDataCatalogAttribute(IN name string NOT NULL, IN attribute string NOT NULL)

Available since v2.4.11

SYSADMIN.setDataCatalogAttribute

This procedure sets the object's attribute value by the object's name and attribute name:

SQL
SYSADMIN.setDataCatalogAttribute(IN name string NOT NULL, IN attribute string NOT NULL, IN attrValue string NOT NULL)

Since v2.4.11 setDataCatalogAttribute throws an error when passed an empty string value

SYSADMIN.webBusinessDataShopPublish

This procedure publishes an item to the Web Business Data Shop:

SQL
SYSADMIN.webBusinessDataShopPublish(IN name string NOT NULL)

SYSADMIN.webBusinessDataShopUnpublish

This procedure removes an item from the Web Business Data Shop:

SQL
SYSADMIN.webBusinessDataShopUnpublish(IN name string NOT NULL)
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.