_setName
Parameters
id
val
Example
FM_api('JobRecurrence_setName', ['id' => '10', 'val' => 'Test Name']);Result
On Success
{"ok":1}Last updated
Set the name of a Job Recurrence.
The ID of the Job Recurrence.
The Name to be set for the Job Recurrence.
FM_api('JobRecurrence_setName', ['id' => '10', 'val' => 'Test Name']);{"ok":1}Last updated