1.) Delegated tasks or tasks received because of substitution rules are always shown as "Substitution". This confuses people sometimes, because they then might think they will receive all of the delegators tasks. It would be better to show delegated tasks as Delegated. 2.) Since we updated to Version 2019 and 2020 we lost the functionality for users to create substitutions for other colleagues. T
(...) In new versions o WebCon BPS using Word templates are now using GUI D identifier witch enables using it's in all environments. But the functionality o Word templates are very simple. It's now enough flexible for control conditions for hide, show etc. information's. For example: You can not show header of table, but empty row is always. In HTML you can control this. Adding using GUI D in HTML template (...)
(...) Hi, I'm wondering if I missed something or there's another/bezter way to add a reqUI red boolean field. My current approach is to define a choice field with true/false options, set a label "select an option" and mark this field as reqUI red. I'm using global constants for the IDs so that I can check the value of necessary. I don't use the boolean field itself because an unchecked boolean field w (...)
(...) QUI ck Manual should be entry point, to see qUI ck manual right now user must enter form to start process first. The order shall be the other way: first read manual, later start process.
I try to implement a ConfigEditableItemList in a custom action in C#-code. When I go over the ConfigEditableItemList I get the message: "The class with the item list configuration must implement: IConfigEditableItemList". I implemented an example but when I upload the SDK into Webcon I get an error that there is the implementations missing and I can see nothing from the SDK. Has someone expe
Hi, I have noticed that you can create multiple content databases on one Webcon installation. Why and how would you actually use that? It would be great if you could segregate the instances of different business entities in different databases, but I am not sure that is possible. What else do you know about this subject of multiple content databases on the same Webcon portal. Thanks, Razvan
(...) h phrase 5: Results are displayed in a new tab If someone is interested, here are the details how to set this up and decide which search engine should be used.: https://daniels-notes.de/posts/2021/qUI ckly-search-current-website Best regards, Daniel
(...) Hello all, my first post here. :) I have an issue with creating parralel tasks that should all be reqUI red. The user has 3 checkboxes on the form. Depending on which of them are checked, there should be created a specific task for each in a single step. The tasks are being created in the action of "Approve" path of the previous step. It's all fine for now. (ex. if (checkbox1) -> create Task1 etc (...)
(...) In the portal, when editing the form, an error pops up: "Column 'WFD_GUI d' 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. | ag (...)
Hi, I need to create an action / rule that will work like this: I check the VIES checkbox (file1) and then I have to add the attachment assigned to the vies name (file2). If checkbox is selected and the attachment is not associated with the correct name, then an error message appeared.
(...) We are facing an error related to form field item list, when we add a reqUI red attachment column then try to submit the form, it shows an error message that the attachment does not exist when it’s attached. Note: version 2022.1.2.59
The substitutions could be a system field so that in the reports it would be possible to see if the instance has a substitute assignee or not instead of manually open each instance to check.
(...) Hello, how to set an attachment as reqUI red on a workflow form?
(...) Hi, I've created qUI ck paths on reports but it is not always showing in the report. When I logged in as a one particular user on my laptop, it's working. When the same user is logged in on her laptop to Webcon, qUI ck path is not not showing at all. Also if I add "Mass actions" buttons, on my laptops are shown, on the same user are always inactive.
(...) e item list with anormous amout of rows from time to time. Few columns with action on it (for example set another column,select data etc.). When item list comes to 100 rows system will send many reqUI reness (once reqUI reness = one log on IIS). This causes slow loading of the form. No once form is unavalible ,error from web browser (Not enough ram memory). I have few ideas, but im intrested in yo (...)
(...) In the last 2 weeks several customers have asked me if it would be possible, that if a comment is reqUI red for a path and the error windows pops up, the comment can be entered directly in the popup window and the path transition can be done from there? When trying to set the comment using JS the path transition validation won't recognize it and still trigger the error. Has anyone of you an ide (...)
(...) e previously initialized item list -> business case: in the step after initialization we disable (or hide) all the rows except for the selected ones (preferably); after the data was entered to the reqUI red columns of a current row, that row is being disabled, while the next one is being enabled (or shown & enabled).
Functionalities like import/export applications, update plugin-packages and the generation of process documentations are only available within Designer Studio. Doing things manually tend to end up in inconsistencies. E.g. when packaging a new release, we might forget to update the documentation. Not sure what's best / easier, extending the rest api or making the functions available in a cmd
(...) Hi, the API endpoint returns a list of all processes inside a appliation. /api/data/v5.0/db/{dbId}/applications/{idgUI d}/processes It would be great, if the result would contain a property to check, whether a process in the result is only a relation. { "processes": [ { "id": 0, "gUI d": "string", "name": "string", >> "isRelation": "boolean"
(...) Hello, how to bypass reqUI rement with reqUI red field using Rest API. Even admin mode does not disable this reqUI rement.