Customize Data Standard dialogs for the Vault Office Client by modifying a separate XAML file called FileOffice.XAML.
This file is located at C:\ProgramData\Autodesk\Vault 2015 R2\Extensions\DataStandard\Vault\Configuration.
Note: The Vault Office Client is available in Vault 2015 R2.
The Vault Office client provides many of the same Vault client features but is slimmed down to focus on non-CAD design data management processes. Since the Vault client and the Vault Office client each have their own XAML, it is possible to create unique Data Standard dialogs for each client.
Note: Vault Office client users cannot edit Data Standard sheets for CAD files.
Vault Office Data Standard Templates
Three templates are pre-defined for the Vault Office client:
- Word Document
- Excel Sheet
- PowerPoint Presentation
PowerShell Scripts and Properties
The XAML file is called within the PowerShell scripts
CreateFile.ps1 and
EditFile.ps1 when the variable
$IsOfficeClient is set, as shown below:
Properties for Vault Office Client
The following properties can be used in a XAML file to implement special behavior for data sheets in the Vault Office Client.
-
IsOfficeClient
Returns "True" if running in Vault Office Client.
-
IsNotOfficeClient
Returns "True" if running a client other than the Vault Office client, such as the Vault Professional Client.
-
IsCADFile
Returns "True" if the context file is a CAD document. Files with the following extensions are considered CAD files:
- Revit - rvt, rfa, rte, rft
- Inventor - iam, ipt, ipn, idw
- NavisWorks - nwf, nwd, nwc
- AutoCAD - dwg, dws
- AutoCADE - wdt, wdl, wdd,wdw, loc, mst, inst, wdr, wdx, wdi, wdf, wdn, wda, wdp, dgn
- *Civil 3D - .stm, spf, sol, rof, rff, ppo, duh, dpo, bck
- *AutoCAD Architecture - ppl, cbl, apj
- *Map 3D - sdf, idm
- *AutoCAD MEP - epd, apc
- *Simulation CFD - cfd, cfz, tpl, vtfx, cfdpkg
- *Simulation Mechanical - fem, esx, esd, asd, ach
- *Microstation - dgn, cel, dgnlib, s, h
- *SolidWorks - sldprt, .sldasm, .slddrw, .lfp, .prtdot, .asmdot, .drwdot
- *Pro/E .prt, .xpr, .asm, .xas, .drw, .dft, .dgm, , .fmd, .frm, .gph, .int, .ipf, .lay, .mac, .mfg, .mrk, .pro, .rep, .sec, .snp, .sup, .tbl, .tph, .xpr
-
IsNonCADFile
Returns "True" if the context file is a non-CAD document.