I need to create Events, and link Person(s) to them - your classic many-to-many situation.
I have a process to create the Event (Event_add).
- It prompts for the Event details (ENTER NEW Event)
- I then want to link my first Person - say John Jones. I search Person for John Jones, and three results are displayed (PICK FROM <query>), but none of them are the John Jones I want, so I want to add this John Jones to Person object now, and link it to the Event.
I can't see how this can be done from my process, because it is a process. So I can't have an [Add Person] button on the PICK list.
Since there is no one to PICK, I have to choose the [Cancel] option, which ends the process, so I can't have an Add rule following.
How can this scenario be achieved in AwareIM? I have over 30 million rows in my Person object, so lists etc won't be usable.
Any thoughts would be appreciated.