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.
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 ""?
Unfortunately, there is no opportunity to process string in the Formula business process element. However it's possible to implement using the ...MoreLess
Thanks. I discovered today also that I can use C# functions in the formula of business processes. So this did the work for me: [#lees inschrijvingen...MoreLess
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?
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:
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?
To create a report you need to trigger CreateReportsList Report service via link http://bpmonline_site_name/0/rest/ReportService/CreateReportsList...MoreLess
Theoretically, you can debug the business process and find the reason. Please check the "Server code debugging" article in the academy.bpmonline...MoreLess
Additionally, please don't use "throw new Exception" at all. The fact that you use it means that you literally generate errors in the application...MoreLess