Hi all,

2 days ago I posted asking for odata query with relationship: https://community.bpmonline.com/questions/odata-joins

I solved this issue and I posted a solution for that.

I come back because I made working querys with 1/1 relationship but not 1/n for example the idea is to get all the contacts...MoreLess

File attachments
Like 0

Like

3 comments

Dear Uriel,

You can achieve such task by referring to the contact collection, filtering the results by Account Id. 

The request line should...MoreLess

Show all comments (2)

Hi All!

We need to make the following query in OData using Http request.

 

SQL query:

 

select A.FieldZ, B.FieldX

from A inner join B on A.FieldA = B.FieldA

Basically the idea is to get data between relationships por example in one request to get an account including their contacts

if it is possible?

 

Thank you

Regards

 

Like 0

Like

1 comments

Good morning,

I'm trying to follow the sample proposed on https://academy.bpmonline.com/documents/technic-sdk/7-10/working-bpmonline-objects-over-odata-protocol-wcf-client

But getting error when try to add the Web reference using the URL, in my case http://10.150.17.28:83/0/ServiceModel/EntityDataService...MoreLess

Like

7 comments

It's ok. Hovewer, it's not recommended to use WCF in bpm'online. It's much better to use web http requests instead. I understand that it looks...MoreLess

Show all comments (6)

I'm creating an integration to bpm online. So far I have the authentication working! 

I received the cookies and added them to the get request. But I receive a 500 internal server error. This is the url I'm calling:

https://acuity.bpmonline.com/ServiceModel/EntityDataService.svc/ContactCollection...MoreLess

File attachments

Like

1 comments

Dear Stefanie,

The issue is connected to the URL you are using to obtain the data. You are missing the configuration indication. Please see...MoreLess

Show all comments

Hi,

Can anybody give an example of how to upload attachments via OData?

Like

11 comments

Dear Alexander,

Please find more information and documentation about O'Data on the official website http://www.odata.org/ as we do not have such examples.

Regards,

Lily

Show all comments (10)

Hello! I need to know how use oData to recive the id  of contact find that by email. But in a javascript request.

Someone has some example??

Regards, 

File attachments

Like

5 comments

Try to send a web http request to the service

https://appname.bpmonline.com/0/ServiceModel/EntityDataService.svc/Cont…()?$filter=substringof('...MoreLess

Show all comments (4)