Has anybody implemented a custom tab for elevated events out there that is read/write? I'm currently trying to set one up and cannot get the application to recognize it as read/write (no add or delete buttons appear, although the tab and any data I insert through sql show up for the correct campaign) and I am wondering what I am missing.
I've tried both a built in sql statement and a stored procedure as a data source on my custom form (infomaker), but neither gets me to read/write
I've granted select/insert/update/delete rights to impusers.
The name of the underlying custom table in the update_table in the appropriate row in tr_custom tab.
ID_key is the primary key for the table and it has a required column for campaign_no. ID_key is also an identity column.
Thanks for any help you can provide.Matt
Hey Matt, having the exact same issue. How did you get this resolved (if you did)?