Hi,
We have two NERM profile types:
Non-Employee (Person) - Contains:
First Name
Last Name
Employee ID (auto-generated by NERM)
Assignment - Contains:
District
Department
Start Date
End Date
Employee ID (links to Non-Employee profile)
Goal: Create a single CSV containing: First Name, Last Name, District, Department, Start Date, End Date
Expected Behavior: Upon upload, NERM should:
Auto-generate the Employee ID
Create the Non-Employee (Person) profile
Create the Assignment profile linked via the generated Employee ID
Question: Is there a native way to accomplish this with a single CSV upload, or do we need to:
- Use two separate CSV files (Person first, then Assignment)?
Thanks
Hey,
I’m doing this currently the same way we are creating a single non-employee + assignment.
-
Bulk import Non-Employee Workflow
-
Sub-Workflow inside the parent workflow that calls the “Bulk Import Create Assignment” workflow.
Step 4:
Just make sure you have all required attributes for Person and Assignment in the CSV.
(Also make sure Sponsors exist before non-employees)

