1909 Update 4-Dec-19
In this release, we've implemented the following feature.
Publication Space
Additional file pattern matching for revisions
When you upload a drawing, the iTWOcx system can intelligently recognise what each part of your file name refers to - the document number / revision / title are the most commonly recognised elements in this functionality.
We've expanded this capability for matching what a revision is by allowing a dash or an underscore in the actual revision.
Here are some examples.
A101 [A_01] Title 1.pdf
Document Number: A101
Revision: A_01
Title: Title 1
Extension: pdf
B101 [B-01] Title 2.pdf
Document Number: B101
Revision: B-01
Title: Title 2
Extension: pdf
C101 [B_01-1] Title 2.pdf
Document Number: B101
Revision: B_01-1
Title: Title 2
Extension: pdf
The table below lists our full list of filenames that can be matched and recognised.
Pattern | Example | Doc# | Rev | Title |
---|---|---|---|---|
doc#-[Rev]-Title.ext | A101-[A]-Architectural Plan 101.pdf | A101 | A | Architectural Plan 101 |
doc#_[Rev]_Title.ext | A102_[B]_Architectural Plan 102.pdf | A102 | B | Architectural Plan 102 |
doc# [Rev] Title.ext | A103 [C] Architectural Plan 103.pdf | A103 | C | Architectural Plan 103 |
doc#[Rev]Title.ext | A104[D]Architectural Plan 104.pdf | A104 | D | Architectural Plan 104 |
doc#[Rev]Title.ext | A101 [A_01] Title 1.pdf | A101 | A_01 | Title 1 |
doc#[Rev]Title.ext | B101 [B-01] Title 2.pdf | B101 | B-01 | Title 2 |
doc#[Rev]Title.ext | C101 [B_01-1] Title 3.pdf | C101 | B_01-1 | Title 3 |
doc# [Rev].ext | A105 [E].pdf | A105 | E | |
doc#_[Rev].ext | A106_[F].pdf | A106 | F | |
doc#-[Rev].ext | A107-[G].pdf | A107 | G | |
doc#[Rev].ext | A108[H].pdf | A108 | H | |
doc#_Rev.ext | A109_I.pdf | A109 | I | |
doc#-Rev.ext | A110-J | A110 | J |