An open API service indexing awesome lists of open source software.

https://github.com/simplicitesoftware/module-remotedemo

Remote object examples (based on the Demo module)
https://github.com/simplicitesoftware/module-remotedemo

Last synced: 6 months ago
JSON representation

Remote object examples (based on the Demo module)

Awesome Lists containing this project

README

          

![](https://docs.simplicite.io//logos/logo250.png)
* * *

`RemoteDemo` module definition
==============================

[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=simplicite-modules-RemoteDemo&metric=alert_status)](https://sonarcloud.io/dashboard?id=simplicite-modules-RemoteDemo)

### Introduction

Remote business object examples (based on the Demo application)

### Import

To import this module:

- Create a module named `RemoteDemo`
- Set the settings as:

```json
{
"type": "git",
"origin": {
"uri": "https://github.com/simplicitesoftware/module-remotedemo.git"
}
}
```

- Click on the _Import module_ button

### Configure

There is one system parameters to configure:

- The `REMOTEDEMO_CREDENTIALS` in which you must set your credentials to the Demo instance.

> **Note**: it is possible to ovveride these default parameters per user using corresponding user parameters.

`RemoteDemoClient` business object definition
---------------------------------------------

Simplicité remote _customer_ object from the Demo application.

**Note**: the fields are retreived from the Simplicité metadata

### Fields

| Name | Type | Required | Updatable | Personal | Description |
|--------------------------------------------------------------|------------------------------------------|----------|-----------|----------|----------------------------------------------------------------------------------|

`RemoteDemoLocalOrder` business object definition
-------------------------------------------------

### Fields

| Name | Type | Required | Updatable | Personal | Description |
|--------------------------------------------------------------|------------------------------------------|----------|-----------|----------|----------------------------------------------------------------------------------|
| `remoteRloProduct` | object | yes* | yes | | - |
| `remoteRloProductLabel` | char(100) | | | | - |
| `remoteRloClient` | object | yes* | yes | | - |
| `remoteRloClientLabel` | char(100) | | | | - |
| `remoteRloDate` | datetime | yes* | | | - |
| `remoteRloQuantity` | int(2) | yes | yes | | Quantity |
| `remoteRloTotal` | bigdec(10, 2) | yes | | | - |
| `remoteRloComments` | html(1000000) | | yes | | - |

`RemoteDemoProduct` business object definition
----------------------------------------------

Simplicité remote _product_ object from the Demo application.

**Note**: the fields are retreived from the Simplicité metadata

### Fields

| Name | Type | Required | Updatable | Personal | Description |
|--------------------------------------------------------------|------------------------------------------|----------|-----------|----------|----------------------------------------------------------------------------------|

`RemoteDemoSupplier` business object definition
-----------------------------------------------

Simplicité remote _supplier_ object from the Demo application.

**Note**: the fields are retreived from the Simplicité metadata

### Fields

| Name | Type | Required | Updatable | Personal | Description |
|--------------------------------------------------------------|------------------------------------------|----------|-----------|----------|----------------------------------------------------------------------------------|