Skip to content

Commit e1862bd

Browse files
inheritance tutorial
1 parent 5ccfd3e commit e1862bd

File tree

15 files changed

+58
-40
lines changed

15 files changed

+58
-40
lines changed

.frontmatter/database/mediaDb.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{}
1+
{"docs":{"tutorial":{"enhancing":{"img":{"inheritance":{}}}}}}

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,15 @@
1313
"datetimepicker",
1414
"devinfo",
1515
"devmode",
16+
"Docu",
1617
"firstname",
1718
"Fullcalendar",
1819
"fulltext",
1920
"groupby",
2021
"groupbyfields",
2122
"healthcheck",
2223
"hsql",
24+
"Instock",
2325
"JDBC",
2426
"KEYID",
2527
"lastname",
@@ -38,6 +40,7 @@
3840
"redolog",
3941
"Redologs",
4042
"resps",
43+
"rslts",
4144
"screenflow",
4245
"simplicitesoftware",
4346
"SUPERADMIN",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ last_update:
5959
date: 1/1/2000
6060
author: custom author name
6161
---
62-
62+
```
6363

6464
### Code blocks
6565

docs/platform/businessobjects/business-objects.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ We **highly** recommend you use the business object **creation assistant** to cr
5050
1. Access the list of Business objects :
5151
- Business objects > Business objects
5252
![](img/business-objects/obj-list.png)
53-
2. Click **Creation assitant**
53+
2. Click **Creation assistant**
5454
3. Fill in the Object information and click **Create** :
5555
> Example values :
5656
![](img/business-objects/obj-values.png)
@@ -69,7 +69,7 @@ We **highly** recommend you use the business object **creation assistant** to cr
6969
| Extend of Logical name | Used for inheritance (parent object) |
7070
| Icon code | Object's logo |
7171

72-
72+
7373

7474
## Read more
7575

docs/tutorial/enhancing/external-object.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
sidebar_position: 240
2+
sidebar_position: 2
33
title: 3.2. Adding a custom web service
44
description: Creating a custom REST endpoint
55
---
66

77
# Building the "Order Management" Training App : Creating a custom REST endpoint
88

9-
> Prerequisite : [The Supplier, Product, Client and Order objects are linked together](/docs/tutorial/expanding/relations)
9+
> Prerequisite : [You have a basic understanding of the Simplicité platform, and the steps in Enhancing are completed](/docs/category/2-expanding-your-app)
1010
1111
## What is a custom web service ?
1212

@@ -150,6 +150,7 @@ public class TrnWebService extends com.simplicite.webapp.services.RESTServiceExt
150150

151151
}
152152
```
153+
[Source file](TrnWebService.java)
153154

154155
### Adding the TRN_PUBLIC Group to `public` user
155156

@@ -167,7 +168,7 @@ For both the `TrnSupplier` and `TrnProduct` object, grant TRN_PUBLIC to the READ
167168
## Test the endpoint
168169

169170
Public endpoints are available on `<base_url>/api/ext/<External Object Name>`
170-
Call the endpoint via Postman or `curl`
171+
Clear the platform's cache and call the endpoint via Postman or `curl`
171172

172173
:::tip[Success]
173174
```sh
143 KB
Loading
299 KB
Loading
246 KB
Loading
Binary file not shown.
292 KB
Loading

0 commit comments

Comments
 (0)