_rename
Parameters
id
val
Example
FM_api('JobRecurrence_rename', ['id' => '123', 'val' => 'New Name']);Result
On Success
{'ok':1}Last updated
Change the Name of the Recurrence.
The ID of the Recurrence.
Name to be set for the Recurrence.
FM_api('JobRecurrence_rename', ['id' => '123', 'val' => 'New Name']);{'ok':1}Last updated