Platforms to show: All Mac Windows Linux Cross-Platform

Back to FMAdminMBS class.

FMAdminMBS.Constructor

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Claris FileMaker Data API MBS FMAPI Plugin 20.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The constructor.

FMAdminMBS.CreateBackupSchedule(schedule as Dictionary) as FMResponseMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Claris FileMaker Data API MBS FMAPI Plugin 20.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Create a Backup schedule.

Please pass Backup Schedule as dictionary:

namestring [ 1 .. 31 ] characters ^(?!\s*$).+Schedule name. This parameter cannot be an empty string or a string of whitespace characters.
backupTypedictionaryParameters for the backup schedule.
sendEmailArray of stringsEmail addresses to send notifications to. An empty array disables sending email. Note: SMTP configuration is required for sending email.
enabledbooleanTo enable a schedule to run, or to find out whether the schedule is enabled to run. If you create a schedule without specifying this parameter, the default value 'false' is used.
onceTypedictionaryIf used with POST or PATCH, allows you to create or edit a schedule to run on the specified date and time.
weeklyTypedictionaryIf used with POST or PATCH, allows you to create or edit a schedule to run weekly on one or more days.
everyndaysTypedictionaryIf used with POST or PATCH, allows you to create or edit a schedule that has a specific interval in days, such as every 2, 3, or 4 days.

FMAdminMBS.CreateFileMakerScriptSchedule(schedule as Dictionary) as FMResponseMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Claris FileMaker Data API MBS FMAPI Plugin 20.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Create a FileMaker Script schedule.

The parameter for creating a FileMaker Script Schedule as dictionary:

namestring [ 1 .. 31 ] characters ^(?!\s*$).+Schedule name. This parameter cannot be an empty string or a string of whitespace characters.
filemakerScriptTypedictionaryParameters for the FileMaker script schedule.
sendEmailArray of stringsEmail addresses to send notifications to. An empty array disables sending email. Note: SMTP configuration is required for sending email.
enabledbooleanTo enable a schedule to run, or to find out whether the schedule is enabled to run. If you create a schedule without specifying this parameter, the default value 'false' is used.
onceTypedictionaryIf used with POST or PATCH, allows you to create or edit a schedule to run on the specified date and time.
weeklyTypedictionaryIf used with POST or PATCH, allows you to create or edit a schedule to run weekly on one or more days.
everyndaysTypedictionaryIf used with POST or PATCH, allows you to create or edit a schedule that has a specific interval in days, such as every 2, 3, or 4 days.

FMAdminMBS.CreateMessageSchedule(schedule as Dictionary) as FMResponseMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Claris FileMaker Data API MBS FMAPI Plugin 20.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Create a message schedule.

Create Message Schedule Parameters as dictionary:

namestring [ 1 .. 31 ] characters ^(?!\s*$).+Schedule name. This parameter cannot be an empty string or a string of whitespace characters.
messageTypedictionaryParameters for the message schedule.
sendEmailArray of stringsEmail addresses to send notifications to. An empty array disables sending email. Note: SMTP configuration is required for sending email.
enabledbooleanTo enable a schedule to run, or to find out whether the schedule is enabled to run. If you create a schedule without specifying this parameter, the default value 'false' is used.
onceTypedictionaryIf used with POST or PATCH, allows you to create or edit a schedule to run on the specified date and time.
weeklyTypedictionaryIf used with POST or PATCH, allows you to create or edit a schedule to run weekly on one or more days.
everyndaysTypedictionaryIf used with POST or PATCH, allows you to create or edit a schedule that has a specific interval in days, such as every 2, 3, or 4 days.

FMAdminMBS.CreateScriptSequenceSchedule(schedule as Dictionary) as FMResponseMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Claris FileMaker Data API MBS FMAPI Plugin 20.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Create a Script Sequence schedule.

Pass Script Sequence Schedule Parameter as dictionary:

namestring [ 1 .. 31 ] characters ^(?!\s*$).+Schedule name. This parameter cannot be an empty string or a string of whitespace characters.
scriptSequenceTypedictionaryParameters for the script sequence schedule.
sendEmailArray of stringsEmail addresses to send notifications to. An empty array disables sending email. Note: SMTP configuration is required for sending email.
enabledbooleanTo enable a schedule to run, or to find out whether the schedule is enabled to run. If you create a schedule without specifying this parameter, the default value 'false' is used.
onceTypedictionaryIf used with POST or PATCH, allows you to create or edit a schedule to run on the specified date and time.
weeklyTypedictionaryIf used with POST or PATCH, allows you to create or edit a schedule to run weekly on one or more days.
everyndaysTypedictionaryIf used with POST or PATCH, allows you to create or edit a schedule that has a specific interval in days, such as every 2, 3, or 4 days.

FMAdminMBS.CreateSystemScriptSchedule(schedule as Dictionary) as FMResponseMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Claris FileMaker Data API MBS FMAPI Plugin 20.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Create a System Script schedule.

Pass System Script Schedule Parameters as dictionary:

namestring [ 1 .. 31 ] characters ^(?!\s*$).+Schedule name. This parameter cannot be an empty string or a string of whitespace characters.
systemScriptTypedictionaryParameters for the system script schedule.
sendEmailArray of stringsEmail addresses to send notifications to. An empty array disables sending email. Note: SMTP configuration is required for sending email.
enabledbooleanTo enable a schedule to run, or to find out whether the schedule is enabled to run. If you create a schedule without specifying this parameter, the default value 'false' is used.
onceTypedictionaryIf used with POST or PATCH, allows you to create or edit a schedule to run on the specified date and time.
weeklyTypedictionaryIf used with POST or PATCH, allows you to create or edit a schedule to run weekly on one or more days.
everyndaysTypedictionaryIf used with POST or PATCH, allows you to create or edit a schedule that has a specific interval in days, such as every 2, 3, or 4 days.

FMAdminMBS.CreateVerifySchedule(schedule as Dictionary) as FMResponseMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Claris FileMaker Data API MBS FMAPI Plugin 20.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Create a Verify schedule.

Pass Verify Schedule Parameters as dictionary:

namestring [ 1 .. 31 ] characters ^(?!\s*$).+Schedule name. This parameter cannot be an empty string or a string of whitespace characters.
verifyTypedictionaryParameters for the verify schedule.
sendEmailArray of stringsEmail addresses to send notifications to. An empty array disables sending email. Note: SMTP configuration is required for sending email.
enabledbooleanTo enable a schedule to run, or to find out whether the schedule is enabled to run. If you create a schedule without specifying this parameter, the default value 'false' is used.
onceTypedictionaryIf used with POST or PATCH, allows you to create or edit a schedule to run on the specified date and time.
weeklyTypedictionaryIf used with POST or PATCH, allows you to create or edit a schedule to run weekly on one or more days.
everyndaysTypedictionaryIf used with POST or PATCH, allows you to create or edit a schedule that has a specific interval in days, such as every 2, 3, or 4 days.

FMAdminMBS.DeleteSchedule(scheduleID as Integer) as FMResponseMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Claris FileMaker Data API MBS FMAPI Plugin 20.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Delete a schedule specified by the schedule ID.

scheduleID: ID of the schedule, a value ≥ 2. Schedule ID 1 is reserved by FileMaker Server.

FMAdminMBS.DisconnectClient(ClientID as Integer, messageText as String = "", graceTime as Integer = -1) as FMResponseMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Claris FileMaker Data API MBS FMAPI Plugin 20.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Disconnect a FileMaker client.

ClientIDinteger >= 1ID of the client to disconnect.
messageTextstring [ 0 .. 200 ] charactersThe text message to send to the client that is being disconnected.
graceTimeinteger [ 0 .. 3600 ]The number of seconds to wait before disconnecting the client. Default: 90

FMAdminMBS.DuplicateSchedule(scheduleID as Integer) as FMResponseMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Claris FileMaker Data API MBS FMAPI Plugin 20.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Duplicate a schedule specified by the schedule ID.

ScheduleID: The schedule ID for the schedule to duplicate, a value ≥ 2. Schedule ID 1 is reserved by FileMaker Server.

FMAdminMBS.EditSchedule(scheduleID as Integer, schedule as Dictionary) as FMResponseMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Claris FileMaker Data API MBS FMAPI Plugin 20.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Edit or run a schedule specified by scheduleID.

Each parameter is optional, but at least one parameter is required.

To run a schedule, set the 'status' parameter to 'RUNNING'.
Use this call to run a schedule. Use the GetSchedule API call to verify the results.
You can not change schedule type in edit schedule api.

Parameters for dictionary:

namestring [ 1 .. 31 ] characters ^(?!\s*$).+Schedule name. This parameter cannot be an empty string or a string of whitespace characters.
statusstringValue: "RUNNING". Whether to run the schedule.
onceTypedictionaryIf used with POST or PATCH, allows you to create or edit a schedule to run on the specified date and time.
weeklyTypedictionaryIf used with POST or PATCH, allows you to create or edit a schedule to run weekly on one or more days.
everyndaysTypedictionaryIf used with POST or PATCH, allows you to create or edit a schedule that has a specific interval in days, such as every 2, 3, or 4 days.
sendEmailArray of stringsEmail addresses to send notifications to. An empty array disables sending email. Note: SMTP configuration is required for sending email.
enabledbooleanTo enable a schedule to run, or to find out whether the schedule is enabled to run. If you create a schedule without specifying this parameter, the default value 'false' is used.
backupTypedictionaryParameters for the backup schedule.
filemakerScriptTypedictionaryParameters for the FileMaker script schedule.
messageTypedictionaryParameters for the message schedule.
scriptSequenceTypedictionaryParameters for the script sequence schedule.
systemScriptTypedictionaryParameters for the system script schedule.
verifyTypedictionaryParameters for the verify schedule.

FMAdminMBS.GetDataAPISettings as FMResponseMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Claris FileMaker Data API MBS FMAPI Plugin 20.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Get the FileMaker Data API settings.

Some examples using this method:

FMAdminMBS.GetPHPSettings as FMResponseMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Claris FileMaker Data API MBS FMAPI Plugin 20.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Get the PHP settings.

Some examples using this method:

FMAdminMBS.GetSchedule(scheduleID as Integer) as FMResponseMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Claris FileMaker Data API MBS FMAPI Plugin 20.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Get a schedule specified by the schedule ID.

scheduleID: ID of the schedule, value ≥ 2. Schedule ID 1 is reserved by FileMaker Server.

FMAdminMBS.GetServerGeneralSettings as FMResponseMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Claris FileMaker Data API MBS FMAPI Plugin 20.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Get the server general settings.

Some examples using this method:

FMAdminMBS.GetServerSecuritySetting as FMResponseMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Claris FileMaker Data API MBS FMAPI Plugin 20.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Get the server security setting..

Some examples using this method:

FMAdminMBS.GetServerStatus as FMResponseMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Claris FileMaker Data API MBS FMAPI Plugin 20.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Get the Database Server status.

FMAdminMBS.GetWebDirectSettings as FMResponseMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Claris FileMaker Data API MBS FMAPI Plugin 20.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Get the FileMaker WebDirect settings.

Some examples using this method:

FMAdminMBS.GetWPESettings as FMResponseMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Claris FileMaker Data API MBS FMAPI Plugin 20.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Get the Web Publishing Engine settings for all machines.

See also:

Some examples using this method:

FMAdminMBS.GetWPESettings(MachineID as Integer) as FMResponseMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Claris FileMaker Data API MBS FMAPI Plugin 20.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Get the Web Publishing Engine settings for a single machine.

MachineID: ID of machine, a value ≥ 1.

See also:

FMAdminMBS.GetXDBCSettings as FMResponseMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Claris FileMaker Data API MBS FMAPI Plugin 20.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Get the ODBC/JDBC settings.

Some examples using this method:

FMAdminMBS.GetXMLSettings as FMResponseMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Claris FileMaker Data API MBS FMAPI Plugin 20.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Get the XML settings.

Some examples using this method:

FMAdminMBS.ListClients as FMResponseMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Claris FileMaker Data API MBS FMAPI Plugin 20.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
List the connected clients.

Some examples using this method:

FMAdminMBS.ListDatabases as FMResponseMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Claris FileMaker Data API MBS FMAPI Plugin 20.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
List all hosted databases.

Some examples using this method:

FMAdminMBS.ListSchedules as FMResponseMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Claris FileMaker Data API MBS FMAPI Plugin 20.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
List all schedules.

Some examples using this method:

FMAdminMBS.Login as FMResponseMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Claris FileMaker Data API MBS FMAPI Plugin 20.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Request an access token from the host using the root administrator account name and password.
Example
Dim d As New FMAdminMBS

d.Password = "admin"
d.Username = "admin"
d.Server = "localhost"

Dim r As FMResponseMBS = d.Login

If r = Nil Then
msgbox "Failed?"
else
MsgBox r.ErrorMessage
End If

Please either set UserName and Password before calling this.
If you don't call Login explicitly or the session token expired, the plugin will call it for you.

FMAdminMBS.Logout as FMResponseMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Claris FileMaker Data API MBS FMAPI Plugin 20.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Invalidate the specified JSON Web Token.

Clears session token property.

FMAdminMBS.PerformDatabaseOperations(DatabaseID as Integer, status as String, key as string = "",saveKey as boolean = false, messageText as string = "", force as boolean = false) as FMResponseMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Claris FileMaker Data API MBS FMAPI Plugin 20.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Open, close, pause, or resume the specified database.

statusEnum: "OPENED" "PAUSED" "RESUMED" "CLOSED"Status of the database.
keystringThe password required to open an encrypted database. Required and allowed only if status = OPENED. Note: FileMaker Admin API does not validate the encryption key. You receive an error code of 0 even if you enter an invalid key.
saveKeybooleanAllow the host to save the encryption password. Allowed only if status = OPENED.
messageTextstring [ 0 .. 200 ] charactersThe text message to send to the client being disconnected. Required and allowed only if status = CLOSED.
forcebooleanForces databases to be closed and disconnects connected clients. Overrides the graceTime option. Allowed only if status = CLOSED.

See also:

FMAdminMBS.PerformDatabaseOperations(status as String, force as boolean = false) as FMResponseMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Claris FileMaker Data API MBS FMAPI Plugin 20.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Open, close, pause, or resume all databases.

status: "OPENED", "PAUSED", "RESUMED", "CLOSED". Status of the database.
force: Forces databases to be closed and disconnects connected clients. Overrides the graceTime option. Allowed only if status = CLOSED.

See also:

FMAdminMBS.SendMessageToClient(clientID as Integer, messageText as String) as FMResponseMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Claris FileMaker Data API MBS FMAPI Plugin 20.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Send a message to a FileMaker client.

You cannot send a message to a client that is connected via FileMaker Data API. You receive an error code of 0 even if the client is connected via FileMaker Data API.

messageText: The text message to send to the client. This parameter cannot be an empty string or a string of whitespace characters.

FMAdminMBS.UpdateDataAPISettings(enabled as Boolean) as FMResponseMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Claris FileMaker Data API MBS FMAPI Plugin 20.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Update the FileMaker Data API settings.

enabled: allows you to enable or disable FileMaker Data API.

FMAdminMBS.UpdatePHPSettings(settings as Dictionary) as FMResponseMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Claris FileMaker Data API MBS FMAPI Plugin 20.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Update the PHP settings. Parameters are optional, but at least one parameter is required.

PHP Configuration dictionary:

characterEncodingstringEnum: "UTF-8" "ISO-8859-1". The default character encoding for PHP.
dataPreValidationbooleanWhether the record data should be validated before committing changes to the Database Server.
enabledbooleanIf used with GET, specifies whether Custom Web Publishing with PHP is enabled or disabled. If used with PATCH, allows you to enable or disable Custom Web Publishing with PHP.
errorMessageLanguagestringEnum: "en" "it" "de" "fr" "ja". The language used for error messages for PHP.
useFileMakerPhpbooleanWhether to use the FileMaker version of the PHP engine rather than your own version of PHP.

FMAdminMBS.UpdateServerGeneralSettings(settings as Dictionary) as FMResponseMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Claris FileMaker Data API MBS FMAPI Plugin 20.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Update the server general settings. All parameters are optional, but at least one parameter is required.

Provide Server General Settings via dictionary with following keys:

cacheSizeinteger >= 64Cache memory (in megabytes) allocated by the server. The maximum setting is not enforced, but allocating more memory than what the system can manage will impact server performance.
maxFilesinteger [ 1 .. 125 ]Maximum number of databases that can be hosted.
maxProConnectionsinteger [ 0 .. 2000 ]Maximum number of FileMaker Pro client connections.
maxPSOSinteger [ 0 .. 500 ]Maximum number of script sessions that can run on the server simultaneously.
openDatabasesOnStartbooleanAutomatically open databases that are in the database folders when the Database Server starts.
startupRestorationEnabledbooleanEnable/Disable database auto restoration. If you change this setting, you need to restart FileMaker Server for the change to take effect.
startupRestorationLogPathstring ^(?!\s*$).+The folder path to save restoration logs. If you change this setting, you need to restart FileMaker Server for the change to take effect. This parameter cannot be an empty string or a string of whitespace characters.
useSchedulesbooleanAllow enabled schedules to run.
autostartDBSbooleanWhether the Database Server should start automatically. If autostartDBS is set to false, autostartWPE is also set to false.
autostartWPEbooleanWhether the Web Publishing Engine should start automatically. If autostartDBS is set to false, autostartWPE can't be set to true.

FMAdminMBS.UpdateServerSecuritySetting(requireSecureDB as Boolean) as FMResponseMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Claris FileMaker Data API MBS FMAPI Plugin 20.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Update the server security setting.

requireSecureDB: If set to true, only databases with password-protected accounts that have the Full Access privilege set can be opened for hosting. Applies only to the default and additional folders.

FMAdminMBS.UpdateServerStatus(status as String, messageText as String = "", graceTime as Integer = -1) as FMResponseMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Claris FileMaker Data API MBS FMAPI Plugin 20.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Run or stop the Database Server.

status: "RUNNING" or "STOPPED"
Allows you to start or stop FileMaker Database Server.

messageText: Up to 200 characters. The message to send to the FileMaker client when stopping the Database Server.
graceTime: The length of seconds to delay before stopping the Database Server. Default is 90 and range is 0 to 3600.

If messageText is empty or graceTime is negative, we don't include the value in the request.

FMAdminMBS.UpdateWebDirectSettings(enabled as Boolean) as FMResponseMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Claris FileMaker Data API MBS FMAPI Plugin 20.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Update the FileMaker WebDirect settings.

enabled: allows you to enable or disable FileMaker WebDirect.

FMAdminMBS.UpdateWPESettings(machineID as Integer, enabled as Boolean) as FMResponseMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Claris FileMaker Data API MBS FMAPI Plugin 20.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Update the Web Publishing Engine settings.

machineIDinteger >= 1ID of machine
enabledbooleanAllows you to enable or disable Web Publishing Engine.

FMAdminMBS.UpdateXDBCSettings(enabled as Boolean) as FMResponseMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Claris FileMaker Data API MBS FMAPI Plugin 20.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Update the ODBC and JDBC settings.

enabled: allows you to enable or disable ODBC/JDBC.

FMAdminMBS.UpdateXMLSettings(enabled as Boolean) as FMResponseMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Claris FileMaker Data API MBS FMAPI Plugin 20.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Update the XML settings.

enabled: allows you to enable or disable XML.

The items on this page are in the following plugins: MBS FMAPI Plugin.


The biggest plugin in space...