<?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 Updated Change Markers in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Updated-Change-Markers/m-p/704898#M52556</link>
    <description>&lt;P&gt;There is a wish that asks for consistency in terminology:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.graphisoft.com/t5/Wishlist/issue-vs-transmittal-unify-the-user-interface/idi-p/704643" target="_blank" rel="noopener"&gt;https://community.graphisoft.com/t5/Wishlist/issue-vs-transmittal-unify-the-user-interface/idi-p/704643&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Transmittals were called Issues prior to Ac24. The user interface was updated in most places, but Change Markers still say "Issue" in the UI where they should say "Transmittal Set".&lt;/P&gt;
&lt;P&gt;I have modified the Change Markers in Ac27 and Ac28 to correct this. It was a simple modification.&lt;/P&gt;
&lt;P&gt;Lines 124 to 134 in the Master Script are following:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;_sAutotextMenu[4][AUTOTEXT_DESC] = `Issue ID`
_sAutotextMenu[4][AUTOTEXT_KEY] = "&amp;lt;ISSUEID&amp;gt;"

_sAutotextMenu[5][AUTOTEXT_DESC] = `Issue Name`
_sAutotextMenu[5][AUTOTEXT_KEY] = "&amp;lt;ISSUEDESCRIPTION&amp;gt;"
	
_sAutotextMenu[6][AUTOTEXT_DESC] = `Issue Date`
_sAutotextMenu[6][AUTOTEXT_KEY] = "&amp;lt;ISSUEDATE&amp;gt;"

_sAutotextMenu[7][AUTOTEXT_DESC] = `Issued By`
_sAutotextMenu[7][AUTOTEXT_KEY] = "&amp;lt;ISSUEDBY&amp;gt;"&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;These need to be modified to the following:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;_sAutotextMenu[4][AUTOTEXT_DESC] = `Transmittal Set ID`
_sAutotextMenu[4][AUTOTEXT_KEY] = "&amp;lt;ISSUEID&amp;gt;"

_sAutotextMenu[5][AUTOTEXT_DESC] = `Transmittal Set Name`
_sAutotextMenu[5][AUTOTEXT_KEY] = "&amp;lt;ISSUEDESCRIPTION&amp;gt;"
	
_sAutotextMenu[6][AUTOTEXT_DESC] = `Transmittal Set Date`
_sAutotextMenu[6][AUTOTEXT_KEY] = "&amp;lt;ISSUEDATE&amp;gt;"

_sAutotextMenu[7][AUTOTEXT_DESC] = `Transmitted By`
_sAutotextMenu[7][AUTOTEXT_KEY] = "&amp;lt;ISSUEDBY&amp;gt;"
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With this modification, the texts will be correct in the users interface of the Change Marker.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="UpdatedChangeMarkers.png" style="width: 999px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/101975i4F0D0666CF140F74/image-size/large?v=v2&amp;amp;px=999" role="button" title="UpdatedChangeMarkers.png" alt="UpdatedChangeMarkers.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;In the attached ZIP file,&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Basic Change Marker 27_Updated.gsm&lt;/STRONG&gt; is the Ac27 version.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Built-in Change Marker_Updated.gsm&lt;/STRONG&gt; is the Ac28 and later version.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 10 Jun 2026 15:01:01 GMT</pubDate>
    <dc:creator>Laszlo Nagy</dc:creator>
    <dc:date>2026-06-10T15:01:01Z</dc:date>
    <item>
      <title>Updated Change Markers</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Updated-Change-Markers/m-p/704898#M52556</link>
      <description>&lt;P&gt;There is a wish that asks for consistency in terminology:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.graphisoft.com/t5/Wishlist/issue-vs-transmittal-unify-the-user-interface/idi-p/704643" target="_blank" rel="noopener"&gt;https://community.graphisoft.com/t5/Wishlist/issue-vs-transmittal-unify-the-user-interface/idi-p/704643&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Transmittals were called Issues prior to Ac24. The user interface was updated in most places, but Change Markers still say "Issue" in the UI where they should say "Transmittal Set".&lt;/P&gt;
&lt;P&gt;I have modified the Change Markers in Ac27 and Ac28 to correct this. It was a simple modification.&lt;/P&gt;
&lt;P&gt;Lines 124 to 134 in the Master Script are following:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;_sAutotextMenu[4][AUTOTEXT_DESC] = `Issue ID`
_sAutotextMenu[4][AUTOTEXT_KEY] = "&amp;lt;ISSUEID&amp;gt;"

_sAutotextMenu[5][AUTOTEXT_DESC] = `Issue Name`
_sAutotextMenu[5][AUTOTEXT_KEY] = "&amp;lt;ISSUEDESCRIPTION&amp;gt;"
	
_sAutotextMenu[6][AUTOTEXT_DESC] = `Issue Date`
_sAutotextMenu[6][AUTOTEXT_KEY] = "&amp;lt;ISSUEDATE&amp;gt;"

_sAutotextMenu[7][AUTOTEXT_DESC] = `Issued By`
_sAutotextMenu[7][AUTOTEXT_KEY] = "&amp;lt;ISSUEDBY&amp;gt;"&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;These need to be modified to the following:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;_sAutotextMenu[4][AUTOTEXT_DESC] = `Transmittal Set ID`
_sAutotextMenu[4][AUTOTEXT_KEY] = "&amp;lt;ISSUEID&amp;gt;"

_sAutotextMenu[5][AUTOTEXT_DESC] = `Transmittal Set Name`
_sAutotextMenu[5][AUTOTEXT_KEY] = "&amp;lt;ISSUEDESCRIPTION&amp;gt;"
	
_sAutotextMenu[6][AUTOTEXT_DESC] = `Transmittal Set Date`
_sAutotextMenu[6][AUTOTEXT_KEY] = "&amp;lt;ISSUEDATE&amp;gt;"

_sAutotextMenu[7][AUTOTEXT_DESC] = `Transmitted By`
_sAutotextMenu[7][AUTOTEXT_KEY] = "&amp;lt;ISSUEDBY&amp;gt;"
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With this modification, the texts will be correct in the users interface of the Change Marker.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="UpdatedChangeMarkers.png" style="width: 999px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/101975i4F0D0666CF140F74/image-size/large?v=v2&amp;amp;px=999" role="button" title="UpdatedChangeMarkers.png" alt="UpdatedChangeMarkers.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;In the attached ZIP file,&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Basic Change Marker 27_Updated.gsm&lt;/STRONG&gt; is the Ac27 version.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Built-in Change Marker_Updated.gsm&lt;/STRONG&gt; is the Ac28 and later version.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jun 2026 15:01:01 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Updated-Change-Markers/m-p/704898#M52556</guid>
      <dc:creator>Laszlo Nagy</dc:creator>
      <dc:date>2026-06-10T15:01:01Z</dc:date>
    </item>
  </channel>
</rss>

