Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
 
 

16 rindas
590 B

  1. Creating Entities
  2. =================
  3. To create any entity, you must have the relevant permission. Once you have the relevant permission, you can
  4. create new entities from the top toolbar.
  5. Look out for the "New" button on the top left of the page. Via the "New" dialog box, you can create any
  6. entity you have rights to create.
  7. .. note::
  8. * Entities in wnframework are known by their "name". Name has the same concept as id - its a unique key
  9. for that entity (same as a Primary Key).
  10. * Every entity also has an "owner" - By default this is the user who creates that entity.