7.11
studio
Custom Details
detail
Development

When I click the detail row , it disappear , and a white background appear , I wonder what is the problem.

Note : I'm  working with a custom detail with list

Like 0

Like

2 comments

this is my code

define("StFriendAndFamilyNumbersDetail", ["StFriendAndFamilyDetailResources", "ConfigurationGrid", "ConfigurationGridGenerator"...MoreLess

Show all comments (1)
7.11
Development
Custom Details
detail
virtual

Hello,

I created a custom virtual detail and I fill it with data , I have column called 'url' and I want to make its value linkable .

Like 0

Like

2 comments
Show all comments (1)

Hi,

I developed a package that name is 'A', which I try to import on another instance of bpm'online .In new instance current Package id is set 'A'. if  any changes made gets reflected in the custom package (default) not in the new package.

Please give me your feedback..

Regards,

Sunitha

Like 0

Like

3 comments

Dear Sunitha,

Please check if your package is locked or unlocked (it will be gray if it is locked). Packages are usually locked if they were imported to another instance. 

Show all comments (2)

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
Custom Details
Development
7.11
sales

Hello Community, 

I was wondering if anyone has come across this request: 

A client would like to have multiple details that they can interact with and then one master detail showing all of the subsequent details and their records. 

Example 

Detail 1 has records: A, B and C

Detail 2 has records 1, 2 and 3

Detail 3 would have A, B, C, 1, 2 and 3 

Like 2

Like

1 comments

Dear Philip,

To accomplish the task you need to go through the following steps:

1. Create a view in the database.

2. Create the object in bpm'online...MoreLess

Show all comments

Hi,

I'm working on some development and came across this question. Please find below:

"When processing an order, check if the total amount of overdue payments/invoices exceeds $4,000. If it exceeds $4,000 then display this message: "Overdue payments/invoices = $X 100% advance payment required" and do...MoreLess

File attachments

Like

5 comments

Dear Sushanth,

To fulfill such task you need to override the save method. This should look like this:

save: function() {
		//get the value...

MoreLess

Show all comments (4)

I’m new to BPM’Online and I’m a little fuzzy on some terminology when it comes to setting up developer’s environments.  I have read all the PDFs I could find, but have questions.

I have setup a standalone dev/test server with BPM, IIS, SQL, Redis and SVN on it, all working as expected.

...MoreLess

Like

1 comments

Dear John,

Since your application is deployed on site, you can go two ways: 

Create a second (development) workspace on the same application...MoreLess

Show all comments