Hi, this idea is surely not for the typical WEBCON user but I think everyone of the partners has run into at least one use case where the standard form layout is not enough. Sometime because of some specific requirements or where we wanted to provide additional options to guide the users through a large form. I also tried and failed creating an "advanced validation dialog". I wanted to displ
(...) in wfelements, no specific ID field in wfelementdetails - you can see calculated columns in table wfelements, none in wfelementdetails, because there are no specific colums for choose fields in item List s). Example: I am using the following statement to find out if a check in our invoice approvals is necessary, depending on a template workflow that defines the running order, using an item List (...)
(...) e I start sub-processes B [child] from process B I copy attachments to process A by: Daniel's solution https://daniels-notes.de/posts/2023/copy-attachment-to-other-workflow and put them to Item List A or Item List B as linked attachments (other way did not working ...) all is fine but in the next step I assign task to other users / group with no access to app where is done something (and a (...)
(...) r the given form type. Sometimes I include the business entity and sometimes I ignore it. It would be great, if this could be standard feature. :) Related user voice: Unique value of the item List column https://community.webcon.com/forum/thread/6212/15 Best regards, Daniel *Edit* While implementing the check I figured, that there's no general option to implement this. There are to (...)
(...) nessEntity.Save() w WebCon.WorkFlow.Data.ImportExport.Graph.DbNode`2.AddOrUpdate(IDictionary`2 dictionary, TEntity saveEntity) w WebCon.WorkFlow.Data.ImportExport.Graph.DbNode`2.SaveEntities(IList `1 data) w WebCon.WorkFlow.BusinessLogic.ImportExport.Import.TableImporter.ImportRows(IDbNode node, ForeignKeyFinder foreignKeyFinder, List `1 entitiesToImport, ICustomImport customImport, ImportVe (...)
(...) anie VAT. Wartości w takim podsumowaniu zawsze są unikalne. Tzn w podsumowaniu jest tylko jedna wartość dla stawki VAT np. 23%. Przykład pól do odczytu w załączniku. Dane miałby się ładować nie na List ę pozycji tylko do atrybutów nagłówkowych.
(...) _0(TSource x) w System.Linq.Enumerable.c__DisplayClass7_0`3.b__0(TSource x) w System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() w WebCon.WorkFlow.Studio.Logic.Base.BusinessList Base`2.AddRange(IEnumerable`1 range) w WebCon.WorkFlow.Studio.Logic.Managers.SubelementsFormFieldsManager.GetSubelementFormFields(StepForm stepForm, ICacheStore cacheStore) w WebCon.WorkFlow.S (...)
(...) Good day webcon community, As the title states, i ask myself if javascript is faster than using formrules. As example i had a formrule what would get the sum of a number column in an item List and compare it to another field. It took sometime for the formrule to procress this, while my javascript that i wrote in a html element did it much faster. I wonder now if i should reimplement certain funct (...)
(...) FoundException() at System.Collections.Generic.Dictionary`2.get_Item(TKey key) at WebCon.WorkFlow.BusinessLogic.ImportExport.Report.NavBarItemsDifferenceFinder.FindAndChangeParents(MappingList sDifferenceRow navBarItemDifferenceRow, Dictionary`2 flatDifferenceDictionary, Dictionary`2 navBarItemsOwnersDictionary) at WebCon.WorkFlow.BusinessLogic.ImportExport.Report.NavBarItemsDifferenc (...)
(...) TSource x) at System.Linq.Enumerable.c__DisplayClass7_0`3.b__0(TSource x) at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at WebCon.WorkFlow.Studio.Logic.Base.BusinessList Base`2.AddRange(IEnumerable`1 range) at WebCon.WorkFlow.Studio.Logic.Managers.SubelementsFormFieldsManager.GetSubelementFormFields(StepForm stepForm, ICacheStore cacheStore) at WebCon.WorkFlow (...)
(...) Hi, I don't know if this is possible in the BPS 2025 version, but for earlier versions I miss the ability to center the text (and make it bold) on request for each column of the item List or SQL GRID data table. I don't think it's possible to set the background color for the column label. Regards, D.
(...) try to explain the behavior as good as I can but I don't have any explanation for it. Maybe someone else does and has an idea how I can track the 'culprit' / improve the behavior. We have an item List with related documents. This item List has a data row column which outputs an HTML fragment for the current row to trigger a rename function. select ' ' AS Rename The only variable is t (...)
(...) hments to read only for a certain step? Reason: I have a voting application in which several people can vote on the publication of a new file. The application consists of a main workflow (with a List of the workflow participants) and a sub-workflow for each participant. After the "Start" step, I want the attachment to be read-only. In both the main workflow and the sub-workflows, it should not (...)
(...) Hi, I just noticed that the required star is added to the save button, when a new item List row is added in 2025.1.1.105. It would be great if the required star is added whenever a form field was modified, the page is dirty. There's already the session storage key "WebconBPS_FormIsDirty" and the functionality to add the required star. It's probably not complicated to combine the functionalities (...)
(...) Cześć, Czy jest możliwość ukrycia kolumn List y pozycji wyłącznie na formularzu, tak aby w trybie edycji jednego wiersza były widoczne i możliwe do uzupełnienia.
(...) Hi everyone, maybe someone had a similar topic. I need to update a certain number of fields in one column of an item List . Is it possible to do this with the “Update item List ” action?
(...) use of SDK extensions is verified before the plugin is run. Before upgrading the system, it is recommended to verify the availability of the WEBCON BPS SDK Framework license in the environment. A List of current licenses is available in Designer Studio under Reports › Licenses › License usage. Regardless of the availability of the WEBCON BPS SDK Framework license, SDK extensions created by auth (...)
(...) UIImagePickerController() imagePicker.sourceType = .camera imagePicker.delegate = self present(imagePicker, animated: true, completion: nil) NSCameraUsageDescription needs to bee added to Info.pList Android: val cameraIntent = Intent(MediaStore.ACTION_IMAGE_CAPTURE) startActivityForResult(cameraIntent, REQUEST_IMAGE_CAPTURE) To force this the functionality is needed too to set a process (...)
(...) Hi, it would ne nice if one could enter a List of css class names in the "style" section of the tab "style and behaviour" of a field. Insted of multiple occurences of the same style code in different fields one could just enter one or more css classes. This keeps css style modifications simple. If there would be an internal css editor (similar to form rule editor) instead of a text input field f (...)
(...) Hello. According to this documentation: https://developer.webcon.com/docs/api-registration-and-authentication, the api/login endpoint is still List ed as an option. I see that this refers to version 2025.1. However, I'm using version 2025.2 and the api/login endpoint no longer works. Do you know why? Where is information about this change, I know there is OAuth2 option, I would like to keep it (...)