30 Nov
2012

Sometimes you will need to set a plugin to have a step to fire on the creation of a record. You may also want the same plugin to handle the updating of the same entity type. So in order to determine what mode you are in, you can use the following code for the create…

30 Aug
2012

Recently we needed to access an entity records data within a Delete plugin step in order to delete other related data. The steps involved are slightly different from a create or update but also the step will need to be registered as “pre-operation”. So normally we would access the entity by using the following code….