<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://communities.bentley.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Evan Hala's Activities</title><link>https://communities.bentley.com/members/ff08cb5f_2d00_058b_2d00_4a17_2d00_907f_2d00_7e876c29e231</link><description>Evan Hala's recent activity</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>Check-in Dialog Word and Excel Files</title><link>https://communities.bentley.com/products/projectwise/f/projectwise-di-forum/248393/check-in-dialog-word-and-excel-files</link><pubDate>Tue, 01 Aug 2023 15:21:27 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:68d7bb2e-c5d4-422b-aa97-9f983d3eb4be</guid><dc:creator>Evan Hala</dc:creator><description>&lt;p&gt;How can I get the check in dialog box to prompt for word and excel files when checking in like it does for the PDF files?&lt;/p&gt;
&lt;p&gt;When editing word and excel files in ProjectWise the files checkout fine, but when closed for checked in we are not prompted with the &amp;quot;Check In&amp;quot; dialog box to provide the option to &amp;quot;create new version during check-in&amp;quot; and instead are prompted just a yes/no for check in.&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/342986/pastedimage1690902744702v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#ff0000;"&gt;&lt;strong&gt;*We do get the dialog box when checking in PDF files though.&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:294px;max-width:445px;" height="294" src="/resized-image/__size/890x588/__key/communityserver-discussions-components-files/342986/pastedimage1690902701086v1.png" width="445" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I have tried enabling the PW_CHECKINOPT setting in the mcm.user.cfg file to be &amp;quot;undefined&amp;quot;&amp;nbsp;by both typing in undefined and leaving it blank but was ultimately not successful.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;#---------------------------------------------------------------------------------------------------------------&lt;br /&gt;# Variable:&lt;br /&gt;# PW_CHECKINOPT&lt;br /&gt;# Description:&lt;br /&gt;# Controls whether or not exclusively checked out documents are automatically checked in when they are closed.&lt;br /&gt;# Value(s):&lt;br /&gt;# undefined - Show checkin dialog.&lt;br /&gt;# 0 - Don&amp;#39;t show checkin dialog and don&amp;#39;t Check in the active file.&lt;br /&gt;# 1 - Don&amp;#39;t show checkin dialog and Check in the active file.&lt;br /&gt;# Default:&lt;br /&gt;# Disabled, set to 1&lt;br /&gt;# Purpose:&lt;br /&gt;# Customization&lt;br /&gt;# When to enable:&lt;br /&gt;# When don&amp;#39;t want to show the checkin dialog.&lt;br /&gt;# When to disable:&lt;br /&gt;# When want to show the checkin dialog.&lt;br /&gt;# Remarks:&lt;br /&gt;#&lt;br /&gt;# Related Variables:&lt;br /&gt;#&lt;br /&gt;#---------------------------------------------------------------------------------------------------------------&lt;br /&gt;PW_CHECKINOPT =&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Update version Sequence</title><link>https://communities.bentley.com/products/projectwise/f/projectwise-powershell-extensions-forum/246960/update-version-sequence</link><pubDate>Mon, 26 Jun 2023 12:28:20 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:46c928d7-0b9a-4fa8-9a37-21c353c3798d</guid><dc:creator>Evan Hala</dc:creator><description>&lt;p&gt;Is there a way to update the sequence of versions when they are scrambled? The large set of data I have has this problem so a batch fix through PowerShell I would think would be a better solution versus deleting and reimporting the documents in the correct version sequence. In the example attached version 006 is shown as the oldest version even though 003, 004, 005 are present in the stack.&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/343592/pastedimage1687782514201v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Looking, I seen VersionSequence was available, but I&amp;#39;m not getting the results to change the sequence.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;New-pwlogin -usegui&lt;/p&gt;
&lt;p&gt;$InputDocuments = &lt;span&gt;Import-Csv &amp;quot;ENTER FILE PATH.csv&amp;quot;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;ForEach($A in $InputDocuments)&lt;br /&gt;{&lt;br /&gt; $doc = Get-PWDocumentsByGUIDs -DocumentGUIDs $A.GUID&lt;br /&gt; $doc.VersionSequence = $A.Sequence&lt;br /&gt; $doc | Update-PWDocumentProperties&lt;br /&gt;}&lt;/p&gt;
&lt;p&gt;Undo-PWLogin&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Set-PWDocumentVersion</title><link>https://communities.bentley.com/products/projectwise/f/projectwise-powershell-extensions-forum/246614/set-pwdocumentversion</link><pubDate>Sat, 17 Jun 2023 12:51:40 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:4f8a8846-9fe0-4f97-96b7-9231dad9e2e9</guid><dc:creator>Evan Hala</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m trying to change the Version of documents building off the following script, but receiving errors that the parameters don&amp;#39;t exist.&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;New-pwlogin -usegui&lt;/p&gt;
&lt;p&gt;$InputDocuments = Import-Csv &amp;quot;ENTER FILE PATH.csv&amp;quot;&lt;/p&gt;
&lt;p&gt;ForEach($A in $InputDocuments)&lt;br /&gt;{&lt;br /&gt;Get-PWDocumentsByGUIDs -DocumentGUIDs $A.GUID | Set-PWDocumentVersion -Version $A.Version -ChangeVersion&lt;br /&gt;}&lt;/p&gt;
&lt;p&gt;Undo-PWLogin&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Shown below is an example of the problem. The &amp;quot;_R&amp;quot; is a reference raster file associated the dgn of the same name. The raster version did not adopt the same version value as the dgn, but there are hundreds of files where this issues occurs and a script fix seems more reasonable then a individual fix to clean this up.&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:62px;max-width:763px;" height="62" src="/resized-image/__size/1526x124/__key/communityserver-discussions-components-files/343592/pastedimage1687005611239v1.png" width="763" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Is there existing functionality to perform the change version label?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Ask A Question I</title><link>https://communities.bentley.com/achievements/460ac7df-7ccc-4c42-a204-9e05eef3be09</link><pubDate>Sat, 17 Jun 2023 01:21:43 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:4d3515d7-2541-45ed-93de-d52a24ef0997</guid><dc:creator /><description>Ask a question in a forum.</description></item></channel></rss>