Hello All,
can anyone help me in understanding the below query
oDataSelect = "/card_opportunitytypesSet?$filter=card_name eq 'Ownership Change' and card_opportunityId/Id eq guid\'" + cardopptyId + "\'"
i need to know what it is doing.
*This post is locked for comments
Yes. It is in provided code:
oDataSelect = "/card_opportunitytypesSet?$filter=card_name eq 'Ownership Change' and card_opportunityId/Id eq guid\'" + cardopptyId + "\'"
I need a sample odata query.
is it there ??
I'm really sorry but I don't understand your question.
Hello Andrii ,
is there any sample code for this type of requirement??
Hello,
So you can read it from left to right - retrieve all records of 'card_opportunitytype' type where text field card_name equals to 'Ownership Change' and lookup card_opportunityId equals to value in variable cardopptyId.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156