# \_setFormNum

Sets the form number

### Parameters

#### id

The id of the Job.

#### value

New value

#### Example

```
FM_api('Job_setFormNum', ['id'=>'7','value'=>'10']);
```

#### On Success

```
{'ok':1};
```

#### On Error (No id)

```
{"error":"appointment does not exist"}
```

#### On Error (No value)

```
{"error":"no value provided"}	
```
