cancel
Showing results for 
Search instead for 
Did you mean: 

SAPUI5 Odata read request with guid as key and another key

former_member202213
Participant
0 Kudos

Hi,

When using Odata request with a guid, I found that syntax is like :

var sPath = "/URL_PDFSet(guid'" + sValueGuid + "')";

that works.

but what if request should include two key including guid one ?

I can't find the syntax. I tried :

var sPath = "/URL_PDFSet(HeaderGuid=guid'" + sValueGuid + "', ProcessType= '" + oProcessType + "')";

but it doesn't work.

should be easy but can't find any web page describing this...

ericci
Active Contributor
0 Kudos

Could you please report the server response?

Accepted Solutions (0)

Answers (1)

Answers (1)

junwu
Active Contributor
0 Kudos

just query the entityset, the return should tell you the id/url for each record.