...
Plugin-specific parameters for the Moodle Interface
Name | Value | ||
---|---|---|---|
SERVER_NAME | Database server name | ||
DATABASE | Enter the database name used when installing Adonis Personnel Manager. | ||
DAYSGAP | Enter a numeric value stating the number of days from today's date in which the system will detect planned activity. | ||
DEBUGLOG | Enter a numeric value stating the number of log records to be displayed. | ||
SERVERSERVICE_NAMEName of the URL | URL pointing to the Moodle Server | ||
SERVICE_PSW | Password Name of the user external service used or authenticated to use the external serviceto integrate with Moodle. See Moodle configuration section Configuration below | ||
SERVICE_URL | URL pointing to the Moodle Server | SERVICE_USER | User name of the user authenticated to use the external service |
SERVICE_PSW | Name of Password of the user used or authenticated to use the external service used to integrate with Moodle. See Moodle Configuration configuration section below | ||
XREF | Enter the Moodle plugin code defined in Adonis Personnel Manager. For more information, see Add Moodle Interface. |
...
In Moodle, external services are a feature that allows integration with external applications or services, enabling them to interact with Moodle and access certain functionalities. The replicator parameter SERVICE refers to the external service short name.
To use external services in Moodle, administrators need to configure the service's settings, including authentication credentials, access permissions, and specific functions that can be accessed by the external application.
Steps:
Code Block |
---|
Create External Service
Add functions
Authorise User
Create Token |
Expand | ||
---|---|---|
| ||
Log in to Moodle as an administrator and click on the .
|
Expand | ||
---|---|---|
| ||
The following functions need to be added to the external service.
Goto: |
...