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

search results

for data

(...) Currently, if a company has several content data bases, for example 5, and users need to be synchronized across each data base, the data is stored in 5 tables * 5 data bases, resulting in the same data being present in 25 tables. CacheOrganizationStructure CacheOrganizationStructureExtendedTokens CacheOrganizationStructureGroupRelations CacheOrganizationStructurePictures CacheOrganizationStructure (...)

(...) 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.

(...) 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 data base 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, I've prepared a template using Word Classic and put there data rows and data tables fields. Unfortunately the data are not displayed. The same situation happens when I go to Admin Mode > Admin actions > Word Template Printout. No data from data rows/data tables fields are diplayed. I am using Webcon Express.

(...) 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 (...)

(...) cing the execution time of a long path transition in version 2023.1.2.44. In this context I noticed that saving the instance executes "recalculate rows". In our case this causes another execution of data rows which are only used for displaying information. They are not used in any other combination, even the usage tab is empty. It would be great, if we could have a checkbox or similar for a data r (...)

(...) 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?

data sources 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 th (...)

(...) Hello, Is it possible to programmatically migrate SharePoint list data to a Webcon BPS dictionary using PowerShell, especially if the fields in both systems are identical. or if not, is it possible to migrate just by exporting SharePoint list data to Excel then import it on Webcon dictionary? Let me know if there are other recommended method to do this and the steps. Thanks in Advance.

(...) Hi I'm having trouble on adding a MSSQL data base data source on data Sources -> Connections -> MSSQL data base 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 remo (...)

(...) Hi, I am still learning Webcon and currently exploring the Webcon API. I would like to understand more about authorization, invoking REST methods, and specifying the path for importing data into the correct dictionary. I’ve attached an image of my sample script, which successfully retrieves SharePoint data , but it encounters an error with Webcon authorization. I would appreciate guidance on what (...)

(...) How to access values of the 'data sources'? -> The query only returns the ID of the data source.

(...) Hi all, I have a question about exporting data to an excel file from item list. I want this data to be already sorted after exporting to an .xlsx file. When the data is loaded into the item list it is sorted by webcon, on the form it is ok, but when exporting to excel the data in the .xlsx file is not sorted at all. Any idea how to do this?

(...) Hi all! We would like to add a data source from REST API. data source method is POST, since we have many parameters. We need this data source in different workflows and parameters are dependent on values entered in current form (different fields in different workflows) and also should be fetched from data base from another workflow. As I can see there is no way to use current form field values (...)

we are currently in a process of compare which translations we have and which we do not. I do not want to do it by going through each application than dowload the excel but I would like to generate a report with app,worfklow and form fields where there is no tranlsation. Can anyone help me with this issue?

(...) Hello, we did “live testing” for one non-critical application in DEV environment. Is it possible to migrate application including the data (Workflow instances and dictionary data including their history) to higher environments TEST & PROD?

(...) How can i cange the style of the data table? As example i want to change the row height to a certain number, and the column width to fit the content, however i did not manage to achieve this simple goal. i would appreciate any tipp on how to do it.

The current version of the API allows updates for the following fields: { "name": "string", "email": "string", "phoneNumber": "string", "managerBpsId": "string", "jobTitle": "string" } It would be useful to expand the user API to include fields such as: - Department - isActive - COS_ExtensionAttribute1-20 The isActive field would be helpful for deactivation in case of

(...) What is the possible and if, the most efficient way of getting data from a dictionary into a js file that is supposed to read all the items from said report ? SQL(business rule, then convey it to the js file as an argument) or we can natively do it in js ?