Opens the attached document on the selected operation. If more than one document is attached to an operation the first one in the list is opened. It’s also possible to specify a regular expression pattern. If multiple operations are selected, documents on the first five operations are opened.
Example parameter configuration
Parameter descriptions
(* = configuration required)
hostType
Specify the host type from where the attached documents should be taken from. I.e. it’s possible to open a document which is attached to the production order of the selected operation.
Possible types:
Operation
Order
Project
Resource
Route
All
If “All” is specified documents on all higher level host types, accessible from the operation, will be opened.
Default “Operation”
namePattern
Regular expression pattern to use if multiple documents are attached to operations and it’s needed to control which document to open.
See for instance http://en.wikipedia.org/wiki/Regular_expression for info.
Example:
If a pattern “1051” is specified the first found document with that string in it’s name will be opened.
If the following three documents where attached to an operation the second one would be opened with the above pattern.
- SpecificationMachine1052.pdf
- SpecificationMachine1051.doc
- SpecificationMachine3025.txt
Default blank. If blank the first one in the list will be opened.
Post your comment on this topic.