Group: Forum Members
Posts: 2K,
Visits: 6.6K
|
I assume you are talking about SFSUsers, the RBS table. In that case, I'm doing exactly what you are doing: using another table and linking them. Otherwise you are likely to run into problems with SF updates, as the DDT package will "fix" your changes whenever they make changes to the RBS tables structures.
You can make like easier on the development side by creating a BO to your linked table, add custom properties to the SFSUsers table, so from your application usage, it is just a single BO to deal with.
|