import with belongstomany fields
I have the following fields that the user has to add for the csv upload:
I am trying to achieve this with the following:
But the user is not persisting and hence the afterSave is also not working. So all in all, both resolverecord and aftersave, both are not working.
What am I doing wrong?
- first_name
- last_name
- role
- company name
I am trying to achieve this with the following:
But the user is not persisting and hence the afterSave is also not working. So all in all, both resolverecord and aftersave, both are not working.
What am I doing wrong?