How to access user / custom field through API? I'm using OData/WCF data access

Like 0

Like

6 comments

Dear Lj,

Please see this academy article which describes how to work with fields using OData https://academy.bpmonline.com/documents/technic-sdk/7-13/working-bpmonl…...MoreLess

Show all comments (5)

Hi community!

How are you?

Any example for call a API Rest from c# script in a businessProcess?

I have a list of processes to call from a detail, one of them must call an API and process the response but I can not use the "Call Web service" element because the request needs a json structure with many nests and I can not complete it in any other way that is not a script, any suggestions?

King Regards,

Ezequiel

Like 0

Like

1 comments



Dear Ezequiel,

Configuring the method for "Call web service" business process parameter please use quick setup:

In this case, for example...MoreLess

Show all comments

I use the OData to extract the data. I need to get cases with the specific status from the CaseCollection. To do this I use the following Http-request:

https://company.bpmonline.com/0/ServiceModel/EntityDataService.svc/Case… eq guid'7e9f1204-f46b-1410-fb9a-0050ba5d6c38'.

But I recieve the "404...MoreLess

Like 0

Like

1 comments

Hello Timur,



The Status column in the Case table is the foreign key for CaseStatus table. Therefore, the correct syntax is the next: [Name_of_joinable_table...MoreLess

Show all comments

Hello, 

We have an API that we are trying to grab information from and show the information on a detail on the edit page. We are already the API is working and we are getting a response, however we are not sure how to now display the data on the detail. 

(We are using a detail because on the...MoreLess

Like 0

Like

1 comments

Hello Philip,

So, you have a REST-service and you are looking for a way to display the response from it on some detail on the edit pag...MoreLess

Show all comments

I was wondering if there are working projects of the different public integration methods out there in the community before I reinvent the wheel; besides what is in the development manual, like on GitHub or on this site. I'm looking for actual Visual Studio projects or solutions; boilerplate if you...MoreLess

Like 1

Like

1 comments

The project in the article by the link below is working properly. I tested it last month.

https://academy.bpmonline.com/documents/technic-sdk/7-11/working-bpmonl…

Additionally...MoreLess

Show all comments

Has anyone been able to use integration SaaS solutions such as Zapier or MuleSoft with bmp'online?  I realize the bmp'online is RESTful and may require some additional effort.  I am mostly focused on a one-way sync to create leads.   Hoping to find a way to hit the DataServices side of bmp'online.

Like 0

Like

1 comments

Dear Stephen,

We already have the suggestion to add the out-of-the-box integration with the services registered and passed to the appropriate...MoreLess

Show all comments

Hi,

Our employee data are available in Oracle database and we want to integrate the employee details to our environment. Every day the data should be synchronized and if any new user is added/modified, it should be updated to our environment post synchronization. How can I integrate Oracle with BPM'Online and where can I find any documents/link related to it? 

Thanks,

Anupama

File attachments

Like

2 comments

Dear Anupama,

Please find all available options to integrate with bpm'online in the following article:

https://academy.bpmonline.com/documents/technic-sdk/7-8/recommended-int…

Hence...MoreLess

Show all comments (1)

I have a few questions about the BPM Data Services.

  1. ​Can I submit CRUD requests in JSON format as HTTP Requests - PUT/GET?
  2. Where can I find the API reference for Rest methods, functions/ syntax?
  3. Any addtional guides or code examples out there, beside the BPM developers guide?
  4. Is there access to REST API documentation, self documenting url maybe; similar to what swagger does? or is everything WSDL/XSD, based?

Thanks for any insight.  

John

File attachments

Like

2 comments

You can find the CRUD requests example in the atteched file. The only two things that the manual doesn't cover are CSRF token (you will receive...MoreLess

Show all comments (1)

Hi,

I am looking for solution how to fetch by API contacts list sorted by ModifiedOn field in DESC order. I try to do such request:
POST https://010107-crm-bundle.bpmonline.com/0/dataservice/json/reply/SelectQ...

{
    "RootSchemaName":"Contact",
    "OperationType":"0",
    "Columns":{
        "Items":{
            "Name":{
                "OrderDirection":"DESC",
                "OrderPosition":"ModifiedOn",
            }
        }
    },
    "AllColumns":true
}

But sort seems not to be applied. Thanks in advance for any help here.
Best,
Lukas

File attachments

Like

1 comments