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:
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:
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:
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:
SYSADMIN.webBusinessDataShopPublish(IN name string NOT NULL)
SYSADMIN.webBusinessDataShopUnpublish
This procedure removes an item from the Web Business Data Shop:
SYSADMIN.webBusinessDataShopUnpublish(IN name string NOT NULL)