Currently, there is a settings option for custom fields, but it's only being used to create the diff activity. This, however, doesn't make a lot of sense. We should simply check which fields are being submitted.
Similarly, we should add support for a more flexible <custom group name>.<custom field name> (e.g. contact_additional.birth_year) notation, going beyond the default custom_<id> (e.g. custom_31).
Currently, there is a settings option for custom fields, but it's only being used to create the diff activity. This, however, doesn't make a lot of sense. We should simply check which fields are being submitted.
Similarly, we should add support for a more flexible
<custom group name>.<custom field name>
(e.g.contact_additional.birth_year
) notation, going beyond the defaultcustom_<id>
(e.g.custom_31
).