Skip to content

Action – GetUpdateInfo

Eric Domke edited this page May 6, 2019 · 1 revision

Returns information about the latest Aras Update

AML Query

<!-- SOAP_ACTION = ApplyAML or ApplyItem -->
<Item action="GetUpdateInfo" />

Example (Result):

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
  <SOAP-ENV:Body>
    <Result>
      <Item type="Message" typeId="F8F19489113C487B860733E7F7D5B12D" id="UpdateInfoMessage">
        <priority>2147483647</priority>
        <id>UpdateInfoMessage</id>
        <text xml:lang="en">Aras Innovator 11.0 SP11 is now available to Subscribers.</text>
        <title xml:lang="en">Aras Innovator 11.0 SP11 Now Available</title>
        <is_standard_template>1</is_standard_template>
        <type>Standard</type>
        <css>.title { font-weight: bold; } .url { color: #0000FF; text-decoration: underline; } .text {color: #000000 }</css>
        <url>http://www.aras.com/Notifications/LatestRelease.aspx</url>
      </Item>
    </Result>
  </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Clone this wiki locally