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 set up 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 keep the Project entity table from being regenerated:
Keep in mind that 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 © 2012 CA. All rights reserved. | Tell Technical Publications how we can improve this information |