I will give you a scenario that perhaps will explain my problem:
* We have an Instructor (a member of 'Instructors' group) and a Student (obviously a member of 'Students' group)
* Each member of any group can view their own records only
* An instructor creates a number of courses assigned to him only, each with an unique name (table 'Available Courses')
* A student can create a list with desired courses from different instructors /look up functionality/ (My Courses)
* Once a new course is registered by a student, THIS PARTICULAR record only needs to be visible for an instructor who has created the course in the first place (table 'Active Courses')
* After a course is completed, the instructor marks the course as 'completed' (then a record is moved from 'Active Courses' to 'Completed Courses')
For this scenario, I need a solution that can automatically assigned, let's call it a second owner based on available criteria (course name, instructor name etc)
I somehow think, this is too complicated for AppGini without massive development
