SetCustomObResult SetCustomOb(CustomObId tCustomOb, SetCustomObArg tArg)
tCustomOb. Custom class object moniker.
tArg. Operation execution parameters.
The SetCustomOb operation changes custom class object metadata.
The SetCustomOb operation is used on working with custom class objects.
This operation enables the user to make the following changes:
Load data to object.
Check user permissions for custom class operation execution with logging into access protocol.
To execute the operation, specify custom class object moniker in the tCustomOb field. The moniker can be obtained on executing the OpenCustomOb operation. In the tArg.pattern field specify the pattern, according to which metadata is changed, and in the tArg.meta field specify updated object metadata.
The operation results in the changed object moniker and updated metadata that can be requested in the tArg.metaGet pattern.
Example name |
Checking Access Permissions for Custom Class Operation Execution |
See also: