Oct 24th, 2017, 6:55 AM
(Oct 19th, 2017, 4:03 AM)paullittrell Wrote: I had this same issue, my work around was that I created a field called "created_by" and added a piece of code to the submission code to always populate that field with the users username, then just filter buy that username. Now several caveats to this, one any new users that you create, you will need to add the username to an extended field, two for any existing users, you will have to go back and make sure you create the extended field for them in the database, which can be done by editing each preexisting user and copying the username to your new ef field. In my case I just created a script which created the record based on the client id, and copyied the username from the account table.
Paul
Paul wonder ideia, can you share? Where did you insert the code and the code too?

Thanks in advance
Nelson Costa.