Missing understanding about mutate data in repeater
can anyone explain about how to use three of above in repeater
- mutateRelationshipDataBeforeCreateUsing
- mutateRelationshipDataBeforeFillUsing
- mutateRelationshipDataBeforeSaveUsing
Solution:Jump to solution
Before create = adjust the relationship data before creating the records in the relationship
before fill, is before filling the data into the form from the relationship
before save, is when saving the data in editing etc....
2 Replies
Solution
Before create = adjust the relationship data before creating the records in the relationship
before fill, is before filling the data into the form from the relationship
before save, is when saving the data in editing etc.
Thank