Change Type

Purpose

The purpose of this activity to change the type of an existing record.  This is to avoid having to create a new record and delete the old one.

Configuration

Setting

Description

RecordThe record that is to be changed
Object

The object to change the type to.

Notes:

When using the Change Type activity to change the type of a record from A to B where the type of A is TA and the type of B is TB:

  • When Tis a base type of TB (i.e. TB inherits T) then all the fields and relationships of A will be automatically be present on the updated record
  • When TB is a base type of TA (i.e. T inherits TB) then only the fields and relationships that exist on B should be present on the updated record
  • When TA and TB both derive from a common ancestor type TC then only the fields and relationships defined for TC will be present on the updated record
Add field or relationshipAdd another setting row to update further fields or relationships


Triggers are suppressed on a Change Type activity, therefore no triggers are fired after the conversion.


Parameters created

Parameter

Type

Description

[Activity Name].RecordRecordThe record created by the change type activity