Try OpenEdge Now
skip to main content
Programming Interfaces
Change Data Capture ABL references : API entities and entity service methods : Update( ) method (Table policy)
 

Update( ) method (Table policy)

Updates a CDC table policy and its field policies. This method requires ICdcTablePolicy object as input parameter. Each Get( ) method returns a single object instance and passes it to the corresponding Update( ) method to commit to the database after editing in ABL code.
Before calling this method, retrieve the policy using GetCDCTablePolicy( ) method with policy name as the input parameter and update the policy information with required changes.
Return type: LOGICAL
Access: PUBLIC
Applies to: OpenEdge.DataAdmin.DataAdminService class

Syntax

UpdateCDCTablePolicy( INPUT policy AS ICDCTablePolicy )