To create a new record for an entity in your eSpace, you can either use the Create<Entity name> action or the CreateOrUpdate<Entity name> action.

If the entity has no primary key, the CreateOrUpdate<Entity name> action is not available and you can only use the Create<Entity name> action.

Input arguments

To create this record you can do one of the following:

If there are attributes of the record that don't have values assigned, the corresponding null values are used. Learn more about null values.

Output arguments

See how to access the output parameters.

Behavior

The function creates a new record or updates an existing one, depending on the value of the Identifier in the Source record:

Possible exceptions

A database exception might be raised when, for example you have a reference attribute that does exist in the database, the value assigned to the entity attribute does not fit the size of the database column, etc.

See Also

Execute an Entity Action | Create Entities | Update Entities | Delete Entities | Get Entities | Handle Exceptions