Be sure to check out my Scripting4Crypto initiative. It's a fun way to get into using cryptocurrencies all while getting your PowerShell needs met. In this post, we will be looking at the three new methods added to the ProjectWise Folder object with the latest release of the PWPS_DAB module (1.24.0.0). These methods offer a… Continue reading HowTo: Use New ProjectWise Folder Object Methods
Category: #ProjectWise
HowTo: Get ProjectWise Folders By GUID Using dsqlGetSubFolders
Be sure to check out my Scripting4Crypto initiative. It's a fun way to get into using cryptocurrencies all while getting your PowerShell needs met. Did you know that there is a SQL function provided with ProjectWise which will return all folders within a provided ProjectWise folder specified by the corresponding folder id. The name of… Continue reading HowTo: Get ProjectWise Folders By GUID Using dsqlGetSubFolders
HowTo: Get-PWParentWorkArea FUNCTION
Be sure to check out my Scripting4Crypto initiative. It's a fun way to get into using cryptocurrencies all while getting your PowerShell needs met. I want to thank Robert McMillan for the inspiration for this post. He had created a process to get the Parent Rich Project of a specified folder or document. In this… Continue reading HowTo: Get-PWParentWorkArea FUNCTION
HowTo: Monitor Folder to Import Documents Into ProjectWise
Be sure to check out my Scripting4Crypto initiative. It's a fun way to get into using cryptocurrencies all while getting your PowerShell needs met. In this post, I will demonstrate how to setup a FileSystemWatcher to monitor a specified local folder for new files. When a new file(s) is created in the folder on the… Continue reading HowTo: Monitor Folder to Import Documents Into ProjectWise
HowTo:Use an Assertion to Validate/Create a Folder
Be sure to check out my Scripting4Crypto initiative. It's a fun way to get into using cryptocurrencies all while getting your PowerShell needs met. In this post I will demonstrate how to use an Assertion to verify if a ProjectWise folder exists in the current datasource. If the folder does not exist, it will be… Continue reading HowTo:Use an Assertion to Validate/Create a Folder
