<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to Generate &amp;quot;integrity://si/viewproject&amp;quot; URLs for Windchill RV&amp;amp;S Projects? in Systems/Software Engineering</title>
    <link>https://www.ptcusercommunity.com/t5/Systems-Software-Engineering/How-to-Generate-quot-integrity-si-viewproject-quot-URLs-for/m-p/1027356#M8315</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;we implemented auto-creation of URLs via server triggers, but also via custom actions and VBScript.&lt;/P&gt;&lt;P&gt;It is a larger script, I have extracted the relavant parts of it for URL creation (see attachment).&lt;/P&gt;&lt;P&gt;It is called (as custom script from within RV&amp;amp;S) via&lt;/P&gt;&lt;P&gt;wscript.exe "C:\pathtoscript\VBScript.vbs" /i&lt;/P&gt;&lt;P&gt;It will create an output like&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;****** Web link:
http://ourservername:7001/si/viewrevision?projectName=d:/ServerPath/project.pj&amp;amp;revision=:memberbranchtip&amp;amp;selection=Archivename
****** GUI Project link:
integrity://ourservername:7001/si/viewproject?project=d:/ServerPath/project.pj
****** GUI Project link (Member):
integrity://ourservername:7001/si/viewproject?project=d:/ServerPath/project.pj&amp;amp;selection=Archivename
****** GUI File History link:
integrity://ourservername:7001/si/viewhistory?project=d:/ServerPath/project.pj&amp;amp;selection=Archivename&lt;/LI-CODE&gt;&lt;P&gt;Hope it helps to give you a starting point.&lt;/P&gt;</description>
    <pubDate>Fri, 01 Aug 2025 06:10:45 GMT</pubDate>
    <dc:creator>ssaul</dc:creator>
    <dc:date>2025-08-01T06:10:45Z</dc:date>
    <item>
      <title>How to Generate "integrity://si/viewproject" URLs for Windchill RV&amp;S Projects?</title>
      <link>https://www.ptcusercommunity.com/t5/Systems-Software-Engineering/How-to-Generate-quot-integrity-si-viewproject-quot-URLs-for/m-p/1026243#M8311</link>
      <description>&lt;P&gt;Version: Windchill 13.0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Use Case: To create e-mail with URL to open specific project, currently I manually type link like following. "integrity://localhost:9001/si/viewproject?project=%2FTestProject%2Fproject.pj" (suggested in documentation.) How can I easily generate such URL?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;Description: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;I'm looking for an efficient way to generate URLs that directly open a specific project folder (e.g., .../project.pj) in the Windchill RV&amp;amp;S Client GUI. My goal is to use these URLs in email notifications.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;STRONG&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;What I've found so far:&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;&lt;STRONG&gt;Manual URL Entry: &lt;/STRONG&gt;I've found &lt;A title="Windchill Documentation" href="https://support.ptc.com/help/windchillrvs/r13.0.0.0/en/index.html#page/IntegrityHelp/client_inface_integrity_client_gui.mif-8.html" target="_blank" rel="noopener"&gt;documentation&lt;/A&gt; on how to manually construct these &lt;FONT face="courier new,courier"&gt;integrity://...&lt;/FONT&gt; URLs to open projects, but manual typing is prone to errors.&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;&lt;STRONG&gt;Automatic URL Generation (Partial Success):&lt;/STRONG&gt; The documentation states:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;&lt;EM&gt;"You can create e-mail notifications with Windchill RV&amp;amp;S client URLs by clicking a highlighted user name in any visible field in the GUI or Web."&lt;/EM&gt;&amp;nbsp;&lt;BR /&gt;&lt;/FONT&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;I've successfully used this method to generate URLs that invoke the &lt;FONT face="courier new,courier"&gt;im&lt;/FONT&gt; (Integrity Manager) command.&lt;/FONT&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;STRONG&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;My Challenge:&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;I need to generate URLs that invoke the &lt;FONT face="courier new,courier"&gt;si&lt;/FONT&gt; (Source Integrity) command to view a project, specifically in the format similar to:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="3"&gt;"integrity://localhost:9001/si/viewproject?project=%2FTestProject%2Fproject.pj&amp;amp;filtersubs"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;The issue is that when trying to select a source project in the GUI, there isn't a "highlighted user" element to click on that would generate an &lt;FONT face="courier new,courier"&gt;si&lt;/FONT&gt; command URL. The method described seems to be specific to user-related &lt;FONT face="courier new,courier"&gt;im&lt;/FONT&gt; commands.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;STRONG&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;My Question:&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;Is there an easier, automated way to generate URLs that open specific project.pj folders using the &lt;FONT face="courier new,courier"&gt;si viewproject&lt;/FONT&gt; command within the Windchill RV&amp;amp;S Client GUI? I'm trying to avoid manually constructing these URLs.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;Any advice or alternative methods would be greatly appreciated!&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;Thank you.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jul 2025 07:17:06 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Systems-Software-Engineering/How-to-Generate-quot-integrity-si-viewproject-quot-URLs-for/m-p/1026243#M8311</guid>
      <dc:creator>NKen_521</dc:creator>
      <dc:date>2025-07-30T07:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to Generate "integrity://si/viewproject" URLs for Windchill RV&amp;S Projects?</title>
      <link>https://www.ptcusercommunity.com/t5/Systems-Software-Engineering/How-to-Generate-quot-integrity-si-viewproject-quot-URLs-for/m-p/1027026#M8312</link>
      <description>&lt;P&gt;Hi &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/971168"&gt;@NKen_521&lt;/a&gt;&lt;/SPAN&gt;,&lt;BR /&gt;&lt;BR /&gt;Thank you for your question.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Your &lt;A href="https://community.ptc.com/t5/Systems-Software-Engineering/How-to-Generate-quot-integrity-si-viewproject-quot-URLs-for/m-p/1026243#M86097" target="_blank"&gt;post&lt;/A&gt; appears well documented but has not yet received any response. I am replying to raise awareness. Hopefully, another community member will be able to help.&lt;BR /&gt;&lt;BR /&gt;Also, feel free to add any additional information you think might be relevant. It sometimes helps to have screenshots to better understand what you are trying to do.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Vivek N&lt;BR /&gt;Community Moderation Team&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jul 2025 07:18:03 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Systems-Software-Engineering/How-to-Generate-quot-integrity-si-viewproject-quot-URLs-for/m-p/1027026#M8312</guid>
      <dc:creator>vnamboodheri</dc:creator>
      <dc:date>2025-07-30T07:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to Generate "integrity://si/viewproject" URLs for Windchill RV&amp;S Projects?</title>
      <link>https://www.ptcusercommunity.com/t5/Systems-Software-Engineering/How-to-Generate-quot-integrity-si-viewproject-quot-URLs-for/m-p/1027356#M8315</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;we implemented auto-creation of URLs via server triggers, but also via custom actions and VBScript.&lt;/P&gt;&lt;P&gt;It is a larger script, I have extracted the relavant parts of it for URL creation (see attachment).&lt;/P&gt;&lt;P&gt;It is called (as custom script from within RV&amp;amp;S) via&lt;/P&gt;&lt;P&gt;wscript.exe "C:\pathtoscript\VBScript.vbs" /i&lt;/P&gt;&lt;P&gt;It will create an output like&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;****** Web link:
http://ourservername:7001/si/viewrevision?projectName=d:/ServerPath/project.pj&amp;amp;revision=:memberbranchtip&amp;amp;selection=Archivename
****** GUI Project link:
integrity://ourservername:7001/si/viewproject?project=d:/ServerPath/project.pj
****** GUI Project link (Member):
integrity://ourservername:7001/si/viewproject?project=d:/ServerPath/project.pj&amp;amp;selection=Archivename
****** GUI File History link:
integrity://ourservername:7001/si/viewhistory?project=d:/ServerPath/project.pj&amp;amp;selection=Archivename&lt;/LI-CODE&gt;&lt;P&gt;Hope it helps to give you a starting point.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Aug 2025 06:10:45 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Systems-Software-Engineering/How-to-Generate-quot-integrity-si-viewproject-quot-URLs-for/m-p/1027356#M8315</guid>
      <dc:creator>ssaul</dc:creator>
      <dc:date>2025-08-01T06:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to Generate "integrity://si/viewproject" URLs for Windchill RV&amp;S Projects?</title>
      <link>https://www.ptcusercommunity.com/t5/Systems-Software-Engineering/How-to-Generate-quot-integrity-si-viewproject-quot-URLs-for/m-p/1027593#M8317</link>
      <description>&lt;P&gt;Thank you so much for the helpful reply! The example scripts for retrieving information from Windchill and generating a URL are a huge help. Now I know where to get started.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Aug 2025 02:54:16 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Systems-Software-Engineering/How-to-Generate-quot-integrity-si-viewproject-quot-URLs-for/m-p/1027593#M8317</guid>
      <dc:creator>NKen_521</dc:creator>
      <dc:date>2025-08-04T02:54:16Z</dc:date>
    </item>
  </channel>
</rss>

