You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tutorials/cp-mobile-dev-kit-link-entity/cp-mobile-dev-kit-link-entity.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,6 @@ In this step, you will create a Section page with a Form Cell Section to contain
43
43
44
44
<!-- border -->
45
45
46
-
47
46
2. In the **Base Information** step, enter the Page Name as `SalesOrderHeaders_Create` and click **Finish** to complete the page creation process.
48
47
49
48
<!-- border -->
@@ -142,8 +141,6 @@ In this step, you will create a Section page with a Form Cell Section to contain
142
141
143
142
### Add cancel button on create Sales Order page
144
143
145
-
146
-
147
144
Now, you will add a button on the Create Order page and set its `onPress` to `CloseModalPage_Cancel.action`.
148
145
149
146
1. Drag and drop an **Action Bar Item** to the upper left corner of the action bar.
@@ -277,7 +274,6 @@ The next step is to store newly created record locally for an offline applicatio
277
274
278
275
### Navigate to the Customer Create page
279
276
280
-
281
277
You will open the `SalesOrderHeaders_Create.page` from the Customer Detail page. For this, you will add a ToolBar item on the Customer Details page and will link it to a navigation action. When the ToolBar item is pressed by the end-user that will open the `SalesOrderHeaders_Create.page`.
282
278
283
279
1. In `Customers_Detail.page`, drag and drop a **Toolbar Item** on the page area.
0 commit comments