Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 

16 строки
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.