Changes for page My First Requea Application
on 2011/01/26 16:45
on 2011/01/26 16:45
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -20,31 +20,28 @@ 20 20 21 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 +((( 24 +(% class="Apple-style-span" style="line-height: 19px;" %)[[image:newapp1.png]] 25 +))) 26 + 23 23 * 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 - 26 26 * 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 28 * Property 1: Title. Fill in name and property title. The property type is "Text String" and you may increase the maximum length to 80. 29 29 30 - 31 31 * Property 2: Click on submit will get you back to the property page. Click on the plus sign again and add the Author property. 32 32 33 - 34 34 * Property3: Same thing with Date. Make sure the type is "Date" 35 35 36 - 37 37 * Click on submit will get you back to the Property field list. Click on next to go the the navigation options. 38 38 39 39 * 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"). 40 40 41 - 42 42 * The next page is about setting up default security. For now, let's keep it open with "No restrictions". 43 43 44 - 45 45 * The next tab is a summary screen and should look like this: 46 46 47 - 48 48 * 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. 49 49 50 50 = Using our Book app =