I have fallen into a problem. I have enabled what I thought was security in my application and where it is at the moment it presents a login to the user and that's it. I was just embarking on the actual security portion, deciding what user roles can get into what forms etc. When I discovered that the security editor that you provide actually looks at the security tables in the SF database, while in my application the security dialog is actually looking at the security tables in my application. As I understand that permission sets can't be altered while an app is running, is there any way that I can use your application to look at the tables in my application.
I have tried this but the SFSProjects table is not present in my application, and I wouldn't actually expect it to be.
I am on 1.6.6 if that makes any difference.
thanks
Geoff
This went ahead and IE appeared warning about a relationship that already exists in the database.
When I now try to create a package for install, and include the deployment data, I get the attached error message.
Do I need to remove the security table deployment entries?
Geoff.
Please ignore my rantings above. I forgot about the deployment packages. Totally 101 today.
Now, since you are in a quandry, copy over your existingb PKG file (backup). Then manually delete the RBS views, tables, and deployment data items. Then re-add the security tables using the Profile->Add Security Tables options. Then run the deployment data wizard to import the security permissions back into the DDT. This should get you to ground zero. Then, be sure that your application pulls all of the security data from YOUR application database, not the StrataFrame database. Then when you add new permissions in the future, just rebuild the DDT package and redeploy the data and it will add the new permissions inito YOUR database. This is how it is intended to be used. Hope that makes sense