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

search results

for CU

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

(...) use the mentioned function (https://community.webcon.com/posts/post/function-dictionary-for-business-rules-and-form-rules/237) without sql to get the date value for the last and the first day of the CU rrent month in the default value field of datetime type attribute?

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

(...) Can anyone recommend some good calCU lator or formula to calCU late the database size increment for demo applications and N users over time? Condition (no attachments are uploaded) something like: application A or B * user or process * month = yMB data size Rather, it is an order of magnitude to evaluate for these ready-made sample demo applications As far as the attachments can be esti (...)

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

(...) I think it would be useful to have the ability to apply CU stom css classes to input fields. With the CU rrent styling options there is no way to style the "inside" of the input controls. The last image is what I'd expect to be able to do, the first 3 images are what is CU rrently possible with out-of-the-box functionality. If that is already possible I'd be happy to know how without having to t (...)

(...) Hi, we have a requirement to calCU late no.of days took to complete an assigned task. Created a business rule with below code: select count(*) as BusinessDays from Calendars where cal_isworkingday = 1 and cal_workingdate >'{BRP:26}' /*starting date*/ and cal_workingdate < '{BRP:27}' /*exit date*/ BRP:26 and BRP:27 are business rule paremeters. BRP:26 will be capturing on entry of the ste (...)

(...) Hello, CU rrent version tracking tool in BPS is pretty good, but i'm lacking one feature. Let's say we have a workflow, where i'm at version 1, i need to get some more informations, so the doCU ment is being send to another people and new versions are being created 2, 3, 4, 5, 6 etc. After they will do their job, and i'll receive the doCU ment back in version 7 i want to be able to see all changes (...)

(...) Hi Everybody I hope you can advise me about processing doCU ments by Solr, it does it extremely slowly in the queue, it takes about 1-3 seconds per doCU ment without attachment. I have about 300-500 thousand doCU ments to modify, recently when I filled the queue with 80 thousand, it was unloaded for 4 days: / My configuration: Webcon 2020.1.3.434 Solr (version 8.3.0) info from dashboard: (...)

(...) I have already used the database provided by European Central Bank for CU rrency exchange. But i want to use REST for conversion of CU rrency exchange(mostly for euro). What should be the URL/REST request suffix when im selecting GET HTTP method.