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

forum

Hi, i've updated to 2022.1.4.155 and now I can't use the Active Directory actions. Same error on add group/user and delete group/user. Where I can register this service? There is no comment in last release notes or install guide. My last working version is 2022.1.4.84. BTW: The new feature to add error codes to interrupt user synchronization isn't visible... Thanks and best regards Daniel

Hi, Is it ok to create a custom SQL views on BPS_Content DB? Does webcon allow it? Best Regards, Bartek

Hi, i have a question for this post. https://community.webcon.com/posts/post/grouping-rows-of-item-lists/235 How can I change the sorting of groups, it is set to ascending by default, can it be changed to descending?

I'm following this article https://community.webcon.com/posts/post/approval-process-on-the-item-list-with-row-blocking/138 in order to block rows. I've managed to give access to items list only users mentioned in one of the columns of item list using SQL against BPS Users list (see picture attached) , but all rows are available to everyone from this column, not only one row per one user. What am I doing wrong?

Is it possible to add an ordinal column in reports, for example, consecutive rows numbered 1,2,3.... (in the first additional column only at the report level)

I have a problem with the search in the report in the case of a workflow with a list of items. The "search everywhere" option does not find information about a column (in the list of items). This search results are empty. Example attached.

Hi, We have a single workflow element that is not opening. On clicking on the workflow element, the browser just starts loading indefinitely. This issue appears only on this single element and nowhere else. What can I check, how can I start researching this issue? We are using classic forms on SharePoint. Thank you

MVP

Hello! I have a large PDF with multiple invoices. Each invoice can be on one or more pages. Each invoice has a barcode on the first page. Does anyone know if it is possible to split that document based on the barcode? TIA, Martin

I've got following problems - we are using AD as an authentication tool, but because of quite complex, matrix organizational scheme I cannot use a supervisor data from AD, because (depending on the project) the same user can have two different managers). So I figured out, that I will be using BPS Groups next to AD: 1. I've got User A, Manager A and Manager B 2. I've got groups Managers, Project A & Project B 3. User A belongs to groups Project A and Project B. 4. Manager A is in Project A an (...)

Hi, Sometimes in portal our users report a bug "Minified React Error #185". This is happening when they expand the selection list. When we want to reproduce the error on our devices, everything works fine :) We tried clearing cookies - doesn't help, changing browsers - which sometimes helps but not all. Does anyone have a solution to this problem? Maybe it is a version error? Our version is: 2021.1.5.344 Sharepoint Integrated Form: Modern

MVP

Hi everyone, there's something I really don't understand. I'm currently using BPSExt-Signing-DocuSign extension https://github.com/WEBCON-BPS/BPSExt-Signing-DocuSign/releases/tag/2022.1 When I clone the branch and build it, the build folder contains another (older) "System.ComponentModel.Annotations.dll" assembly than the release. The reason for this is, that the plugin action CheckAllDocumentsStatus, which should be run in a cyclical action, fails due to an exception Could not load (...)

MVP

Good morning, we just updated WEBCON from 2021.1.4.154 to 2022.1.4.127 We noticed that there is a new functionality in the frontend that checks for unsaved fields when exiting the page. Overall, a great new feature, but unfortunately it leads to a negative user experience in some specific cases. For example, we often use only one start step to implement a search for the users. The user has the option to select or enter some filters and the DATA TABLE shows the remaining instance (...)

Hi there, I'm unable to delete a step in the Workflow Designer window. It says (see screenshot). I can find the step in the db: SELECT * FROM WFSteps WHERE WFSteps.STP_ID = 95 But no associated Wf instances with it: SELECT WFSteps.STP_ID, WFSteps.STP_Name, WFSteps.STP_Description, WFSteps.STP_IsFinish, WFElements.WFD_ID FROM WFElements JOIN WFSteps ON WFSteps.STP_ID = WFElements.WFD_STPID WHERE WFD_STPID= 95 It's not an option to use the admin tools to delete all instances f (...)

Hi, Is this a bug? I am trying to delete a field from a SET statement, but Webcon tells me it can't be deleted, because it is used. When I click Show Usages, the message is "This configuration element is not used anywhere. What is going on? Thank you

Hi, Due to requirements of another system: 1. I need to change the authentication method of MS SQL Server from Windows to mixed. Any risks connected with such operation? Or Webcon should be working just fine? 2. A need to change the collation of the SQL Server. Are there any risks connected for running Webcon service here?

Hello Community, it's time to ask my first question...so please, be understanding and polite ;) Business case: 1. I have a dictionary process, let's say 'Products', with 'Tags' text field, which contains tags (eg. black, bike, red). Every tag is separated by ','. 2. I have another process, for example 'Order'. On this form, user can enter what he is looking for, on 'Description' field. I want to check if any word from order's 'Description' field matches the 'Product' tag and return the n (...)

In the last 2 weeks several customers have asked me if it would be possible, that if a comment is required 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 idea of how to solve this or maybe already solved it? Thanks Pasquale

Hello, I have 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 requireness (once requireness = 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 yours.

Hi, How can I use JavaScript to get the ID of a field that triggered a function? The goal is - if JavaScript validation fails on field value change, I would like to revert the value of the changed field back to the default value )or previous value). I was researching the uxContext input parameter, but I was unable to find a function or value in the uxContext structure that would contain information about the ID of the field, that triggered the function. Thanks!