Optional
options?: string[] | number[] | nullOptional
restricted?: WorkerTraceRestrictionTypeChange whether this traceability test is restricted to certain options.
If the traceability does not have any preset options and this is true, an empty list will be displayed.
Optional
value?: OptionalTraceValueChange the current traceability value for the test.
If the traceability test is restricted, the value must match one of the preset options.
Change the available options for a user to select from for this traceability.
This may only be used on text or number traceabiilty. When used on text traceability, the provided options must be strings.
When used on a number field (int, decimal, or currency), the provided options must be numbers.