Is it possible to directly access a sub-form in a process without first submitting the starting form?
The reason I ask is as follows: I'm trying to enable one user to be able to submit on behalf of another user. I've set the form up to auto-populate 10 different fields via a lookup table. I've a drop-down called On-Behalf of. Initially, when the form loads, the current user is matched with an SQL table, which then fills in information for the 10 other fields (Supervisor, Department, etc.). I also added another rule that when a different name was chosen from the On-Behalf of field, that it would then replace the name field and subsequently repopulate the previous 10 fields for that particular user's information. However, in doing it this way, the lookup auto-populations are spotty at best. Sometimes all the fields are filled, sometimes none, and other times some fields are empty. The data in SQL is valid, so there should always be something in those fields.
So, since this doesn't want to play nice, I was wondering if there was a way to directly access sub-forms in a process so that I could have unique lookup fields for a On-Behalf of version of the form without having to submit another form first.
Thanks,
Michael