(...) 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
(...) 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?
(...) Hello everyone, I’m trying to set the color of the cell in a report based on a comparison between the current field (AttDatetime 1) and another column (AttDateTe4). It works if I compare the CurrentField to a fixed value. As soon as I try with the other field name, it doesn’t work anymore. Is it even possible to have such comparison? Thank you, Martin
(...) Is it possible to have the Itemlist action buttons in front of the item list? As most of the time s we have few hundred records and in case of do some action on the itemlist... we need to go to bottom of the item list and scroll to the right and do some action. After the action complets we do the same thing like go to bottom of the page scroll to right and do some action.. Instead if we have the (...)
(...) e if all of you are aware) creating an new instance, ore moving it one step is a verry slow action and if you need to move or create 1000 instances using the default actions you will have to wait sometime s hours. Another problem is that the action is not multithreaded at all. We ave a custommer that needs about 1milion of documents to be generated once a month. That is a lot and using the actions (...)
(...) Hi All I need to ask for your help :) This time I need to update permissions for tasks on separate processes/applications, not linked together. Let's say I want to give permission to read a document for some domain user or user group. The problem is that I can't modify these processes. I cannot modify data from the database side because the manufacturer forbids it :/ My idea is to create a ne (...)
(...) l share some of them in separate posts, sorry for flooding. Any comments, questions or suggestions are very welcomed. I would appreciate your vote! Problem: in case of mailapprove, approver sometime s enters some comments in email, which you cannot get back. Proposal: similarly to normal HMB, let's have some parameter-field mapping, to retrieve body of email. What do you think? Thank you! (...)
(...) hem in separate posts, sorry for flooding. Any comments, questions or suggestions are very welcomed. I would appreciate your vote! Problem: if you need to use SOAP and get back complex xml, sometime s mapping fails (multi level structures cannot be mapped) Proposal: similary to REST action, give possibility to get back whole respond xml. Then you have the chance to get content with SQL query. (...)
(...) Dear Webcon Community! Problem: longer background processes has to be split to smaller parts to fit in transaction time out limit. For example if you have to move 50-1000 instances each morning taking some minutes, we have to use "select top " and run global action more often (eg. in every 10 minutes) Earlier (before BPS 2020), it was a once a day run. Proposal: have new GA setting to specif (...)
(...) Dear Webcon Community! Problem: with import excel action you can import excel tables only if you have a table container already added. Sometime s it is difficult if we want to process data in excel table coming from third party. Proposal: there is a way to define column mapping for itemlist file importing. It would be nice to have a feature in import action to take into account that one, inst (...)
(...) Dear Webcon Community! Problem: sometime s we get many page documents, but in most cases valuable information is on first few pages or last pages Proposal: new optional parameters in action What do you think? Thank you! BR, Peter
(...) Hi everyone, I just had the need to get multiple rows of data without having access the the SQL database. I didn't want to create a field for this one time use case. Unfortunately the 'Test' result window of the expression editor, didn't have the option to copy the result. Luckily I thought of the Administration Tools\Search Logs. As you can see in the attached picture, I was able to execute an ar (...)
(...) displaying incremental list of changes between, just show two columns with two chosen by user versions. I see it very usefull for huge forms, where tracking all the changes in each step takes more time . This way there could be a glance view about what changed, and then eventually i could check all te small changes between if needed.