Hi,

   Does anybody knows if sorting by multiple columns is supported by a detail/grid? If so, could you tell me how to achieve this? please.

   Best regards!

Like 0

Like

2 comments

Dear Miguel,

Unfortunately, there is no such possibility but such idea has been registered for our R&D team to include such functionality in the upcoming releases. 

Best regards,

Lily

Lily Johnson,

Thanks Lily.

This functionality could be useful.

Best regards!

Show all comments

Hello Comunity!

How can get the result of imput in a autogenerated-page to use them in a script task?

 

Regards,

 

Like 0

Like

1 comments

Please set auto generated page output values into parameters of the business process and then use the parameters in the script task using the following syntax

get/set value in a business process script task

var parameter1 = Get<Guid>("Parameter1");

Set("Parameter2", parameter1.ToString());

var parameter2 = Get<string>("Parameter2");

get object of type UserConnection

var userConnection = Get<UserConnection>("UserConnection");

Show all comments

Hello Community! 

I have a client who would like to see other accounts that are in the same country/city as the current account. 

 

Example: 

Account A is located in Boston, MA, USA 

 

and so are Account G, Account J, and Account Y. 

 

How would we fill out a detail filtered by "current Account Country/City" on the Accounts section/object, so that Account A will have a reference to Account G, and Account J and Account Y because they are all located in Boston, MA, USA?

 

On the opposite side:

Account G would have a reference to Account A, Account J, and Account Y. 

Account J would have a reference to Account A, Account G, and Account Y. 

Account Y would have a reference to Account A, Account J, and Account G. 

Like 2

Like

1 comments

Dear Philip,

Unfortunately, there is no option to create such detail using the standard instruments. 

As an option, you can create a view in the database, add the correspondent view in the system and then create the detail based on it. Please note that you will also need to use the development to filter the accounts (for instance exclude the current account from the list). 

There is an example of the similar implementation in our system. Feel free to check LeadsSimilarSearchResultDetailV2Structure of the Similar leads detail in the Leads section.

Lisa

 

Show all comments
Question

Hy,

 

I create a section and its page. When end of saving process it got an error.

I checked then but it doesn't show in section. So, I checked to configuration (advanced settings) it has the same 2 section. 

Anyone knows why it can happen and what should I do ? If I delete, is there any problem for the future ?

Thankyou

Like 0

Like

1 comments

Hello,

If for some reason the section schema was duplicated, the section will not be displayed in the list indeed. You can try to remove the duplicate, though we recommend you to delete both schemas and start the process again. If you face the same difficulties, feel free to write to support@bpmonline.com and provide us with the URL of the instance you are working on.

Lisa

Show all comments

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 linked to the view. Please note that the set of columns in the system should be the same as in the database view.

3. Link your custom detail to the object from p.2. 

Lisa

Show all comments

Hi,



Where can i find a business process example of how to calculate age based on a new custom field that i created for both age and birth date. 



Thanks,

Ryan.

Like 1

Like

4 comments

Dear Ryan,

Maybe this process will help you to achieve your goal. It calculates the age of the employees. You can modify it to reach your business goal.

I've added a field of Decimal type to fill it with the age of the contact.

 

Best regards,

Lily

Lily Johnson,

Thanq, It's working but i need with out business process buy using RequireJS is there any chance to get ?

If yes send me the sample code.Hoping for positive reply

manikanta,

Here is the academy page on how to create auto calculated fields: 

https://academy.bpmonline.com/documents/technic-sdk/7-13/adding-calcula…

Also here is the article on working with dates that may help you as well:

https://academy.bpmonline.com/documents/technic-sdk/7-13/how-display-di…

Best regards,

Dennis

 

Aleyna Bildik,

 

If you are trying to filter your contacts you could use the filtering by a month/date, it does not take into account the year.

 

If you need to count the amount of years you could use a script task in your business process. (you can use C# code snippets that you can find on the web, here's one).

 

Finally, just in case you do not have a custom field, and using OOTB fields of the system - starting from version 7.17 Creatio has a field called "Age" that already counts everything from you, it relies on the Birthdate field that is present in Contacts section, more info on it can be found here.

 

Thank you.

Show all comments

Hello Community!

I want to know if is posible remove filters from the section list. Example remove some filters in the accounts list?

 

Regards,

 

Like 0

Like

1 comments

Dear Federico,

You can do that in the following way:

1) Open the replacing object that is usually in the Custom package (in the configuration).

2) Open all settings of the object: http://prntscr.com/ioprlo

3) Then you can set the usage mode for the column is None.

!!! Please note that if you set such usage mode for the column, you won't be able to filter the records by it but also you won't be able to add this field to be displayed in the tile or list view in the section. 

Best regards,

Lily

 

Show all comments

Hello support! 

I need hide the Tip base a condition. Hide the corner not just the content.

Any idea?

Like 0

Like

1 comments

Hello,

I have created a trial account for bpmonline studio and wanted to explore bpmonline.

When I create a new section or save an existing section (without modification) the browser displays a busy indicator with the text "Saving client schemas". The page then hangs forever.

The behavior is the same with Internet Explorer and Chrome 64.0.3282.119.

Is this a known problem?

Thanks & best regards

Andreas

 

Like 0

Like

4 comments

Dear Andreas,

During saving the compilation and publishing are performed, so it always take some amount of time to be completed. 

The way the section wizard saves the record will be changed in 7.12. The compilation will no longer be required so you will be able to save changes in 1 minute or less.

Once publishing/compiling starts it will either stop after certain period of time and will display the time-out message, or will be ended only when completed successfully.

With best regards,

Oliver

Oliver,

Dear Oliver,

thanks for your reply. However long I wait, the request neither completes nor times out. This seems like a showstopper for evaluating bpmonline studio.

I have asked bpmonline for a phone callback, maybe they can help. That's really sad, because the product looks quite interesting.

Best regards

Andreas

Andreas Awenius, 

You can always send an email describing the issue to support@bpmonline.com in order to receive the solution for the issue.

With best regards,

Oliver Wingston

Oliver,

thanks, I have done so. I wasn't aware that the support can also be used during the trial.

Best regards,

Andreas

Show all comments

Hello,

Are there any options to better format numbers in dashboards?  For example:

1)In a column chart,Billion dollar values are showing up as 1G, 2G etc. Users don't understand the "G" in the labeling.

2)In a gauge chart the numbers don't display any commas so large numbers are difficult to read.

Any suggestions would be appreciated. Thank you!

Like 0

Like

1 comments

Dear Allen,

The number formats are hardcoded in the system core, so it will not be able to change the format without affecting the sytem logic for the decimal/integer numbers.

Regarding,the second part, those are the SI abbreviations and large numbers are abbreviated for the convenience of the display. You can read more about it here:

https://en.wikipedia.org/wiki/International_System_of_Units

Warm regards,

Matt

Show all comments