Hello,

I've implemented some code because of the changes on the new version which is coming and do not support DB.Executor.

But when i'm executing my source code, the json result is dynamic : i've only the fields which are not empty.

In order to have a great code i've parse the json. So the forma...MoreLess

Like 0

Like

0 comments
Show all comments

Please help....

I am seeing the following request dragging when I try to edit & save a contact on my on-prem Bpmonline application (v 7.13). 

Any idea why this is doing that? Has anyone else saw that the waiting screen shows for 40+sec after saving a Contact record? Everytime it is FindDuplicatesOnSave call that kept taking looong time. 

Like 0

Like

1 comments

Hi Kumar, 

The duplicate search service should definitely work faster. You can try debugging it to detect possible issues as described...MoreLess

Show all comments

Is it possible with a formula to change the belgium BTW-nummer like BE0123.456.789 in 0123456789 (strip spaces, dots...) so we can search in our database to find the correct account? People have different ways to write their number. 

I can only find functions with dates and integers (like RoundUp(), Minimum(), Day(),...)

Is there something like regular expressions in PHP to replace "." by "" and "BE" by "" and " " by ""?

Like 0

Like

2 comments

Unfortunately, there is no opportunity to process string in the Formula business process element. However it's possible to implement using the ...MoreLess

Show all comments (1)

I am new to BPMonline CRM need certification for basic level.

Is it easy to pass certification?

what is the level of multiple choice questions?

Is Demonstration part tough?

Please Help

Like 0

Like

1 comments

Dear Nagaraju,

Certification for development on the bpm’online platform is intended for programmers that develop products and solutions on the...MoreLess

Show all comments

Hi, community.

Activity reminders are nice but they are only system notifications. I would like to send email or SMS messages as reminders for certain activity types as well... But I cannot find a signal I can use to trigger the process to send the email... Has anyone set up something like this?

Thanks a lot!

Juan Carlos

Like 0

Like

1 comments

Dear Juan, 

You can do with the process setting the starting signal on the creation or modification of the activity in fields "Remind...MoreLess

Show all comments

Hello,

I have developed one service which inserts contact and contact-address from the third party to bpm'online. I have written below code to add contact and its Address simultaneously:

var insertContactQuery = new InsertQuery()

{

                  &nbs...MoreLess

Like 0

Like

4 comments

Dear Riddhi,

Unfortunately, it is not possible to add data to the “Contact” and “ContactAddress” tables simultaneously using the approach that...MoreLess

Show all comments (3)

How to customize working Area the page that displays after application is loaded?

Like 0

Like

3 comments

Hello Nagaraju,

You can apply needed changes to the start page by replacing IntroPage schema of UIv2 package and applying changes to this...MoreLess

Show all comments (2)

Can we assign multiple objects like leads, contacts to same lookup?

Like 0

Like

1 comments

Hello Nagaraju,

You can create a multi-lookup in the same way as it is created in an out-of-the-box version of the application for "Customer"...MoreLess

Show all comments

Hi Community,

Here is our scenario, we want to send sms to customer, this is sms will contain download link of printable. Is it possible to generate a download link for printable?

Like 0

Like

1 comments

Hello Fulgen,

To create a report you need to trigger CreateReportsList Report service via link http://bpmonline_site_name/0/rest/ReportService/CreateReportsList...MoreLess

Show all comments

Hi,

I'm trying to retrieve a collection using EntitySchemaQuery but when try to assign it to a Parameter i get the following error:

System.NotSupportedException: EntityCollection
   at Terrasoft.Core.Process.FlowEngineStateService.InternalSetValue[T](Guid processUId, String parameterPath...

MoreLess

Like 0

Like

6 comments

Theoretically, you can debug the business process and find the reason. Please check the "Server code debugging" article in the academy.bpmonline...MoreLess

Show all comments (5)