(...) 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 (...)
(...) We use in one of our applications the option to generate HTML code (for example extra buttons performing some actions) in List item lines. For this purpose, data row field type was working well. For example such code: SELECT '➕➖' AS XX Generated two nice buttons with + and - that performed some actions. With the current version 2023.1.3.202 WEBCON adds extra " signs, so the ent (...)
(...) Hi everyone, Jarosław created a threat in which he points out that elements are no longer rendered if they are used in an item List data row column.: https://community.webcon.com/forum/thread/5247 I tested the most common/likely elements and to verify which are supported by using this SQL query: select 'a tag' + ''+ 'button tag' + ''+ 'div tag' + ''+ '' + ''+ 'img tag' + ''+ 'input tag (...)
(...) ng permissions in Webcon, there are tabs to choose from. If there are more than can fit in the window width, scrolling through them is dramatically slow. I would suggest changing this to a drop-down List . With a search option it would be great. [I added the same topic six months ago, but I'm doing it again because of the lack of response to the previous one].