For the complete documentation index, see llms.txt. This page is also available as Markdown.

_setField

Sets a field in a Job.

Parameters

id

The Job ID.

fields

Form field to set

Example

FM_api('Job_setFields', ['id'=>'48', 'fields'=>'{"3.4 Key Areas of Identified Risk":"EDITED"}']);

On Success

"{"ok":1}"

Last updated