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

search results

for List

(...) It would be useful to be able to group the data in the itemList at the column level and on the main form. Currently, we can group at the level of each step, but sometimes when we have many steps, it would be more useful to be able to set it just on the main form. Thanks, Raluca

(...) Hi, We have a client that uses sharepoint to work with documents, for contracts. There is an item List that is used to manage these documents (so far, only upload and download) and they would like to also be able to delete some of the already uploaded documents. There is a main folder for each contract and there are a couple of subfolders for attachments, depending on when they where added. As far (...)

Hello everyone, I have a workflow where data is imported and instances are created. After the import, a timeout (minute) is defined which further delays the instance. A field value (multiline text) is set on the path. At this point, the workflow encounters an error (Concurrency Error). However, if I manually pass the WF instance on the path, the field value is set correctly. I hope someo

(...) załącznik: Dodaj załącznik. Object reference not set to an instance of an object." the flow ID from where I would lite copy attachments is = 20008 I try use tech_filed set as text or drop down List ... and all time failure if in tech field I have "20008" then "Object reference not set to an instance of an object." if I have signature of flow "ZAM/2024/03/00188" then "The current transact (...)

(...) Hi I am looking for a good toturial and is it possible to create a List of items where the item contains many attributes, e.g. a date field, text field, one below the other and not only just next to each other? That is, the distribution of attributes vertically and not only horizontally in the items. Found only this: https://developer.webcon.com/docs/2019.1/sdk-custom-control/

(...) e field (Autocomplete or Popup), whose results should be dependent of the following: 1. Current step 2. If second choice field is selected, it should narrow down the results from a subquery (Item List ) First of all Webcon doesn't accept a DECLARE statement in the first line of a custom datasource based on 'Current BPS connection'. A workaround here is the 1. statement (IF (1=1)). This query (...)

(...) o, I have an external API: GET https://domain.com/api/employee/GetAll I have created a process using REST API that get token, then get Employee. (START - FINISH) GetAll - Retrieve the employees List . The HTTP verb for this method is GET. When i run the process manually, it works. I have created a global cyclical action that starts my workflow (every day run), but it doesn't work: Response (...)

(...) Index (zero based) must be greater than or equal to zero and less than the size of the argument List . SQL query: SELECT 111 as WFD_ID , 222 as PATH_ID

(...) Hi, It would be useful if we could configure the SDK with values from local parameters. Sometimes we need to send a specific value, for example: a value from an item List or a calculated value, and it is easier and more efficient to save the value in local parameters from an automation rather than saving the value in a physical field. (Usually, these values are needed temporarily and it is not n (...)

(...) Hi, could we please get an option to define whether we want to set a choose field or only the id of the choose field? See the attachment as one example. I have an item List with a drop down and a fixed sql statement with multilingual values. Assigning the id to the column in a for each loop does not resolve the display name and the "id" value is treated as the display name. The "solution" a (...)

(...) criterion. Unfortunately as I change the criterion, the table sometimes fails to refresh and displays the data for the previous criterion. How do I solve this problem? I don't want to use an item List filed because there is a character limit for a field of multiple lines of text Regards, PAWEŁ

(...) se.AssistPhrases.AssistPhrasesProviderFromCollection.GetAssistPhrasesTo(String text, IAssistPhrasesFilters filters) w WebCon.WorkFlow.Studio.Forms.BusinessRules.BasicDesigner.IntelliSense.AssistList Box.d__71.MoveNext() ------------------------------------------------------- How can I solve this problem?

(...) Hi, Can I achieve such an effect in an calculated column? In SQL it works but in webcon I have an error If atrubut is empty display the grouped attribute from the item List Code: select ISNULL(WFD_AttChoose5, STRING_AGG (CAST(DET_Att1 AS NVARCHAR(MAX)), ';')) from WFElements W left join WFElementDetails WD on W.WFD_ID = WD.DET_WFDID group by WFD_AttChoose5 What needs to be corre (...)

(...) Hi team, I am in the process of addressing an issue related to unexpected changes in the component state. In the initial state, I have a field that is of type "List ". Upon clicking an icon, the field type changes to "text", and the selected value disappears from the field. Clicking on the function triggers a modal, but after closing it, the icon that was changed does not revert to its initial sta (...)

(...) https://community.webcon.com/forum/thread/969/15 on initial step on path action to count attachment did not work ... doesn't matter if element is saved or not. The attachment was added by item List .

(...) y skopiuje zawartość wybranych pól i wystartuje nowy element w procesie ze skopiowanymi wcześniej informacjami. Czy i w jaki sposób można to wykonać? Nie chce żeby był to podobieg, nie będzie to tez List a pozycji. Po prostu nowy element, który wystartuje z kroku startowego z pobranymi już informacjami.

(...) at WebCon.WorkFlow.SDK.Documents.Model.Base.ReadOnlyItemsCollection`1.GetByID(Int32 id) at WebCon.BpsExt.Signing.Autenti.CustomActions.Helpers.RequestBodyProvider.AddSmsAuthenticationnConstraints(List `1 constraints, ItemRowData row, UserColumns userData) at WebCon.BpsExt.Signing.Autenti.CustomActions.Helpers.RequestBodyProvider.AddParties(ItemsList itemLis, UserColumns userData, Boolean setUse (...)

(...) eally, to 2501. This adjustment would significantly ease our workload. Thank you in advance, Bjoern Poller P.S.: I will also submit a similar request for the import of Excel rows into an Item List .

(...) Can I delete business entity ? Even if not active, it's being used like everywhere, where the "business entity" field exist or any start with List is used.

(...) Hi, I am currently working on some tool management workflow in WEBCON and I have a problem. I have an items List with REST API as data source where user can pick and book tools for some time period. Time period property is not included in REST API so I'm using form fields for booking dates. Then I need to filter the items List using tools from REST API and dates from WEBCON database to exclude unavail (...)