You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

16 rivejä
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.