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
Matthew,
There is a custom events module posted to the Shared Reports catalog on TASK. It's a suite of custom screens and reports and it is solution #271 under the Reference Materials project.
Thanks Brian! I've downloaded it and will see what I can learn.
Also, thanks to Brian Grundstrom for sharing!
Unfortunately Brian's solution doesn't really apply to my situation. It looks like all of his work applies to customer custom tabs, where I am focusing on campaign custom tabs. Ah well, the search goes on.
Thanks for the reference, though, there is some pretty cool stuff in Brian's solution.