DrawMGT - V11.5
Contents
Features
Description of end-user features, that we can explain to customers or put in our public web site.
Important New Features
- Generic object (Document/Revision/Comment) references, links
- Creating document and first revision in one step
WorkFlow wizard (it was disabled in 11.4 through performance and some functional problems)
Dynamic work flow names, step names, status names (see DynamicWorkFlowNames)
Excel integration (see ExcelIntegration)
- Document serial code
Other Changes
- Planned title, planned scale removed from Document
- User defined fields in Drawings/Revisions
- New workflow status: 'in process', 'rejected without comment'
- Update counter to avoid parallel update
- Timestamp of last system update as hover on the left bottom time item
- Generic revision date added
- Workflow step's planned start date and effort added
New role: FileUpload
- '\?' and '\*' can be used in search text fields to match '?' and '*'.
Database Model Changes
Database Model Changes Associated With New Features
- Generic object (Document/Revision/Comment) references, links
- New tables:
- Removed tables:
- Creating document and first revision in one step
- Fields externalKey renamed to externalKeyDoc and externalKeyRev
Dynamic work flow names, step names, status names (see DynamicWorkFlowNames)
- Document serial code
New tables: SerialCodeTypeRef
- Planned title, planned scale removed from Document
- Fields removed from table Drawings
- plannedTitle0Id
- plannedTitle0
- plannedTitle1
- plannedTitle2
- plannedTitle3
- plannedScale
- Fields moved from table Drawings to table Revisions
- author
- abstract
- Fields removed from table Drawings
- User defined fields in Drawings/Revisions
- Field userDefinedFields added to Drawings and Revisions
- Workflow step's planned start date and effort added
- Fields added to table Revisions
- ...Effort
- Fields added to table Revisions
Other Database Model Changes
- All ...Flag fields got default value 0
Migration Notes
- Revision must be created in site specific migration for all Drawings without Revisions in 11.4.
Site setting $_CFG[ 'MailFrom' ] is obsolete use
$_CFG[ 'MailFromName' ] - e.g. 'Projekt PSW Limmern DrawMGT'
$_CFG[ 'MailFromAddress' ] - e.g. 'drawmgt-pswlimmern@axpo.ch'
Use $_CFG[ 'MailFromInitiator' ] = true if you want name of initiator user in "From:" field
Use $_CFG[ 'MailReplyToInitiator' ] = true, if you want the email address of initiator user in "Replay to:" field
Development Notes
- Database default values are used at initializing business objects
- Do not copy DC fields to classification fields and v.v. if setClassifications is not set