Hello, I am using Inaport 7 to create alarms in GM8PE for our reps -- it is working great, with one hitch: the alarms are created with the cal.createdby field = MASTER. The result of this is that our reps (who don't have master rights) are not able to delete the alarms, which we want to allow them to do.
It seems to me that I need to have each rep's USERID field overwrite the CAL.CREATEDBY field, but currently, I'm joining to the _Calendar table as the secondary table and I can't modify the CREATEDBY field since it is not available in that view.
Do I need to use the CAL table instead? If so, what other updates do I need to do to preserve the business logic? Or maybe I run a second script immediately afterwards on the CAL table to update just the CREATEDBY field of the newly-created alarms...should I pursue that solution?
Thank you for your kind assistance!
-Sue Burke