The following are the various functions that are for use on Autodesk Fabrication JOBINFO data. In most cases, the syntax can be copied/pasted directly into a file and function properly. They should be edited for your particular use. This allows you to short cut your time by not having to experiment to figure out code syntax.

Please take notice of the following notes…

(a){index} is a numerical based index (starting at 1) referring to a particular item in a collection. e.g. “item.connector[2].value” refers to the 
second connector in the Connector object.

FunctionNotesExampleReturn Value
setstatus(a)job.setstatus({index}, True)True/False