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

search results

for UI

(...) Hi there, I have a data source of MSSQL type, that populates a data table. The SQL query is qUI te complicated but it works. However it currently takes about 33 seconds to complete. Thus when executed in SQL Studio, I get the output table. When I try to execute it in a bps process, it fails. When testing in Designer Studio, I get an error of execution timeout. Is there a way to tell Webcon to allow (...)

(...) Hi All we have a large report bUI ld in one of our processes (list of all invoices which contains >350k items) which is now not loading for users. we have rebUI lt it in SOLR and it is fast like TGV train but we had some calculated columns based on item lists which we need to rebUI ld. Is there any manual, KB article that describes this or anyone having expierience?

(...) HI, I propose to add possibility to do photos from bUI lded cameras in laps/computer/no mobile devices like mobile. So to not do photo, save it on device and now addind to element. But to add exact after to the photo by camera, and run camera from element. It's could by by custom action or use bUI ld funcionality. That problems show on Windows Surfface oraz normal windows where we can't use such fun (...)

(...) Hi, I have created a report, in which i am only interested in showing the Year-portion of a datetime-field. This works good until i try to group for the shown values in there. The groups are not bUI lt by the years in this case, but still on the entire value. It would make more sense to group according to the display option the grouped column is set to. Especially because i dont know how to do ca (...)

(...) harepoint/Full Trust installation - WEBCON BPS Portal + WEBCON BPS Classic package (We first installed the .NET Hosting Bundle 1.9, then the System compontents check displayed that Version 2.1 is reqUI red.) When clicking on the "Warning-Sign" next to "not installed", it shows the the alert (see below in the screenshot). AFTER installing the .NET Hosting Bundle 2.1, the Warning Sign is still there (...)

(...) Hi everyone, I had the reqUI rement to provide a drop down which can be used to select a form type. Since I'm a fan of doing things the right way I've chosen to provide a multilingual label. Example: TMeasure$$de$$Maßnahme$$en$$Measure I'm not sure whether I'm missed something because of the late hour, but I didn't found a better option than creating this on my own. If someone else has a similar ne (...)

(...) Hi everyone, i installed WEBCON WITHOUT integrated authentication. Unfortunately, i skipped the step, where you have the option to setup a Windows User (see pic 1) - the manual said, it is not reqUI red (even though recommended). Now i cannot log into the Webcon BPS Designer Studio. Do you have an idea, how to setup the Windows authentication Connection to the Database afterwards - without integr (...)

(...) Hi everyone, I had the reqUI rement to calculate a reminder date based on a due date. This should be x days before while respecting the working day calendar. SQL Command for calculating a date _after_ the base date, attachment (1): select Top 1 [CAL_WorkingDate] from ( -- Top: number of working days before the base date SELECT TOP {BRP:13} [CAL_WorkingDate],[CAL_IsWorkingDay] FRO (...)

(...) Hi everyone, I've recently upgraded WebCon from 2020 to 2021 and everything went ok except qUI ck search. The "search everything" in our main application results in no elements founded. However when switched to "All aplication" view I can see all results and everything works fine. I suspect that the WEBCON Search service and its index is not up to date. Is there a way to rebUI ld that index?

(...) from 2021.1.3.205 to ver. 2021.1.4.84, I can see a very big performance drop for reports that have more than 250k items. Very often they don't even load at all. All indexes and sql statistics are rebUI lt. After verification, I found the reason, it is the column 'assigned to'. After removing this column from the report, all large reports are loaded almost immediately (even those with many calculated (...)

(...) Hi, Is it possible to copy an entire item list to a subworkflow? In the official gUI de, there is just an example of copying form fields to subworkflows: https://howto.webcon.com/action-start-a-sub-workflow/ Has anybody accomplished anything like this? Thanks

(...) " .validation-error-panel").removeClass("has-error") $("#" + columnName + " .attributeErrorsPanel li").remove() } My javascript doesn’t work with item list. It would be nice if we could have a bUI lt-in form rule function / JS function like SET ERROR(Field, errorText) - for every form diyplay mode . It would also be desirable to have something like this for item lists: SET ERROR ITEM LIST (Ite (...)

(...) 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?