I tested all types of Relationships and the results are as follows:
- Reminders using Workflows are created with the following Relationships (we are talking about Administration -> Entity Manager -> Your_Entity_Name -> Relationships):
- Reminders using Workflows are created only when the Users field is filled in (as shown in the screenshot 1) with the following Relationships (we are talking about Administration -> Entity Manager -> Your_Entity_Name -> Relationships):
That is, if you want Workflows to be able to create Reminders in your custom entity - you need to remove in Administration -> Entity Manager -> Your_Entity_Name -> Relationships types of Relationships: One-to-Many, Many-to-Many (as shown in the screenshot 2), or filled Users field in.
- Reminders using Workflows are created with the following Relationships (we are talking about Administration -> Entity Manager -> Your_Entity_Name -> Relationships):
Code:
Many-to-One, One-to-One Right, One-to-One Left, Children-to-Parent
Code:
One-to-Many, Many-to-Many
Comment