(...) Hi, we have a column visibility/edit/reqUI rement 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 (...)
(...) I have a workflow that increments based on FY (ours is not the same as calendar year). ie FF22-#### With the new year, I see that the instance numbering wasn't setup qUI te right. The userbase needs the instance numbering to reflect FFFY-####, the #### increments throughout the year. Since the app was using "Instance numbering per year", as soon as we rolled into 2022 it reset from 42 to 0. I need (...)
(...) Hi everyone, WEBCON BPS 2022 has a new IIS reqUI rement "Dynamic Compression Module". You can enable this by executing the following line in PowerShell: Enable-WindowsOptionalFeature -Online -FeatureName IIS-HttpCompressionDynamic Now I'm back to testing the new version. :) Best regards, Daniel
(...) it would be great if we would have an additional option to the "wizard mode". The implementation of the wizard mode always displays the current workflow upon path transition. At least I have qUI te often the situation, that I need a "conditional wizard mode". This means, that the wizard mode depends on the new assigned person. If it's the same person as the current one, the workflow needs to (...)
(...) there a technical solution from you guys (webcon), to "update" the Full-Trust installation to a standalone? Or is it necessary to set up a complete new installation with WEBCON 2022 standalone, rebUI ld all processes and do a migration of all existing data? That would not be possible without a certain amount of effort. If I remember correctly, it is not possible to export/import an application f (...)
(...) Dear All, is there a gUI de on setting multi tenant authentication for webcon? Until now we were using one tenant but would like to extend this to another one or two. I found multi tenant option in designer studio but with no additional options to configure it. How should we set the other tenant? is there a further configuration reqUI red on webcon end?
(...) Hello, I'm continUI ng my development of a form containing item list. The case is as follows: I add an item to the item list and after it is added (upon ending the edition in one item edit mode) I want to automatically add an item that is dependant (dependancy is held in one of the items list fields of the idem being added). However if edition is canceled nothing should happen. So, what approach (...)
(...) Is it possible to bUI ld an application that would grant permissions to other applications? When you have several applications, how do you grant permissions for a new employee to each application?
(...) I would like to bUI ld a solution for incoming correspondence registration. Registering an envelope (which has its own barcode) and some fields, I would like to add some other barcodes in the Item Lists field and I would like a subworkflow (documents in an envelope) to be created for each of the lines. I can create a subworkflow, but I don't know how to loop through the Item Lists. Do you have idea (...)
(...) ing new row is not allowed in this step.< The error appears on all steps when I click on dropdowns, check-boxes, item lists, path buttons and delete/save/delegate menu buttons. The designer LOG by GUI D is attachet as an image + trace of the error. Best regards!
(...) Hello everyone! I have a qUI ck question - is it possible to convert a dictionary process to document template process or a standard process? If so, how can this be done?
(...) But there are limitations that make the solution inelegant. First of all the form rule can not return a value (in opposition to business rules, but those however can not contain Javascript), which reqUI res to use an outside technical variable to hold the output of the rule. Again... it works, but could be more elegant.
(...) Hello! I've been qUI te active recently with questions while developing a CRM module. Today is not different. There is a process with elements serving as dictionary of "sales objects" (not a dictionary type process but a standard one at the time). There is another process called "Sales transactions". In this process there is an item list holding the items to be sold at the current transaction. Th (...)
(...) basket changes we need to send (delta) reservations to an external system with a SOAP request. So far so good, this is a common scenario ;-) What we have so far: A custom action (SDK) which bUI lds (delta) reservation XML to be sent to external system (SOAP). If there is no change in shopping basket, we are storing an empty string to an internal field (XML content), so that upcoming SOAP req (...)
(...) e action complets we do the same thing like go to bottom of the page scroll to right and do some action.. Instead if we have the actions in begining of the itemlist will be good feature or please gUI de me how to achieve this.
(...) n the content database An archive database was not involved. Update WFElements set WFD_AttText1Glob = WFD_AttText1 where WFD_DTYPEID in ( select DTYPE_ID from WFDocTypes where DTYPE_GUI d in ('31d8115c-a51a-451c-bdfd-ee17de78ab8c') ) Update WFHistoryElements set WFH_AttText1Glob = WFH_AttText1 where WFH_DTYPEID in ( select DTYPE_ID from WFDocTypes where DTYPE_GUI d in (...)
(...) Currently Webcon BPS does not offer an action to convert pdf to pdf/a. As there is a rising request for documents in pdf/a format, it would be great having a bUI lt-in pdf to pdf/a conversion action.
(...) Mayby someone has a solution ? Simple process / screen 1 / On step "Confirmationa" , group of users have to accept. I used functionality: Operation executed on parallel tasks: Wait for reqUI red tasks to be completed. Above functionality works fine. Problem is to now , who not accepted. How do it ? Thank you in advance Jerzy
(...) hen registering a new partner into our system with the action. In 2022 we just receive the following error »Object reference not set to an instance of an object.« I can not find anything in the log (gUI d of the error is not shown anymore). Best regards Aleš
(...) that needs about 1milion of documents to be generated once a month. That is a lot and using the actions it would take more than a month to finnish all the work. We have investigated how the reports qUI ckpath functionality works (because it seemed to work multithreading) and we have notticed that it uses JS to send async all the instances via the API. So we are now using the API via sdk in order to (...)