Loading
Visual Studio Code Based Modeler for Consumer Goods Cloud
Table of Contents
Select Filters

          No results
          No results
          Here are some search tips

          Check the spelling of your keywords.
          Use more general search terms.
          Select fewer filters to broaden your search.

          Search all of Salesforce Help
          getApplicationRuntimeVersion()

          getApplicationRuntimeVersion()

          Use this function to fetch the application’s run time version details. This function matches the Modeler Update Package (MUP) installed on the used Modeler environment.

          Required Editions

          Available in Lightning Experience in Professional, Unlimited, and Enterprise Editions that have Consumer Goods Cloud enabled.

          Parameters

          None.

          Returns

          If the function call is successful, it returns a JSON object with version details; else, it returns undefined.

          Example

          {
              "name": "apprt",
              "title": "Application Runtime",
              "version": "18.05.02.40002",
              "build": "18.05.02.40002"
            }
           
          Loading
          Salesforce Help | Article