Configuration Guide › Relational Database Management › How to Describe a Database in a Directory Configuration File › Managed Object Descriptions › Custom Operations
Custom Operations
You can define custom operations for certain managed objects to do the following:
- Use stored procedures
- Optimize queries for their database structure
- Retrieve a database-generated unique identifier
Custom operations apply only to attributes.
When specifying custom operations, remember the following:
- Users who specify custom operations must be familiar with SQL.
- CA Identity Manager does not validate custom operations. Syntax errors and invalid queries are not reported until runtime.
- If you specify a custom operation for an attribute, you cannot use that attribute in search filters in Identity Manager tasks.
- Custom operations must conform to XML standards. Represent special characters using XML syntax. For example, specify a single quotation mark (’) as '
To specify a custom operation, use the Operation element.