FutureProg functions
agricultureoperation
Overload 1
agricultureoperation overload 1
AgricultureOperation agricultureoperation(Number id)
Available in
- computer function
- computer program
- standard futureprog
Returns an agriculture operation by ID or name, or null.
| Parameter | Type | Description |
|---|---|---|
id |
Number |
The ID of the agriculture operation to find. |
Overload 2
agricultureoperation overload 2
AgricultureOperation agricultureoperation(Text name)
Available in
- computer function
- computer program
- standard futureprog
Returns an agriculture operation by ID or name, or null.
| Parameter | Type | Description |
|---|---|---|
name |
Text |
The name or ID of the agriculture operation to find. |