(...) Hi everyone, I have a questiion about dashboards: 1. I have a CU stom dashboard, where I have only HTML element. In this element I'm using REST API to get report (made earlier) and thanks to that I can CU stomize it with js, css. The question is, is it possible to have functionality of view the element like in report? Explaining, when I have a report and I click element I have a compact view or so (...)
(...) Did any of you try to make a chart with a sum aggregation on a calCU lated decimal column? In both 2022 and 2023, we seem to get the following error. If I select count, it works, but any other calCU lation (sum, avg, min, max) gives the same error.
(...) Hi, After upgrading to Webcon2023 (ver. 2023.1.2.44) we found errors during Form rule exeCU tions on page load. It is caused by trying to hide/show/set/etc attributes that are not visible on the form. In the 2022 versions, there were no issues with the same configuration cases. These errors appear during Diagnostics and additionally prevent saving the Diagnostics Session. Does anybody have (...)
(...) Hi. I have a big request. How to calCU late the number of days entered in the calendar on the form, but excluding holidays - only working days Alternatively, the second way: How to validate the form: if in the final step date = holidays, a message will appear. Thank you in advance for your help.
(...) m makieng report, where I want to show all responsible people who have tasks divided on Active task, Active task after deadline, Finished task in time and Finished task after deadline. I've made calCU lated column: case when WFD_AttDateTime5 < WFD_AttDateTime6 then 'YELLOW' when WFD_AttDateTime5 > WFD_AttDateTime6 then 'GREY' when WFD_IsFinish = 0 and WFD_AttDateTime5 < GetDate() then 'RED' (...)
(...) Hi! I need your help regarding setting foCU s on the last row of the item list. Business wants to perform the following scenario. Batch of barcode lables from paper doCU ments are to be scanned with hendheld scanner. Each scanned id is to be inserted into ID column of item list table. Based on the ID some additiona data are to displayed in other columns. What I have already done is the form rule that (...)
(...) Hi there I implemented the doCU sign sdk and transferring docs to sign works like a breeze. BUT: checking if sent enevlopes are signed and then sending the workflow along the specified path is simply not working. I followed the docs according to this: https://community.webcon.com/posts/post/doCU sign-digital-signatures-in-webcon-bps/36 I do get the following error(s): WebCon.WorkFlow. (...)
(...) Hi, it would really be great, if we could trigger the doCU mentation generation for a whole application. It doesn't have to be a single doCU ment. It would be fine if this would just create a zip package. In this zip packages there would be the default doCU ments for all processes. This would include the related processes too. Now I'm going back to generating the doCU mentation for ten processes (...)
(...) Hi, I think it would be beneficial if we could have a place in the global configuration where we can define CU stom default values for the steps and paths of dictionaries / doCU ment templates. For example I always rename the "Dictionary step" to "Entry". Of course, I also define translations for the the step and paths. Therefore it would be great, if we could define the translations for the st (...)
(...) I have an equipment initialization process (1) , followed by another process of allocating this equipment to a user (2). I have created a Report - "Equipment allocation" and I want to add a calCU lated column to this report that brings in the "Series" of the equipment from the Initialization process. I have this query: (select dbo.ClearWFElemAdv(WFD_AttChoose2)[which is the "Series" co (...)
(...) item list in a word template, the add-in asks for some columns configuration for the final table. Issue is that modifying "Display name" of a column of the item list is not visible in the final doCU ment, it is visible only in the template. The attachment doCU ment receives the original item list column name. The "Display name" set for an autogenerated column (like ID) works and modification is (...)
(...) An error (lack of privileges) in exeCU ting the Generate/Update a Word file triggered from the Menu button by a user who had privileges to read an instance but not to edit it. This is happening after upgrade to version 2023.1.2.124. It was working in previous version we were using. It would be great if we can go back to allowing users with read only access to generate a word file. Thank you
(...) An error (lack of privileges) in exeCU ting the Generate/Update a Word file triggered from the Menu button by a user who had privileges to read an instance but not to edit it. This is happening after upgrade to version 2023.1.2.124. It was working in previous version we were using. It would be great if we can go back to allowing users with read only access to generate a word file. Thank you
(...) Hi, I am CU rrently exploring options for viewing doCU ments within Webcon. Specifically, I am interested in understanding whether there is a possibility to visualize a doCU ment by providing a link that points to a doCU ment stored either on SharePoint or within a SQL Server database. My goal is to enable the automatic display of the associated doCU ment in preview mode when a user selects a record (...)
Is there any way to compare the Production and Test environments? To compare the configurations of the same process between systems? In order to track changes. Do you have any SQL, etc.? Do you use github or something else?
(...) Hello Community, is it possible to deactivate in the calendar in the DateTime attribute the possibility to select dates from months before the CU rrent month and dates from months after the CU rrent month ? Example in the picture - January no possibility of selection (disable), February possibility of selection (enable).
(...) Hello everyone, I have a pretty workflow intense process (at least for me) - from main doCU ment i can start up to 5 subworkflows per subworkflow type (right now around 5). It sums up around possible 25 subworkflows, and none of those are technical. To avoid missing information, and digging through all of those elements we've decided, that commenting should be only possible on parent workflow, (...)
(...) Hi, Does anyone know how to use the 'Edit a list element' action to update a doCU ment element in a SharePoint doCU ment library that is in a sub folder in the SharePoint doCU ment library? I am trying to use a CAML query and while I can find doCU ments in the root doCU ment library, I can't get the CAML to find doCU ments in a sub folder in the doCU ment library. I should mention that this appears to be W (...)
Hello! I'm trying to import Slovene language pack obtained from the https://bpstranslator.webcon.com/ What I did: 1. Added a new record to the Interface language packs in System settings: sl-SI (Slovene); 2. Uploaded the .zip file downloaded from the BPS translator tool mentioned above; 3. Reloaded the configuration; 4. Reset the cache; 5. Change the language on my profile to Slovene.
(...) l Assignee/Manager is multiple value. If there are 2 persons assigned, it doesn't bring that instance in the report. This is my formula (SQL filter): and (WFD_AttChoose1 like trim('##CU rrentloginname## ' )+'#%' OR WFD_AttChoose6 like trim('##CU rrentloginname## ' )+'#%') Do you have any tips? Thank you.