Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 
 

16 righe
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.