We have an object for company's and each company can have many employees.
Then we have a process which creates a new company object which has an employess tab with an Add New option, we then add an employee and hit the save button and then expected the employee to become editable.
The Process steps are:
ENTER NEW Company USING New (New form only has company details)
EDIT Company USING Detail (Detail form has company details + employees tab
But when you add an employee to an existing company it is editable.
Is this a bug or have we done something wrong.