David
When you select the custom fields on the system tables, the sql created uses 2 IS procedures (AddColumn and UpdateColumn from memory) which add the fields to the relevant table and update the Create/Update stored procedures.
I know this confused me at first, but it does work.
The stored procedures for custom tables are generally created by you so you need to select them as you may have more than 1 IS project slution involved. |