I have 2 related entities, Employee and Medical. Medical contains the same 8 Medical records for each employee, with each one having different values. For example, there is Medical 1, Medical 2... Medical 8 and each one has Active or Inactive in one field, Date Tested on another field, etc. That's a simplified version, but the idea is there. I have Medical set up as a sub grid of the Employee view, so you can see the values for each of the 8 Medical records for that employee.
The problem is on creating a new Employee record. The user has to manually fill out the 8 names of Medical records, which means there could be mistakes. When creating a new Employee record, I want the Medical entity to automatically populate 8 records for that new Employee with the 8 Medical Names, so that the user just has to enter the values for the other fields.
Does that make sense? I was thinking maybe a Business Process Flow for new Employee records that has a Flow step that populates the Medical record. Is that too complicated? Any ideas?