Hello everyone. I continue developing my module with apartment reservations and came across another problem. Dictionary contains apartments and parking places (together, as most parameters are common for both types). Some apartments have dedicated parking place (this fact is stored in one of parameters of apartments). When I select an apartment that has dedicated parking place I manage to check and store the ID of the assigned parking place in a technical variable on the fly (as form rule invoke (...)
Hi, First question is how to create absence plans. Should I use "Absence process wizard or I can create it as "new standard process"? The second question if I use "New standard process" how can I use "Gant chart"? Third question is how can I create rules an attribute that validates the date on the item list?
I want to subtract the value of two attributes from each other. I tried a business rule and it counts the differences between the two attributes, but I don't know how to make this difference show up on the form and refreshes after changing the value. For example, attribute 1 has a value of 5 and attribute 2 has a value of 10, and I want to show: attribute 2 - attribute 1 = attribute 3
I know that in webcon report there is only possibility to show only one "Item list" attribute but is there any possibility to create some technical data table or atribute to show more than one list? Or maybe you can give some example of SQL function which select more than one "Item list". Thank you in advance for your help.
Hello, When you are at the portal site there is a task counter there with: new tasks, active tasks and overdue tasks. When some task becomes the overdue task? Do I need to set some date somewhere in designer studio or what? I cant't find this anywhere
Hi, I wonder if there is a way to chenge the text of the Item List init button. Now it sais something like "+ Restore defaults" and I want to change it to "Update details", as the functionality in my list is to update some fields on the list if they were changed outside of the process (in dictionary).
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 form -> Behavior-> forms rule to be executed on page load” are being executed AFTER the page has been (...)
Hello, I personally like immediate validation – right after the user checks/selects/enters something on the form - much better than validation on an action. So usually I validate fields “on value change” and set the field error if necessary. Currently I use a js-function like this to showing/remove the error message (form display mode: Modern on BPS portal): function showError(columnName, hintText) { let errorLines = $("#" + columnName + " .attributeErrorsPanel li"); if (errorLines (...)
Hello, I have made an SDK to accept all changes on a word attachment. Unfortunatelly, Webcon says that I do not have permissions to edit the attachment. Not only the user with which I have executed the action has full permissions, but I have set skip permission to true. Does anybody know why this error appears? I have attached some photo material. If I can give clarifications, please ask me. Best regards
Hi, Is it possible to copy an entire item list to a subworkflow? In the official guide, there is just an example of copying form fields to subworkflows: https://howto.webcon.com/action-start-a-sub-workflow/ Has anybody accomplished anything like this? Thanks
Hi, I am currently having Trouble with timeouts in my system. I made an easy timeout that should only do a path transition every minute, to test if the timeouts would work. Currently no action is called during the trigger of the timeout, but even when adding a simple action the timeout doesn’t work. I did check the following thread about a similar problem (https://community.webcon.com/forum/thread/1068?messageid=1068). Their it is suggested to check if all services are working and if “basic fea (...)
Is there a supported way to change the Acronym of the content database after the installation?
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. | agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0. (...)
My WEBCON App in Teams tries to call a wrong WEBCON-URL. How can i change the configuration / the URL of the WEBCON App?
Hi everyone, In version 2021 of BPS Designer does not allow to run designer on the server on two different users (on two different connections to server). I get a resource usage error (in picture). Do you have an idea how to deal with it? Alternatively: I tried to start BPS Designer locally but I get a message saying no connection with the license. I need to open some port in server or something? Thanks in advance for your help!
Hi everyone, if someone uses field references, process rules or similar in translations you should verify that the correct ids are used after importing the application in a new environment. Otherwise you may be in for a surprise. The attached image shows that the translated text uses the old variable ids and only the ids in the original text have been updated to match the new environment. I've noticed this in 2021.3.205 for email notification templates and task descriptions. Razvan from Encor (...)
I hope I can explain it right... I'm trying to add an autocomplete column to an item list that is filtered on a multi select column. So I have a projects dictionary, and want to select a project from that. Each project can have multiple employees working on it, therefore I created a multi-user selection in the project dictionary. When selecting the project I want to get all projects where my account is in the employees field, like: Filter: [Employee(Login)] is in [Data source columns(Employees) (...)
Hi, Has anyone encountered this yet - we have a couple of yellow exclamation marks in the SWE configuration under "Data Presentation". These fields are not showing on the form. I don't think permission should be an issue, since everybody has access to these fields. Are there any configuration details I should check? Any suggestions? Thanks!
Hi everyone, I've recently upgraded WebCon from 2020 to 2021 and everything went ok except quick search. The "search everything" in our main application results in no elements founded. However when switched to "All aplication" view I can see all results and everything works fine. I suspect that the WEBCON Search service and its index is not up to date. Is there a way to rebuild that index?
Hi everyone, after creating an application i right-clicked on it and chose "show application in process". Unfortunately, only a blank page is displayed instead of the Standard Form. What could be the reason? Does anybody have an idea how to fix this? PS: 1) i noticed, that i unfortunately took the root path as Portal URL - because the installer proposed it and i unfortunately did not change it (see image below). root/Webconbps is the same path where the designer studio portal is located. M (...)