From: Rehan I. <reh...@gm...> - 2008-06-27 00:05:36
|
A user asked "Is there currently any way to set a default status for an entity type? For example, I want most entities created with status active, but organisms would default to status locked." If I understand this correctly, the easiest way to do this is change the default value of the 'status' column in the entity's database table. So if you wanted all your 'organism' entities to be locked when they are created, set the 'status' column in the 'organisms' table to '1'. -Rehan |