Table Processing Mode | New Object Handling | Existing Object Handling | |
New Attribute | Existing Attribute | ||
Insert only | Inserts new objects | Not processed | Not processed |
Update incremental | Inserts new objects | Inserts new attribute | Updates existing attribute |
Table Processing Mode | New Object Handling | Existing Objects Handling | |
New Attribute | Existing Attribute | ||
Insert only | N/A (Employee is an existing object) | N/A (Employee Name is an existing attribute) | Not processed. |
Update incremental | N/A (Employee is an existing object) | N/A (Employee Name is an existing attribute) | 1) Creates archive record for Employee Name with old data type. 2) Updates existing Employee Name record with new data type. |
Table Processing Mode | New Object Handling | Existing Object Handling | |
New Attribute | Existing Attribute | ||
Insert only | N/A (Employee is an existing object) | N/A (Employee Name is an existing attribute) | Not processed |
Update incremental | N/A (Employee is an existing object) | N/A (Employee Name is an existing attribute) | 1) Creates archive record for Employee Name with old data type. 2) Updates existing Employee Name record with new default value. |