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

search results

for data source

(...) Hi, In my opinion, the biggest advantage of BPS data source s is the ability to link to a selected element. However, the disadvantage is much lower performance in advanced conditions, inability to join data, use union, and combine data from different content databases. By changing the source from BPS to SQL, users lose the functionality of the link. Of course, we can achieve this in a different way, (...)

(...) Hi everyone, maybe you have read the change log of the latest version and come across the new action and it's description: This action adds all rows from the specified data source to the indicated Item list, without checking for duplicates, but taking into account the values specified in the Columns mapping section. Executing this action may result in duplicate rows of the Item list. As I en (...)

(...) ssign response values) I can not remember a case where I would like to actually set the display name. Maybe there was one, but in 99% of all cases I'm only using the id and in 99% of the cases the data source of the choose field is neither an a REST nor a SOAP data source , so resolving the display name would be fast. Best regards, Daniel

I created process where I have got: 1. Parent process with Item list: a) description b) attachment 2. I start child process a) copy data + copy attachments b) i would like to populate the same in child item list with records correlated with coped attachments ... I did SQL source: [code="SQL"] SELECT e.DET_ID as 'ID wiersza dziecka', e.DET_WFDID as 'ID Elementu Detalu dzie

(...) Hi, I have a choice field with SQL data source connected to it. Is it possible to create a link (into the choice field) to a selected element like as in the case of BPS Internal view? Simplify, I need the same option as in the selected screenshot but for the sql data source .

(...) seem to access the value of the item list (qualification) in any form within the For Each, as there is never a value in there as can be seen in the 1st image ('Ausbildung'). I've also tried using a data source Value Filter, but I can't get a result because the designer can't seem to access the text. Does anyone have any tips for me or is this a bug?

(...) Hello! is there a best practice how to transfer data from an external data source (eg. sql server) into a dictionary in webcon (and webcon in general)? I heard something about a technical path?

(...) :00AM, and is doing so every 2 minutes. What it does is to create an instance for the same process (parent process - where is also the global action configured). Parent process is running a loop on a data source that contains 10 entries and starts 10 other instances on a second process (child process). To put it more simple, every 2 minutes a parent instance is created that will create 10 other child ins (...)

data source s TAB in Application - add column with "Access to data in the context of system account" NO I need to click one by one to check if is marked or in each attribute "arrow" next to data source and jump to data source and then check is picked ... (in some scenario arrow is not active ...so Application .. then the data source .. pick proper one and then check ... ) Could be easier to see that opti (...)

(...) Hi I'm having trouble on adding a MSSQL Database data source on data source s -> Connections -> MSSQL database as I keep getting the error message below: "Unknown error: A network-related or instance-specific error occured while establishing connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote conn (...)

(...) Hi, when you want to add a new new report tile with a link to the "details" in WEBCON BPS 2024 you have to: 1) Choose a data source 2) Choose an existing report The current implementation forces us to create the data source twice. While the effort for the data source creation may be neglectable, I'm quite sure that a lot of us will forget to update both data source s. Especially because it will be ra (...)

(...) I would like to propose a change to the Process Import/Configuration grid. It would be great if the names: data source s, Fields, Constant etc. were in a separate column (if it were possible to sort/filter by this column it would be great :-) ). With many data source s, finding the one I don't want to import is not easy.

(...) month. The user (author) updates the data and submits it for verification. I proposed the following procedure: 1. I created a BPS source that lists all 10 reports from the last month. 2. The BPS data source has columns including: ID, Signature, Author, Company, etc. 3. In the cyclic action, I added automation and the "Execute for everyone" operator, where I indicated the above-mentioned BPS data source (...)

(...) reports (simple/advanced) dont show any past vacations. We updated to 2024.1.1.161 after finding changelog notice, that some problems with vacations report were repaired. Our config: We use a data source with SQL view with past vacations, and all type of data in columns are correct: VAC_UserID VAC_From VAC_To VAC_VACTypeID SQL: select * from [V_Urlopy_Historia] After some tests we've done (...)

(...) one of our systems started to enforce compression for its HTTP responses. They are now compressed as gzip which leads to an error when trying to access data from the system using a REST Web Service data source in Webcon. I can help myself by implementing a custom data source , but if there is a native solution, I would be glad to hear about it.

(...) [Location] Process attributes > Attribute of a Select type using a BPS data source > Filtering section [The bug] In a data source filter, when using the ALL_TRUE operator, the WHERE condition in a generated query is prematurely simplified, what results in an SQL error. [Workaround] Chain AND operators. [Fix] Please fix the SQL translation of the ALL_TRUE operator :)

(...) ess rule works fine. Setting this one into an ALERT all members are returned as expected. Using 'testgroup' as string in the group picker of the function GROUP MEMBERS ['testgroup'] in a filter of a data source works fine and all members are returned as expected. But using the AD-Group field in the function GROUP MEMBERS [AD-Group Login and name] in a filter of a data source always returns no result. The (...)

(...) t if one would have a global function in system settings like it is for global CSS for form rules that shall be loaded for all forms automatically when set. Maybe it could be realized like it is with data source s. This means one has to connect a global form rule in system settings to forms individually or with the global option "load global form rule to all forms". The last idea would just need a new checkbo (...)

(...) Hi, ver. 2025.2.1.91 Is there any changes to CTE SQL availability when used as a data source ? After the update from version. 2025.2.1.42 to 2025.2.1.91 we found that all functions using CTE from data source s stopped working. Strange - when you use CTE in the action config, it still works. Can you confirm whether it is a bug or not ? Error: Error in On path action Wgrywa nadgodziny (zrodlo (...)

(...) While parent & children are not archived, everything is just fine, but when you archive any of these elements, datatable/row gets empty and datatable shows that "No data preview ... archived ...". data source s are custom T-SQL, but I suppose that's not the problem. I need to show the data within datatable / datarow no matter the element status. Thank you, Mihail