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

search results

for lists

(...) tion about your installation. The page is divided into two sections: CLIENT DATA – includes the client's name, login, and date of account creation. LICENSE SERVICES – lists the client's registered license services, including their name, status (active or inactive), environment type (DEV/TEST/PROD), and installed version of WEBCON BPS.   The followi (...)

(...) So we decided to add a JSON-builder, that generates the structure based on the form fields. It is quite simple, but it also groups fields to its nearest grouping element (group, tab). Also, item lists , data tables, and data rows are supported. For most scenarios, this should be sufficient. In addition, you can still create your own JSON, by whatever means you prefer. Here is a simple example o (...)

(...) ew to WebCon BPS. I wonder if it is possible to get all items of a process or a datasource/dictionary defined in BPS from client side via REST API. In SharePoint I did something like this: _api/web/lists /getbytitle('MyList')/items?select=Title... This does not seem to be possible with BPS REST API or at least I did not find it ;-) I am thankful for every hint pushing me into the right direction. (...)

(...) I get hundreds of hits - so the documents are properly indexed, and can be found when searched. The report is SQL based. Portal Version is 2020.1.3.411, but I couldn't find anything in the bug fix lists about a behaviour like this. Although there were a few bug fixes prior to version 411. I have the same behaviour in TEST and PROD. Just reindexed the entire Test-DB . --> Still no luck with the SQ (...)

(...) p in the configurations and I'm able to send the information to Sharepoint: Message Log for my Action Message Address of a Sharepoint list: https://visionboxdomain.sharepoint.com/sites/customers/lists /Calendar Inserting values: Title: Renovation Doc, Location: PT, EventDate: 3/12/2021 12:00 AM, EndDate: 3/14/2021 12:00 AM, Description: Renovation of doc, fAllDayEvent: , EventType: renovation, Mas (...)

(...) ance inside an SDK plugin in order to make use of them in C# code? I tried to remove rows from the item list in the code C# (SDK plugin ) using function : WebCon.WorkFlow.SDK.Documents.Model.Itemslists .ItemsList.RemoveAt(int index), but can't delete all the rows because I get the error from the image

(...) orks. Changing to autocomplete works, but it is inconvenient for that purpose - picker is better as autocomplete, especially with the bigger size in 2021. It works with picker fields outside of item-lists . Is there something I missed, or is this a bug? It's a showstopper for 2021 for us. Can someone confirm this? Thanks!

(...) an item list with static rows? The idea is for each new workflow started, an item list would have 6 rows already setup to have other data entered. Nevermind, I found it :) https://webcon.com/item-lists -repeating-data-done-right/

(...) It was a great addition when the foreach functionality was added in form rules for item lists , but they seem to be limited only to get and set values. There are plenty of reasons for witch you could need to disable a field or color ii differently using form rules. It would be great if styling fields with the foreach functionality would also be possible. I have attached an example where the fields mar (...)

(...) cesses (list of all invoices which contains >350k items) which is now not loading for users. we have rebuilt it in SOLR and it is fast like TGV train but we had some calculated columns based on item lists which we need to rebuild. Is there any manual, KB article that describes this or anyone having expierience?

(...) be nice if we could have a built-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 (ItemList, Row, errorText) The counterpart CLEAR ERROR would also be fine to remove the error message. My approach is not that ideal, because I must do validation twice, once a (...)

(...) Hello everyone! A problem I encountered in 2021.1.4.118 does not give me a rest. It conserns Item lists . When I use any type of choice field and in the picker tick "Show link to this item" it still does not show the item with the link (as it does in standard attributes). It doesn't matter if the field is read-only or writable - always no link. I suppose the solution could be a separate hyperlink colum (...)

(...) have a short question: Does anyone know the reason for the following error? >Adding 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 GUID is attachet as an image + trace of the error. Best regards!

(...) Am I missing something or has the User or group field type on item lists been removed from new Webcon versions? Thanks!

(...) o.ImportExport.PortalImportManager.Save(ImportVerificationResult verificationResult, IImportLogger importLogger, String appVersion) bei WebCon.BPSCloud.Core.Studio.ApplicationSaver.SaveMappinglists (MappingList model, MappingList deleteModel, String appVersion, PermissionModel[] archive) bei WebCon.BPSCloud.Core.Studio.ApplicationSaver.Save(Stream content, Action`2 beforeSaveCheck) --- (...)

(...) Hi all! We want to add some rows to an item list with 'Change item lists values' action. The SQL query should take a JSON array (which is perfectly valid) from UI element and return a table for adding new rows to this item list. Unfortunately this does not work. There seems to be some parsing on Webcon side, which eliminates all elements in the JSON array, apart from the separator, which resul (...)

(...) }).then(() => { InvokeRule('#{BRUX:1526:ID}#') }) This is working fine but unfortunately this seems to be incredibly slow, if there is a larger amount of rows to be added. We tried to call item lists initialize, but that seems to replace all items in item list, which we don't want. Maybe there is a way to initialize (with some sort of UNION query) which takes respect to existing items and also (...)

(...) Hi there has anyone an example on how to populate dropdown lists from REST data sources ? I got the working requests in POstman, but I cannot get them to work at all in webcon. and its kinda hard to debug since error messages or logs are seemingly not available... thanks for your help in advance.

(...) structure as given in screenshot 1 (attached). The screenshot shows my configuration within a little test app. When I start this action, the request body fully ignores all data regarding the item lists as given in the dump below. (Hint: The error has been forced by the web service to receive the dump.) With POSTMAN the web service operates normally but from WEBCON BPS the request body does no (...)

(...) Hello, Does anyone can help me, why in WEBCON SQL query apostrophe is replace with quotation mark? On the form, I have an attribute with value: '2339226', '2504286'. In action "Change items lists value", I used an SQL query whith this attribute, but query preview returned "2339226", "2504286". Regards