• Using a MS SQL Server Procedure to Populate Project Properties

    If you read my blog about Cascading Attributes and found that useful, here’s another way to do something similar, but a bit more complicated.

    Recently I was asked, “How do I create a SELECT statement to do this?”

    I have two Project Properties:
              @"PROJECT_Project_Number" and @"PROJECT_Billing_Type"

    Here is the logic I want to use:
              If @"PROJECT_Project_Number" is a NULL then…

  • So How Much Programming Experience Do You Need?

    A common question I get asked about the ProjectWise V8i SDK training is:

     “How much programming experience does someone really need to take the class?”

     The course description has the following requirements and recommendations:”

     

     Recently a ProjectWise Administrator asked me this familiar question, but with a new twist: 

     “Someone told me that they had ZERO programming experience, went to the PW SDK…