Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

While Calling Rest Endpoints i am passing to uri parameters from a variable but at run time on bro

edited Jan 14, 2021 1:32PM in Visual Builder 7 comments

Summary

While Calling Rest Endpoints i am passing to uri parameters from a variable but at run time on browser is getting converted into %7BserviceRequest_Id%7D

Content

Json for the call created is 

"callServiceRequestRest": {
          "module": "vb/action/builtin/restAction",
          "parameters": {
            "endpoint": "crmRestApi/get_serviceRequests",
            "uriParams": {
              "fields": "\"SrNumber,Title,AccountPartyName,SrId,ProblemDescription,CriticalFlag,ProdGroupName,ProdGroupId,ProductItemDescription,InventoryItemId,InventoryOrgId,CategoryName,CategoryId,StatusCd,LastUpdateDate,LastUpdatedByDisplayName,Sector_c,Subsector_c,SeverityCd;SrStatusCdLookup:Meaning,LookupCode;SeverityCdLookup:Meaning,LookupCode\"",
              "onlyData": true,
              "serviceRequests_Id": "{{ $page.variables.serviceRequestCreatedNum }}"

            }
          }

 

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!