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
          Facade.getBatchSfOnDemandDataAvailabilityAsync()

          Facade.getBatchSfOnDemandDataAvailabilityAsync()

          Looks for all the Named Fetch Trees within a BatchNftRequest object. Verifies whether the NFTs are available, downloaded, or pending download.

          Required Editions

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

          Parameters

          A BatchNftRequest object, which contains the NFT download request information.

          Returns

          A Promise, which resolves to the requested information.

          Example of Return Value

          [{
            "nft": "NFT_Sales_Folder_Org_Unit",
            "ids": [{
            "id": "0014100000AQc2yAAD",
            "state": 1 // Possible states are: 0 - sync not initiated, 1 - sync in progress, 2 - sync completed
           }]
          }]
           
          Loading
          Salesforce Help | Article