Does anyone know a way to add and delete data from Forms tables in CSI 10 such as FormComponents01, FormEventHandlers, Variables? I'm trying to develop a custom assembly to add or remove data from these tables (to install or remove site level modifications), and I'm unable to get the normal IDO UpdateCollectionRequestData calls working properly. I've created my own IDO's to those tables since there were none, but the IDO calls complain about missing indexes. I'm assuming it's because these tables lack the "App Database" standard set of IDO fields such as RowPointer, CreateDate, etc.... so it probably doesn't have ItemID either.
I'm guessing there are alternative calls to update tables that used to be in the Forms database, but I don't know what they are or if they're available.
Thanks,
John Wright