(...) Hi, Can you please add the ability to choose a dark theme for the Designer Studio app? It will save User s eyes and improve the comfort of working for many hours in a row :)
(...) Hi, Sometimes in portal our User s 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: (...)
(...) ng 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. Us (...)
(...) 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 User s mentioned in one of the columns of item list using SQL against BPS User s list (see picture attached) , but all rows are available to everyone from this column, not only one row per one User . What am I d (...)
(...) 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 Danie (...)
(...) I am attempting to control the AD sync on two different domains. How do I filter out the disabled accounts on the domains? There are User s with the same names on both domains, is it possible to have the unique identifier the BPS ID as opposed to the Name so that User s with the same name can by synced as 2 different accounts?
(...) d value(s). -Insert picture into a image form field during the workflow and then insert the picture into the document with the generate word document action (this would not be a good solution, since User s would all have to repeatedly insert pictures each time) and then generate pdf. Is there an option to for example have a picture on a network drive and if User selects "Company A" in the form, the (...)
(...) Hello, is there a possibility to use existing SOLR as Data Source? I had an idea to show User s SQL grid, which would show similar items found in database, based on text typed in regular TextInput field. That lead me to Levenshtein Distance algorithm, which might be slow in SQL, but i've found that such a thing is already implemented in SOLR (https://stackoverflow.com/questions/1752301/how-to-confi (...)
(...) Some of our Webcon User s are complaining about lacking of comment editing/deleting feature. It should be possible only for comment's author only of course. Such comment should be marked with "Comment changed" "Comment deleted" text. Wouldn't that be a great feature?
(...) using join, etc from SQL COMMAND or choose field querry. I found that this is related to change described in https://community.webcon.com/download/changelog/117?q=cf05b90, associated with using bps_User on SQL COMMANDS. Is there any way to deal with it at SQL server level by proper configuration or should I change to configured connection to current database and this is the only way to get it wo (...)
(...) ently working on the dev instance. I'm having issues just installing WebCon. Even on a clean box, I get the following error on "Content Database Creation" I've tried, cleaning up the databases and User s, and restarting the box and retrying install. Leads to the same error, I've installed WebCon a handful of times and never seen this particular issue before. I'm trying to install a slightly older ve (...)
(...) y to change the [|ElementAddress|] and [|WebAddress|] on global notification for different address? Our server on which we have installed webcon is called abc-webcon, but we have bindings in ISS and User s use page webcon.ourdomain.pl. When we send notifications from BPS link to [|ElementAddress|] and [|WebAddress|] direct User s to page abc-webcon.ourdomain.pl. Part of Global Norification: (...)
(...) Hello community! I’d like to pick your brain about something that has been bothering me for the last hour. :) Does anyone have a solution for this? User enters the date in the date picker field (AttDateTime) and hits TAB: - if the value is 8 digits, then SET(AttDateTime) = CONCAT(using values from AttDateTime) - if the value is 6 digits, then SET(AttDateTime) = CONCAT(using values from AttDate (...)
(...) cript(?)-Button which works like an "Add Attachment"-function INCLUDING predefined group. We would have defined the Attachment-Section with following groups: General, F1, F2, F3, F4, F5, F6. Our User s should load pictures to the attachment (1x for F1-F6). These would be copied to one of six picture fields (F = German for Foto / Photo).The reason is that we need the filename for each picture, w (...)
(...) Hi, I wanted to create a rule to validate if the current User is the assigned person directly or the substitution person. I was able to get the assigned person directly from System fields, but I wasn't able to get the substitution person. How can I extract, without SQL, the substitution person? Thank you, Raluca
(...) meters.UpdateAfterUpdateTime(WFElementCheckout checkout, SqlCommand updateCommand) at WebCon.WorkFlow.Base.Managers.ElementCheckoutsRepository.UpdateTimeOnCheckoutWithStealing(Int32 wfdId, String User Login, String User Name, String hostIpAddress, Int32 expirationTime, Int32 checkoutTimeOffset, Boolean forceCheckout) at WebCon.WorkFlow.Base.BusinessLogic.ElementManagement.CheckOutManager.TryChec (...)
(...) I have created an app and a dictionary. Now for this app, i have to create same process, but with different set of User s. What is the best way to do it? 1. Clone the workflow, set it a Custom Instance number and modify steps with the new group of User s? 2. Clone the process? 3. Export that app as a template? But when i want to import it, i have to use that dictionary i have created. Thanks
(...) Can a User edit comments? For example, for a simple error like a typo.
(...) Is it possible to display a message to additionally inform the User whether he really wants to change a given field (at the selected path or all paths)? In order to emphasize to the User that going forward with such a change will have some consequences?
(...) t being forced to wait for them to finish in the loading screen? I have created an automation which invokes a SOAP service and it takes some time (20 seconds). This thing must be disturbing for the User . As i see, actions are executed synchronously, meaning the User interface waits for the action to complete before allowing further interactions. Any ideas? Thanks!