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
          getSfNotReceivedCountAsync(nftNameArray)

          getSfNotReceivedCountAsync(nftNameArray)

          Verifies the state of the named fetch trees (NFTs) in an array and returns a promise with the count of the NFTs pending download.

          Required Editions

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

          Parameters

          nftNameArray: An array of NFT names.

          Returns

          The number of open NFT requests.

          Sample Code

          getSfNotReceivedCountAsync(nftNameArray)
          .then(function(count)
               {
           console.log("number of items not received="+count);
                }, function(error){
            console.log("error getting pending items:"+error);
            });
           
          Loading
          Salesforce Help | Article