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

search results

for form

(...) linkedProcesses, IEnumerable`1 starts, IEnumerable`1 reports) at WebCon.WorkFlow.Studio.Logic.Managers.ProcessTreeStructureDownloader.GetApplicationGroupsStructure() at WebCon.WorkFlow.Studio.form s.ModuleProcess.ProcessController.RefreshData() at WebCon.WorkFlow.Studio.form s.ModuleProcess.ProcessPanel.RaiseDataRefreshRequest() at WebCon.WorkFlow.Studio.form s.ModuleProcess.ProcessPanel. (...)

(...) veryone! I'm facing a problem and hoping to hear that you might have a clue on what to do. I've a process that creates users in AD. However the user creating action expects a parameter of username in form at DOMAIN\USERNAME. My domain users have changed UPN logins to their e-mail adresses (e-mail domain is different than my local domain name) in order to have one login in every system. Is there a way t (...)

(...) ' engine. WEBCON BPS utilizes version 7, while the current version is 15. As far as I could find out version 7 dates back to 18 Feb 2012. https://winnovative-html-to-pdf-converter-applic.software.inform er.com/versions/ Version 15 has been released on 28 Oct 2019 https://www.nuget.org/packages/wnvhtmlconvert/15.0.0 There have been quite a lot of improvements and updating the version could save othe (...)

(...) I know this might be a controversial one when it comes to perform ance, but sometimes it could be quite useful to be able to bring that value in reports. Some of that sometimes could also be done with calculated columns in reports, but it could be easier I suppose.

(...) Ok, now that my PS script is running, in this particular instance I need to grab a variable result and assign that value to a form field. Simply assigning the form Field = $psvar isn't working. Is this possible?

(...) g the desired result. Is it possible to have a hyperlink column in an Item List that shows the Preview and only after clicking on the little icon on the right (see attached image) it opens the full form ?

(...) es opportunity to export containing data to Excel using its default configuration, the sole problem is it can only export top 1000 rows, when its quite common to display bigger chunks of data in that form field. Documentation that redirects to below website doesn't mention anything about such limit: https://howto.webcon.com/exporting-a-data-table-form -field-to-an-excel-file/ I am aware of altern (...)

(...) i All, I want to do automatically open sub workflow after parent workflow started. Now I have to open parent workflow and find there sub workflow button. I want something like this: 1. Fill parent form and start flow to save and start sub-workflow. 2. Sub workflow starts and now I want tha this sub-flow opens automatically in the same tab. Probably "hyperlink" action can do this but I don't know h (...)

(...) join WFBusinessRuleDefinitions as usage on usage . BRD_ID = users . BRD_BRDID left join WFDefinitions on DEF_ID = usage . BRD_DEFID where dbo . ClearWFElemIDAdv ( users . BRD_Users ) like '% {form FieldID}%' and users. BRD_ReturnedValueType = 5 and users. BRD_IsLocal = 1 If I comment all those where conditions, I don't have any value for the User part neither in the WFBusinessRuleDefin (...)

(...) Hello all, First of all I would like to thank you for taking time reading my post! I'm working on a current process where I need to trigger many subworkflows to request inform ation for the main one. Because the main one will keep being edited after the subworkflows are launched, I've decided to set them as parallel. They will be started through a item list and after one person for the task is (...)

(...) Hello all, my first post here. :) I have an issue with creating parralel tasks that should all be required. 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.) (...)

(...) ct statement? I use at the moment a query on two tables (UNION) which has an inner join on another table. The speed is not really breathtaking, thus I wanted to use a stored procedure where I can perform all the timetaking steps already on the SQL server. Regards Klaus

(...) We get an error message by using filter function in the report for calculated columns (using substring). I use the following form ula. SUBSTRING(WFD_AttText8,1,2). The report view shows the correct values in the calulated column. As soon as I want to filter this column, I get an error message. Does anyone else have the problem or am I doing something wrong? Best regards Nancy

(...) Hi, Do you know any trick, how to change the label of the company selection control on the form , from "Company" (Wybór spółki) to f.in. "Organizational unit"? Thanks in advance. J.

(...) Hi all, we created a new workflow, mainly to store inform ation about our companies and important documents for them. To make sure the users attach a structured set of documents, I created a dictionary of document types, along with translations for them which are defining which document is attached in which row of the item list. The item list is initialized with a set of standard document-types that (...)

(...) Hi all, Do you know why the Server Connection errors are displayed on the form ? The users are complaining that the errors are showing up more frequently when they access Webcon. I've noticed that the error normally occurs when my Internet drops and the connection is lost, but is this happening for other reasons? Thank you

(...) ts. When I hide one of the columns and then I would like to change the position of the other column in the report and then I have an error... http://webcon.net/WEBCONBPS/db/1/app/21/element/1037860/form /view?returnurl=%2Fdb%2F1%2Fapp%2F21 url: https://webcon.net/WEBCONBPS/api/logger | action: ip: xxx | msg: "stack": "TypeError: Cannot read properties of undefined (reading 'split')\n at HTMLDocument (...)

(...) ere is probably a bug in ver. 2021.1.3.205 on webconapps.com. If you click Generate preview in Designer studio and save the process, the preview is available (when clicking on the step names in the Inform ation panel in front end). As soon as I make some changes, e.g. modify a field name or any other modification and save the process again, the preview is not available anymore. I noticed also that th (...)

(...) Hi everyone! I've recently heard that we are soon to have electronic invoices in XML form at (in Poland) instead of PDFs. This should shorten invoice processing in Webcon as we could read fields straight into the form with no errors and no OCR verification step. This sounds very good, but will Webcon be ready for this? Will there be actions allowing to read data from xml structure and map them to the f (...)

(...) ars] where [CAL_WorkingDate] < '{BRP:12}' and CAL_IsWorkingDay = 1 order by CAL_WorkingDate desc ) as workingdays order by CAL_WorkingDate asc The business rule can be used inside a form rule (3). The red highlighted days in the calendar are the non working days as they are defined in the calendar. Just make sure that the calendar for the next year(s) are already defined. :) Best r (...)