WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question

search results

for time

(...) When the user sets up a Subworkflow using the SQL version, it's not possible to save the ID of the instance created. This is only allowed doing other type of actions and most of the time s returning Concurrency Errors in the system. This is allowed already in the Subworkflow normal version.

(...) I use at the moment a query on two tables (UNION) which has an inner join on another table. The speed is not really breathtaking, thus I wanted to use a stored procedure where I can perform all the time taking steps already on the SQL server. Regards Klaus

(...) Hello, I'm wondering is there a simple way to do this. Sometime s "SQL COMMAND" returns nothing (there are no rows that match the query). How do you test for this? IF "SQL COMMAND [...]" = EMPTY does not seem to work. Maybe there is a workaround?

(...) ment from the list and then i try to add new one. The value from the new chosen 'subtype' isnt placed in the correct row, but, for example, two rows upper (I didn't recognize there were any rule, sometime s its 2 rows upper, sometime its 5 rows upper). I found out that if I set item list sorting to ID(created by webcon) from End Date(set by user) then problem doesnt occur. The thing is I want to have (...)

(...) Hello Everyone, We have a process by which we send e-mails, but at the same time I'd like to save the e-mails sent as attachments. Does someone know a way to do so? Thank you!

(...) at integrations with Microsoft services, i.e. M365. I would strongly appreciate, if support for Azure SQL could be added in near future. We already tested it and with some workarounds at installation time it works. But we cannot recommend this to our customers if there is no official vendor support. Thanks :-)

(...) al server error - after reinstalling hosting-bundle 2.1.17, an http 502.5 - internal server error pops up I checked twice. Once all DC, IIS, SQL and Webcon in a VirtualBox virtual machine. Second time , with separate DC and virtual machine on IIS, SQL, WEEBCON. And the same. Screenshots in the attachment. What is the cause?

(...) Hi everyone, experienced BPS Designers will remember a time when form rules didn't have an 'Edit mode', where you could select JavaScript or Form rule. You only had JavaScript. :) In the meantime the 'Form rule' option has been added an the JavaScript mode gets little attention, if at all. But how can you do some of the 'Form rule' actions with pure JavaScript? If you click on the "Show" button in t (...)

(...) A feature we think will save a lot of time for our developers would be the ability to double click the on the usages actions and open those actions in a popup. All kind of ussages (Fields, Busines entities and so on...).

(...) In the portal, when editing the form, an error pops up: "Column 'WFD_Guid' does not belong to the Result table". Adding a new item fails, the window does not open, three loading dots all the time . Details: url: http://win2019web2a/api/nav/db/1/app/7/element/3036/goToNextStep | action: GoToNextStep ip: 192.168.10.146 | msg: An unhandled exception has occurred while executing the request. | agen (...)

(...) he counterpart CLEAR ERROR would also be fine to remove the error message. My approach is not that ideal, because I must do validation twice, once a user changes something in the form and the second time , when an action will be executed. But it is much better than validation during an action and showing the error message in a dialog. Thank you, Balint

Hi, we have a column visibility/edit/requirement restriction for every field in an item list. But there is no column visibility restriction for the delete button, so you cannot prevent deletion of some rows. It is something you can do easily with js, but only with classic display form mode. It doesn’t work with modern forms. The problem is that it is not guaranteed that your form rules “Main fo

(...) ebcon.com/posts/post/function-dictionary-for-business-rules-and-form-rules/237) without sql to get the date value for the last and the first day of the current month in the default value field of datetime type attribute?

(...) Hi all, I am starting my adventure with Webcon. And as a beginner I sometime s find that Webcon is not what I think is. Example - I have application named A. I would like to get an exact copy of this application named B (or maybe almost exact becase of data sources and keywords list). I want to have all workflows and forms working exactly the same in A and B. The only differnce will be (...)

(...) Hi, Currently we are on 2021.1.4.55 version . Last Year 2021 big release has few bugs and the later version released after sometime to fix them. So this year we are planning to wait till the next version is being released and then upgrade to that next release. Can we directly upgrade to that next release or is it must to upgrade to 2022.1.1.41 to go to next version?

(...) Hi all, I've deployed a test environment to "sell" webcon internally. Activation email was delayed, I waited for some time so I imported everything when still demo. Everything worked. Now I activated free license and on each form I gave a message that: No license for WorkFlow Fronton in version 2022.1. To gain access, please re-download license or contact WEBCON directly. Can't edit anything on an (...)

(...) questions while developing a CRM module. Today is not different. There is a process with elements serving as dictionary of "sales objects" (not a dictionary type process but a standard one at the time ). There is another process called "Sales transactions". In this process there is an item list holding the items to be sold at the current transaction. These items can be added through standard adding (...)

(...) e an idea how I can change the stored from address in an msg file/mail? I will ask the customer to save a test mail as a msg file and send it to me as an attachment. Unfortunately this may take some time and I would prefer to fiddle with a .msg file to change the from address, so that I can continue working. :) Easiest why would be to send a mail from an SMTP server which allows any "from" address, (...)

(...) low (service order) containing an item list, which represents a shopping basket. We have a workflow containing several sales locations, which can create service orders for their location. Every time the shopping basket changes we need to send (delta) reservations to an external system with a SOAP request. So far so good, this is a common scenario ;-) What we have so far: A custom action (...)

(...) d in existing value. on text field I have selected "Invoke callback rules after value change" and in Item list callback rule I add condition , if text value is not empty just add new row. Wvery time I press button "add new row" I get exception "After callback form rule of items list: .. RowNumberCannotBeUndefinedOrEmpty" Do you know why?