{"id":18780675,"url":"https://github.com/simplicitesoftware/module-remotedemo","last_synced_at":"2025-12-19T01:30:13.646Z","repository":{"id":80897263,"uuid":"234324884","full_name":"simplicitesoftware/module-remotedemo","owner":"simplicitesoftware","description":"Remote object examples (based on the Demo module)","archived":false,"fork":false,"pushed_at":"2023-04-20T10:03:30.000Z","size":100,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-29T10:44:59.587Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/simplicitesoftware.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-01-16T13:22:33.000Z","updated_at":"2023-04-19T15:13:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"0e080ec6-8bd8-4f20-b0a7-8afa266d1f16","html_url":"https://github.com/simplicitesoftware/module-remotedemo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplicitesoftware%2Fmodule-remotedemo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplicitesoftware%2Fmodule-remotedemo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplicitesoftware%2Fmodule-remotedemo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplicitesoftware%2Fmodule-remotedemo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simplicitesoftware","download_url":"https://codeload.github.com/simplicitesoftware/module-remotedemo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239697414,"owners_count":19682415,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T20:27:36.871Z","updated_at":"2025-12-19T01:30:13.555Z","avatar_url":"https://github.com/simplicitesoftware.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\n ___ _            _ _    _ _    __\n/ __(_)_ __  _ __| (_)__(_) |_ /_/\n\\__ \\ | '  \\| '_ \\ | / _| |  _/ -_)\n|___/_|_|_|_| .__/_|_\\__|_|\\__\\___|\n            |_| \n--\u003e\n![](https://docs.simplicite.io//logos/logo250.png)\n* * *\n\n`RemoteDemo` module definition\n==============================\n\n[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=simplicite-modules-RemoteDemo\u0026metric=alert_status)](https://sonarcloud.io/dashboard?id=simplicite-modules-RemoteDemo)\n\n### Introduction\n\nRemote business object examples (based on the Demo application)\n\n### Import\n\nTo import this module:\n\n- Create a module named `RemoteDemo`\n- Set the settings as:\n\n```json\n{\n\t\"type\": \"git\",\n\t\"origin\": {\n\t\t\"uri\": \"https://github.com/simplicitesoftware/module-remotedemo.git\"\n\t}\n}\n```\n\n- Click on the _Import module_ button\n\n### Configure\n\nThere is one system parameters to configure:\n\n- The `REMOTEDEMO_CREDENTIALS` in which you must set your credentials to the Demo instance.\n\n\u003e **Note**: it is possible to ovveride these default parameters per user using corresponding user parameters.\n\n`RemoteDemoClient` business object definition\n---------------------------------------------\n\nSimplicité remote _customer_ object from the Demo application.\n\n**Note**: the fields are retreived from the Simplicité metadata\n\n### Fields\n\n| Name                                                         | Type                                     | Required | Updatable | Personal | Description                                                                      |\n|--------------------------------------------------------------|------------------------------------------|----------|-----------|----------|----------------------------------------------------------------------------------|\n\n`RemoteDemoLocalOrder` business object definition\n-------------------------------------------------\n\n\n\n### Fields\n\n| Name                                                         | Type                                     | Required | Updatable | Personal | Description                                                                      |\n|--------------------------------------------------------------|------------------------------------------|----------|-----------|----------|----------------------------------------------------------------------------------|\n| `remoteRloProduct`                                           | object                                   | yes*     | yes       |          | -                                                                                |\n| `remoteRloProductLabel`                                      | char(100)                                |          |           |          | -                                                                                |\n| `remoteRloClient`                                            | object                                   | yes*     | yes       |          | -                                                                                |\n| `remoteRloClientLabel`                                       | char(100)                                |          |           |          | -                                                                                |\n| `remoteRloDate`                                              | datetime                                 | yes*     |           |          | -                                                                                |\n| `remoteRloQuantity`                                          | int(2)                                   | yes      | yes       |          | Quantity                                                                         |\n| `remoteRloTotal`                                             | bigdec(10, 2)                            | yes      |           |          | -                                                                                |\n| `remoteRloComments`                                          | html(1000000)                            |          | yes       |          | -                                                                                |\n\n`RemoteDemoProduct` business object definition\n----------------------------------------------\n\nSimplicité remote _product_ object from the Demo application.\n\n**Note**: the fields are retreived from the Simplicité metadata\n\n### Fields\n\n| Name                                                         | Type                                     | Required | Updatable | Personal | Description                                                                      |\n|--------------------------------------------------------------|------------------------------------------|----------|-----------|----------|----------------------------------------------------------------------------------|\n\n`RemoteDemoSupplier` business object definition\n-----------------------------------------------\n\nSimplicité remote _supplier_ object from the Demo application.\n\n**Note**: the fields are retreived from the Simplicité metadata\n\n### Fields\n\n| Name                                                         | Type                                     | Required | Updatable | Personal | Description                                                                      |\n|--------------------------------------------------------------|------------------------------------------|----------|-----------|----------|----------------------------------------------------------------------------------|\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplicitesoftware%2Fmodule-remotedemo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimplicitesoftware%2Fmodule-remotedemo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplicitesoftware%2Fmodule-remotedemo/lists"}