_setEDate
Parameters
id
val
Example
FM_api('JobRecurrence_setEDate', ['id' => '123', 'val' => '2019-10-28']);Result
On Success
{'ok':1}Last updated
Set the Expiry Date of the Job Recurrence.
The ID of the Job Recurrence.
The Expiry date to be set for the Recurrence, yyyy-mm-dd.
FM_api('JobRecurrence_setEDate', ['id' => '123', 'val' => '2019-10-28']);{'ok':1}Last updated