Hi,

I already done other case landing pages for different bpmonline systems which are working fine.

But for a system, from landing page all required fields are filled but still not submitting and below error is occurring. Not sure about this error and how to resolve it.

Any help will be highly appreciable.

Like 0

Like

1 comments

It's hard to say what's wrong by the screenshot. Please catch the request with Fiddler, save the request and investigate it. If it doesn't contain...MoreLess

Show all comments

I deleted an object schema and resource file and now I keep getting these errors every time I click Export packages to file system: http://prntscr.com/n38jkr . How can I fix this?

Like 0

Like

2 comments

Hello Jonas,



You can perform some actions that may help you with resolving the issue: try to compile the system http://prntscr...MoreLess

Show all comments (1)

Hi,

On my local machine I have landing page for cases.

All mandatory fields are set as default fields.

But once I try to submit than nothing is happening and showing below error on browser console.

Error: Failed to load resource: the server responded with a status of 400 (Bad Request)

Note: This issue is not with Order and leads landing pages

Any help will be highly appreciable

Regards

Like 0

Like

5 comments

Dear Muhammad,

This error usually means that the request you sent to the website server was incorrect and the server couldn't understand...MoreLess

Show all comments (4)

Hi Community,

we have the following problem, when we make a data load through the consumption of a "REST - WebService"

We would like to know how we could fix the "parse" error so that the execution does not fall ?. This happens when reading a JSON from the WebService.

Newtonsoft.Json.JsonException:...

MoreLess

Like 0

Like

1 comments

Hello,



Basically, the error means that system receives an unexpected json object from web service.



If you use business process element ...MoreLess

Show all comments

Case

Please check why I cannot open Opportunities Page in Custom package (user Supervisor). It is loading forever.

Solution

We've recently fixed the issue with opening of the "Page" tab in the section wizard. The reason of the issue was in the same name of the detail and the item on the page. The detail...MoreLess

Like 0

Like

Share

0 comments
Show all comments

We are currently working on a project that uses the OData protocol with WCF and, even though it's using the exactly same structure of the example from the academy, we are facing some problems when trying to update an object.

Code:

// Creating the context of the BPMonline application.
BPMonline context...MoreLess
File attachments

Like

1 comments

I don't recommend using WCF. It's much better to use http requests.

According your question, most likely that the issue happened due the fact...MoreLess

Show all comments