Hi experts,
I have a CDS view with 2 input parameters(Non-key date fields) , and I have generated an oData from the same.
I want to call the entity set with the two input parameters, but when i do a $metadata on the service, it is showing 3 key fields( 2 inout parameters + 1 CDS key) and hence I am only able to execute the oData when I pass all the 3 fields.
My requirement is to fetch multiple records based on the two input parameters.