Hi Community,

I am commiting changes on my package to SVN repository and I got this error "ROOT CAUSE INCONSISTENT LINE ENDING STYLE" (please see image below), how can I fix this error? Thanks

Like 0

Like

2 comments

Hello,

Could you please, specify the way ActivityPageV2 was created? Did you change it via Section Wizard or create a replacing module in the...MoreLess

Show all comments (1)

Hi Community,

Good Day

I have tried this one

https://academy.bpmonline.com/documents/technic-sdk/7-12/dataservice-ad…

Using C# console application project we can insert data to BPM online,

My question is, how about adding multiple records? or do I need to re initialize all of this and trigger POST method in every record that I will insert.

Thanks

Like 0

Like

1 comments

Hi,

I've got some weird problems with ProcessEngineService.svc. I'm trying to run a process with parameter sent via POST. In most cases it works fine, but sometimes the process starts with blank parameter (despite proper HTTP response code 200 "Ok"). There are no differences with request data....MoreLess

Like 0

Like

1 comments

Dear Tomasz,

Unfortunately, it is not possible to determine the exact cause based on provided information. I would recommend you to set up logging...MoreLess

Show all comments

Hi Community,

I want to open a look up which by default has already selected records, please see image below. Lets say, I have look up "Main Activity". I want record "Main Activity A" by default was checked upon opening the look up window. 

Thanks

Like 0

Like

1 comments

Dear Fulgen,

In order to add such functionality you will need to proceed with custom development to the basic functionality.

Overall, this would...MoreLess

Show all comments

How can I create my New Look Up inside "Existing Look up Folders (lets say Account Folder)"?

Please refer to image below.

Like 0

Like

1 comments



Hello,

You need to select lookups that you are interested in with the help of "Select multiple records" tool (see screenshot http://prntsc...MoreLess

Show all comments

I have this look up object name Category (Please see image below)

Now, How can I get the value "Hardware" from "Category" look up object and pass it in the variable?

I tried 

var a = this.get("Category");

but this doesn't work

Like 0

Like

8 comments

Dear Fulgen,

If you are at the Category edit page and need to get Hardware field which is a column of Category table or an attribute o...MoreLess

Show all comments (7)

I Have an exisiting filter

var filter =

                this.Terrasoft.createColumnFilterWithParameter(Terrasoft.ComparisonType.EQUAL,

                "Name", "Motherboards");

Name = Motherboards

Now I want to create multiple filter like:

Name = Motherboards or Name = Graphics Card or Name = Mouse

How can i do this one?

Like 0

Like

1 comments

Hello,

You need to create a filter group and set OR logical operator.

Please, see my example:



var filterGroup = this.Terrasoft.createFilterGroup()...MoreLess

Show all comments

I have an existing lookup field which is already working now I want to change this field to string. How can I possibly edit this field to make it string

Like 0

Like

1 comments

Hello!

 

You can change field type in configuration. You need to find object which contains this field -> open it -> choose fiel...MoreLess

Show all comments

I have a look up window which populates data of ProductType (Please see image below)

Upon displaying the modal look up window, Now I want it already filtered by default. I want only specific data will be displayed. 

Like 0

Like

3 comments

Dear Fulgen,

Please see the example below:

// Action handler method. Opens the [Contacts] lookup.
	setOwner: function() {
	// Defining the lookup...

MoreLess

Show all comments (2)

Hi Sir/Madam,

Please tell me how to add dropdowns in dashboard.

Regards

Raghu Ram

Like 0

Like

3 comments

Hello,

Could you please specify what you mean by dropdowns in dashboard?

Best regards, 

Dennis 

Show all comments (2)