You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now the object name is not "ServiceRequestCollection". It's now "ServiceRequestCollection?$expand=ServiceRequestAttachmentFolder" and it doesn't work that way. Is there a possibility to download expanded files using pyodata?
Thanks
The text was updated successfully, but these errors were encountered:
I am sorry, but the provided info is so scarce and so confusing that I cannot find anything actionable, nor even properly understand the question. What exact problem you have?
also. check this unit test for expanded queries. Does it solve your question?
If not, please provide metadata file and post sample code reproducing the bug. Test first that the your expected URL works correctly, then provide actual and expected.
with failing python code where I can start with debugger, the question will become better and much more specific :)
I totally don't understand the "Is there a possibility to download expanded files using pyodata?" sentence. Maybe yes, maybe not, I don't know nothing about the structure of your service and the ServiceRequestCollection or ServiceRequestAttachmentFolder data in responses. But if the file is provided as stream, there may be a problem - see enhancement Support OData Edm.Stream #164.
Hi,
I want to connect the URL with the expanded version of an object. For the object, I used a line like this and it worked:
self.serviceSession.entity_sets.ServiceRequestCollection.get_entities()
Now the object name is not "ServiceRequestCollection". It's now "ServiceRequestCollection?$expand=ServiceRequestAttachmentFolder" and it doesn't work that way. Is there a possibility to download expanded files using pyodata?
Thanks
The text was updated successfully, but these errors were encountered: