• dms_audt table and lookups for o_action attribute field

    Wondering if there is a table that can be referenced in order to generate a user audit trail report that shows the actual descriptions for the o_action field, in the dms_audt table, rather than the numeric values. Thanks, Mike Robertson
  • Support with a Select Statement

    I'm not sure if this is the right forum to be asking this, but I can see one listed for ProjectWise Administrator so here goes! I am struggling to construct a 'SELECT' statement within a new environment I am working on, where I'm looking to subtract…
  • ProjectWise DI: Explorer Interfaces & Custom Attributes

    Hello all, Issue: In PWDI on the Explorer client, the current selected Interfaces' attribute layout does not display when uploading files via the Document Creation Wizard, nor does it display the correct Interface attributes when viewing existing files…
  • Attribute Bulk Update is blowing up my Tag set

    Okay, we started using ProjectWise over a year ago. We have over 80k worth of CAD files to import into ProjectWise. We've been using Attribute Bulk Update to populate the Attributes once we have the files in PW. This process has worked fine until about…
  • Lookup Table Filtering and Parent/Child relationship configuration

    Hi, Would anyone have any guidance around select statements to support parent/child relationships in document code lookup table filering? I have configured some basic filtering around $VAULT.DESC$ but would like to enhance things more. kind regards…
  • Project Property not displaying in Advanced Wizard Doc Code

    Hi, I have recently been setting up new work areas to support our project delivery activities. Part of this is creating the ability to enable filtered picklists for elements like disciplines and doc types when using the advanced wizard to define the document…
  • How do you import multi-value attributes into ProjectWise using Excel?

    This is my first post in the Bentley Communities, so hopefully, I'm asking this question in the right place. If not, please go easy on a "newb". How do you import multi-value attributes into ProjectWise using Excel? Is there a delimiter that can be used…
  • Populate ProjectWise System Attribute value in an Environment attribute

    I want to update value of system attribute STATE in an Environment attribute. For Example If STATE is IN PROGRESS then this should update into an Environment Attribute. I thought System variable will have this value but it is not so it look like I will…
  • Bulk rename of files with different suffixes and bulk change of files codes

    Hi all, I need to rename 100 drawings and change attributes (document codes) accordingly. Names and codes of the files are almost the same with only difference in last 4 digits. Modify function does not seem to work for renaming with different suffixes…
  • Extracting absolute filelocation from Projectwise

    Hi, I'm working with the integration between Projectwise and Microstation - Setting up a title Block. In the title block I want to show the absolute file location, if anyone should be in doubt where to find the file in Projectwise. I have looked at…
  • PWRE - Action types

    Hi, I'm working to setup a set of rules in the PWRE. I have found a splendid description made by Graham Hirst where I have got a lot of good information from. One part though, I haven't figured out is when creating Trigger Attributes. I can't figure…
  • Help with ProjectWise Attribute SQL SELECT Statement

    Hello Bentley Community, I am struggling to find the correct Microsoft SQL SELECT Statement for a ProjectWise Attribute. Here is the scenario: I have created 4 Attributes: dc_FDC_Number (INTEGER Type) dc_NDC_Number (INTEGER Type) dc_Submission_ID…
  • Projectwise Attribute from DGN to PDF?

    Greetings, Is there a way for ProjectWise attributes defined in a DGN to carry over to a PDF plotted from that DGN? For instance, if I have a series of sheets in a specific package A113. We can set a package attribute of A113 in all the DGNs that…
  • document code from sql table

    lets say I have a sql table named area; columns: Id , code and description. How do I setup the Attribute to display the description values and use the code values in the Document Code? Thx, Kevin.
  • Attribute field size

    can we change the attribute length once created. e.g. attribute ABCwhen selected from the properties for the field in the attribute layout, there is no limit set for the length of the field. Problem is when we try to enter data for this field, it limits…
  • Project Wise with AutoCAD, using Documents to represent paper space layouts

    Hello, We use paper space layouts in AutoCAD to represent the printed drawings. For example, a single DWG could contain 20 print drawing layouts, each having its own title block. So, I guess we would need a Project Wise Document per paper space…
  • Audit Trail Comment housed in Attribute?

    Morning, Have an interesting request. Have got a project that would like to display the comments (captured during check-in), in a view. Anyone have any ideas how to populate an attribute with this information? maybe even set it's update to be triggered…
  • ProjectWise Export with file naming convention

    Hi, Is there a way already build in ProjectWise or using the SDK to export one or many files having a filename build with attributes like <dms_doc.o_filename>-<dms_doc.o_version>? Would like to add a menu like CopyOut or Export but with a custom filename…
  • Attributes Layouts

    Hi, After I have upgraded our Integration Server to SS4 (refresh) I have got an extra Attributes Layout in our Environments. This extra attributes Layout is named "Manager" and I am abel to add attributes to it, but I can not see any use of it. …
  • RE: Attribute Change in Audit Trail

    Shawn, You could use the SDK to "capture" what you want to know. Basically you would have to use a PreHook and make a copy of the items that you are interested in that might change. Then in a Posthook, you would compare those items with what they…