From version 3.1
edited by Pierre Dubois
on 2011/01/26 15:59
To version 4.1
edited by Pierre Dubois
on 2011/01/26 16:00
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Content
... ... @@ -18,35 +18,36 @@
18 18  So let's create a new one that will manage our books. That will get us to a mutli-step wizard to enter basic entity information
19 19  
20 20  
21 -1. Type of application. Let's keep "normal" for now. We want a basic book. The other options are for extensions of existing entities. We will get into this later.
21 +* Type of application. Let's keep "normal" for now. We want a basic book. The other options are for extensions of existing entities. We will get into this later.
22 22  
23 23  
24 +* After clicking on "Next" you get to the name page. Let's call it "Book". The bundle field should be "Customer personalization". It's the good option for a start. Then make sure the "Persisted" option is checked. "Persisted" means "stored in the database", as opposed as a transient entity which is only used for intermediate calculations.
24 24  
25 -2. After clicking on "Next" you get to the name page. Let's call it "Book". The bundle field should be "Customer personalization". It's the good option for a start. Then make sure the "Persisted" option is checked. "Persisted" means "stored in the database", as opposed as a transient entity which is only used for intermediate calculations.
26 26  
27 +* Click on Next and go to the Property page. Click on the plus sign to add a property. We will have to add 3 properties: Titile, Author, and return date.
27 27  
28 -3. Click on Next and go to the Property page. Click on the plus sign to add a property. We will have to add 3 properties: Titile, Author, and return date.
29 29  
30 +* Property 1: Title. Fill in name and property title. The property type is "Text String" and you may increase the maximum length to 80.
30 30  
31 -4. Property 1: Title. Fill in name and property title. The property type is "Text String" and you may increase the maximum length to 80.
32 32  
33 +* Property 2: Click on submit will get you back to the property page. Click on the plus sign again and add the Author property.
33 33  
34 -5. Property 2: Click on submit will get you back to the property page. Click on the plus sign again and add the Author property.
35 35  
36 +* Property3: Same thing with Date. Make sure the type is "Date"
36 36  
37 -6. Property3: Same thing with Date. Make sure the type is "Date"
38 38  
39 +* Click on submit will get you back to the Property field list. Click on next to go the the navigation options.
39 39  
40 -7. Click on submit will get you back to the Property field list. Click on next to go the the navigation options.
41 41  
42 +* Make sure everything is checked on the navigation panel. Those options are there to instruct the wizard to create default user navigation (called "User actions").
42 42  
43 -8. Make sure everything is checked on the navigation panel. Those options are there to instruct the wizard to create default user navigation (called "User actions").
44 +* The next page is about setting up default security. For now, let's keep it open with "No restrictions".
44 44  
45 -9. The next page is about setting up default security. For now, let's keep it open with "No restrictions".
46 46  
47 +* The next tab is a summary screen and should look like this:
47 47  
48 -10. The next tab is a summary screen and should look like this:
49 49  
50 +* Fill in the "Book title and "BO" as the short SQL name for relation table. Then click on "Submit". It may take a few moments to complete.
50 50  
51 -11. Fill in the "Book title and "BO" as the short SQL name for relation table. Then click on "Submit". It may take a few moments to complete.
52 52  
53 +
This wiki is licensed under a Creative Commons 2.0 license
XWiki Enterprise 9.11.5 - Documentation