(...) Hello everyone, I have an action where I upload one or multiple attachements (PDF) to a SharePoint list in SharePoint Online. CU rrently all attachement uploaded to the SP list are checked out. Is there a known configuration in the action or in SharePoint? Or has anyone else had a similar problem? Best regards, Tim
(...) We get an error message by using filter function in the report for calCU lated columns (using substring). I use the following formula. SUBSTRING(WFD_AttText8,1,2). The report view shows the correct values in the calulated column. As soon as I want to filter this column, I get an error message. Does anyone else have the problem or am I doing something wrong? Best regards Nancy
(...) Hello together, I exeCU te a PowerShell script directly on a path in my Webcon workflow. BeaCU se I'am searched through some groups I got an timeout after one minute. I get an error with the message: "Increase the timeout value passed to the call to Request or increase the SendTimeout value on the Binding". But where can I increase this timeout value to higher then a minute? Thanks for your help (...)
(...) Hi there, I have a data source of MSSQL type, that populates a data table. The SQL query is quite complicated but it works. However it CU rrently takes about 33 seconds to complete. Thus when exeCU ted in SQL Studio, I get the output table. When I try to exeCU te it in a bps process, it fails. When testing in Designer Studio, I get an error of exeCU tion timeout. Is there a way to tell Webcon to allow (...)
(...) Hi all! Maybe this is a know issue, but we are wondering at the moment if it is possible to import an exported application package to a Webcon installation with a different version. We CU rrently have an exported application package (.bpe) from version 2021.1.3.205. We are planning to use cloud services from Webcon which is supposed to be the latest version (which CU rrently is 2021.1.4.55). Is it (...)
(...) report build in one of our processes (list of all invoices which contains >350k items) which is now not loading for users. we have rebuilt it in SOLR and it is fast like TGV train but we had some calCU lated columns based on item lists which we need to rebuild. Is there any manual, KB article that describes this or anyone having expierience?
Hi everyone, i installed WEBCON WITHOUT integrated authentication. Unfortunately, i skipped the step, where you have the option to setup a Windows User (see pic 1) - the manual said, it is not required (even though recommended). Now i cannot log into the Webcon BPS Designer Studio. Do you have an idea, how to setup the Windows authentication Connection to the Database afterwards - without inte
(...) Hi everyone, I had the requirement to calCU late a reminder date based on a due date. This should be x days before while respecting the working day calendar. SQL Command for calCU lating a date _after_ the base date, attachment (1): select Top 1 [CAL_WorkingDate] from ( -- Top: number of working days before the base date SELECT TOP {BRP:13} [CAL_WorkingDate],[CAL_IsWorkingDay] FRO (...)
(...) do some of the 'Form rule' actions with pure JavaScript? If you click on the "Show" button in the expression preview you will the JavaScript representing the graphic rules. In my case I wanted to exeCU te a 'Form Rule' which again does some more stuff. Unfortunately the id of the rule is added to the name which again is used as a function name. Since the id depends on the environment it gets a littl (...)
I want to subtract the value of two attributes from each other. I tried a business rule and it counts the differences between the two attributes, but I don't know how to make this difference show up on the form and refreshes after changing the value. For example, attribute 1 has a value of 5 and attribute 2 has a value of 10, and I want to show: attribute 2 - attribute 1 = attribute 3
(...) Hi everybody. I wonder if there is a way how I can attach the message sent by an "CU stom mail" action as new attachment to the workflow instance? Kind regards, KLaus
(...) Is there a doCU mentation for Translator tool? When I am setting up new language in the Suggested translation, i need to understand how it impacts the system.
(...) For the absence chart, i'm missing to the option to define the range of the chart. When using the absence chart in a leave request, i would like to see the range around my planned leave. CU rrently the user has to scroll, to see the right data. Thats why it would be great to be able to define a dynamic data range. Ideally we can configure start and end date some weeks before/after the dates of the (...)
I have problem with configuration hotfolders. I would like add option to automaticly add attachments to existing workflow by barcode. Only worked solution is worked for me is start new workflow but is not what i need. I was based on https://howto.webcon.com/hotfolder-adding-scanned-files-to-process/ I don't now why onlu "standard barcodes" is enabled in designer studio if "attachments based
(...) Hi everyone, I have the following use case for a CU stomer: A workflow should be started from Outlook using the (full) Addon. Based on the from address some more information should be retrieved from a CU stom database and populate other fields. So far so easy, at least in the dev system where I can modify the data in the CU stom database. This is where my problem/the question starts: Does anyone (...)
(...) I copied businessRule from one process to another and after save I can't open this process anymore. Message=The given key (432) was not found in WFBusinessRuleDefinitions cache for CU rrent content database. Source=WebCon.WorkFlow.Data StackTrace= at WebCon.WorkFlow.Data.Caching.Collections.WFBusinessRuleDefinitionCacheEntityCollection.ByID(Int32 id) at WebCon.WorkFlow.Studio.Logic.Manager (...)
(...) at the star step, I grant read permissions to different domain groups (Add/Remove privileges BPS Action). The problem comes when I have a completely new group and I need them to have access to old doCU ments in end step (Final - positive). Clicking through several thousand doCU ments is not an option. It would be best to use the option to check permissions to open in the browser, but that didn't wor (...)
CU rrently Webcon BPS does not offer an action to convert pdf to pdf/a. As there is a rising request for doCU ments in pdf/a format, it would be great having a built-in pdf to pdf/a conversion action.
(...) Hello Team Mayby someone has a solution ? Simple process / screen 1 / On step "Confirmationa" , group of users have to accept. I used functionality: Operation exeCU ted on parallel tasks: Wait for required tasks to be completed. Above functionality works fine. Problem is to now , who not accepted. How do it ? Thank you in advance Jerzy
Hi all! We have to transfer some values from old database fields to new database fields, since we want to switch some fields in process to global fields. We plan to do this with well know T-SQL statement (UPDATE WFElements SET ...) within a cyclic action, which can be triggered on demand. Does anyone know if there are any restrictions in Webcon SaaS (Software as a service) regarding SQL