Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 
 

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