By default, each time you build your application, CA Plex rebuilds all of the objects you select in the Generate and Build window, including the tables in your database. Because rebuilding a database table erases all data in the table, if you leave your local model setup as it is, you will lose all of the data you just entered the next time you build.
You can prevent losing this data by entering a TBL implement SYS No triple for the table. This keeps the table from being rebuilt the next time you build the entity to which it is scoped (in this case, Project). Only set this triple after you have built the table at least once.
To preserve the data and keep the Project entity table from being regenerated
Note: If you make any changes to an entity that affect its table, such as adding fields to it, you must set the implement SYS value back to Yes and regenerate the table. Any data in it is lost. If you want to preserve data entered after rebuilding, make sure you reset the implement SYS value to No.
|
Copyright © 2014 CA.
All rights reserved.
|
|