(...) Hello, I have item list with anormous amout of rows from time to time. Few columns with action on it (for example set another column,select data etc.). When item list comes to 100 rows system will send many requireness (once requireness = one log on IIS). This causes slow loading of the form. No once form is unavalible ,error from web browser (Not enough ram memory). I have few ideas, but im in (...)
(...) ly hits for the filename I got were in the Portal directory. Which is of no importance as the cyclical action is run by the Workflow Service. I also made sure that no other plugins in any content data base used this file with another version. There was actually only this plugin which used the file SELECT [PLF_FullName] ,[PLF_Guid] ,[PLF_Extension] ,[PLF_PLPID] FROM [D (...)
(...) I've got following problems - we are using AD as an authentication tool, but because of quite complex, matrix organizational scheme I cannot use a supervisor data from AD, because (depending on the project) the same user can have two different managers). So I figured out, that I will be using BPS Groups next to AD: 1. I've got User A, Manager A and Manager B 2. I've got groups Managers, Project A & (...)
(...) Hello, is there a possibility to use existing SOLR as data Source? I had an idea to show users SQL grid, which would show similar items found in data base, based on text typed in regular TextInput field. That lead me to Levenshtein Distance algorithm, which might be slow in SQL, but i've found that such a thing is already implemented in SOLR (https://stackoverflow.com/questions/1752301/how-to-confi (...)
(...) Hi, I have an item list with a "date" column. I figured out that filtering (or even showing it in a customized date format in a data table) is tricky as the daty type of the column is actually nvarchar(1000). What I want to reach is to filter the data table based on a "date picker" field, but I don't manage to. Kind regards, Klaus
(...) Hi everyone, for data sources you can define a common data source and add child sources for the parent "Superior source". These child sources can then be associated to business entities, which allow you to target different backend system for each business entity. If I haven't missed anything I don't have a similar option for the Connection themselves. This is fine as long as I can use the connec (...)
(...) ery) and send these results to an external endpoint (REST service). The problem is that the query does not reflect current changes in form, since this happens on save. This should be related to data base transaction and current values which are not persisted at this moment. Is there even a way to handle this scenario properly in Webcon? We have a dictionary process, so there is no way to pl (...)
(...) After upgrade to version 2022.1.4.174 I get errors on some querries that use . Error occurs when querying another data base directly or using join, etc from SQL COMMAND or choose field querry. I found that this is related to change described in https://community.webcon.com/download/changelog/117?q=cf05b90, associated with using bps_user on SQL COMMANDS. Is there any way to deal with it at SQL serve (...)
(...) Hi, is it possible to manage colors in the graphic - Gantt chart? My "holiday schedule" data source retrieves data from two processes (remote work at the initiative of the employee and occasional remote work). By inserting the source into the process, all elements are marked with the same color. I would like elements from two processes to be colored separately with a color of my choice.
(...) grate our on prem WebCon to our GCC High instances of O365. Currently working on the dev instance. I'm having issues just installing WebCon. Even on a clean box, I get the following error on "Content data base Creation" I've tried, cleaning up the data bases and users, and restarting the box and retrying install. Leads to the same error, I've installed WebCon a handful of times and never seen this pa (...)
(...) can I do that? I didn't find any information - except the "DET_IsDeleted" flag. I'm kind of stuck - again. Anyone out there for a little help? Maybe there is an easier way to transfer the row data between the ItemLists? Thanks in advance, Bjoern
(...) I was searching for some information about the "REMOVE PERSONAL data " action, but WEBCON does not have a vaild link anymore: INTRODUCTION TO ACTIONS IN WEBCON BPS https://community.webcon.com/posts/post/introduction-to-actions-in-webcon-bps/172 -> Remove personal data [ http://howto.webcon.com/gdpr-personal-data -administration-process/ ] -> File not found I didn't check the other links. (...)
(...) sabling (hiding) rows in the previously initialized item list -> business case: in the step after initialization we disable (or hide) all the rows except for the selected ones (preferably); after the data was entered to the required columns of a current row, that row is being disabled, while the next one is being enabled (or shown & enabled).
(...) Hi community! I am struggling with Word Add-In and data tables. The requirement is to show a table of order positions, each position contains an image field with a barcode (which should be shown in table) and some other fields. Is that even possible and if so how? Thanks a lot in advance & best regards, Nik
(...) In our attempt to move to the cloud I need to update our webcon data base to the latest version that supports GCC. I do not want to install this on prod and we don't have a proper dev env setup for this (Yet). To get the db upgraded, I am trying to migrate our existing prod WebCon instance, data and all to a new dev host (basically making a 1:1 prod:dev environment). Is there a "supported" metho (...)
(...) Hello, in the "Absences" application I have two processes: Employee file, Holiday request. I wanted to ask you, how do you organize data sources for such a process? 1. Should the source of data be an employee's file with a list of items that reflects holiday leave limits? In this case, each submitted application should update the parent workflow (Employee file), but I am afraid that over time (...)
(...) Working on a project whereby there is a process to track delinquent loans and create collection activities based on ageing. We receive loan data as a daily dump in excel and new or modified rows should either fire new instances of our workflows or trigger certain paths in existing workflows.Unsure of how to go about this
(...) don't understand where should i define an additional row... (text fig. 13) Or i get error "column DET_Att1 not found.." https://community.webcon.com/posts/post/confiugration-of-the-item-list-and-data -table-form-field-in-e-mail-templates/14 Can you help? Thank you.
(...) of a workflow? How to check on which step it failed or if something run? For example, on a step i have a workflow to run a soap service... how to check response and how to get response and use that data to invoke another soap service action? Thanks
(...) We have a server where there is an app installed and it is accesible only through VPN. If i have created an app in Webcon and i have to send data to that app invoking SOAP service action, will it work? Or how to configure?