(...) al_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 step. BRP:27 will be capturing on exit of the step path. Attached the screenshot of the action added on the path but the SLR is not getting calculated.
(...) s, today I have a special problem and hopefully somebody of you already has a solution. I am working on an internal Knowledge-Database. One given requirement is: In case of an update, the old entry has to be archived and a new entry with all previous information should be created to be edited. So far no problem - except for the attachments. I dont want the old attachment files to be copied (...)
(...) have the item list where I want to upload some rows from an excel file, then I want to check if uploadet rows exist in the dictionary. If exists, webcon should mark a column in the item list that the entry exists. Do you know how to achieve it? Could you help?
(...) categories I set up a new one with a team of three members. 2) When I assign the category to a new ticket, the team leader value is copied appropriatly, but for the three team members only the first entry of the category field value is copied three times. I have not found any hint if this bug is known and how to solve this. Has anybody the same behaviour and is there a fix? Thank you for your an (...)
(...) ution yet: Task: After generating sub workflows from item list entries get the item list entries removed. Approach: Use the action to change item list values with "Replace" Effect: One item list entry is created, all the others are removed Question: How do I get an item list blanked, all entries removed from the database *without* one entry being inserted? If anybody has a hint for me, it wi (...)
(...) feInvokeInternal(Object obj, Object[] parameters, Object[] arguments) at System.Delegate.DynamicInvokeImpl(Object[] args) at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodentry tme) at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj) at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Ob (...)
(...) s call it Agreement Register (AR). To avoid manually register all necessary data I've also created another workflow (Import Agreements Data) with item list, which is populated using excel file and on entry of default path a subworkflow AR should start using action "for each" collection from the item list populate the fields in AR instance . But even if fields with values of agreements in both workflows (...)
(...) will generate the report and reassign/reopen the form step again to the same user. I have tried to add the 'Generate RS Report' action on 'Generate Contract' path, on exit and also on the second entry but every time the report show empty because I believe the 'Generate RS Report' action being run before the data get saved in the webcon DB. Is there a way to force the action to run after the for (...)
(...) elds. It doesn't work since version 2022.1.2.59 -> i've started developing the process. Thanks and best regards Daniel ## EDIT: it works if the mask is (changed to) "empty". ...sorry the entry ...
(...) The last "under review" entry is from Mai 2022, so i post this request just another time. It would be such a great advantage, if you would at a "delete row(s)" function to WEBCON Action templates. Thanks, Bjoern
(...) l / testing a data table: The current transaction cannot be committed and cannot support operations that write to the log file. Roll back the transaction In the event viewer there's the following entry : The connection has been dropped because the principal that opened it subsequently assumed a new security context, and then tried to reset the connection under its impersonated security context. Thi (...)
(...) feInvokeInternal(Object obj, Object[] parameters, Object[] arguments) at System.Delegate.DynamicInvokeImpl(Object[] args) at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodentry tme) at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj) at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Ob (...)
(...) Hi Guys, knowing i am a newbie, i just have a maybe quite simple question. Can i get the ID of the 'calling' action on the entry path of an action? Would like to check which ist the caller and depending on the result send an email or not. Thats it ;-) Thanks for some hints, Gerd
(...) Hi everyone, I was wondering if it is possible to create an entry in an Outlook calendar with Webcon. I saw the action "Exchange Events" and as I understood it according to the documentation, it should be possible with this action. However, I do not fully understand the different settings for this action. How can I specify, if I have multiple calendars in Outlook, in which calendar I want to writ (...)
(...) e" option is activated, these modifications apply only to that specific step. For a more visual experience, it would be nice to highlight these steps in the flow, similar to how steps containing "on entry " or "on exit" actions are highlighted. Thanks, Raluca
(...) would work, but than I can't update the item list row. I could use some if condition in the item list to execute only a part of the item list. This would work technically but I would still get a log entry in the history for each item in the item list. This will bloat the database as I would have to repeat this path until instance was handled. 2. Update workflow with item list and sub workflows In (...)
(...) Hello, Introduction: 1. right now WebCon BPS allows to configure actions which triggers on path, on exit, on entry (and of course on a few more) 2. sometimes process is configured to assign the task to multiple users, e.g. multi-approval (without subprocesses), e.g. assign tasks to 3 users 3. again sometimes business got the need that after every approval (finalizing single task) they would like (...)
(...) ionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot) at System.Threading.Tasks.Task.Executeentry (Boolean bPreventDoubleExecution) at System.Threading.ThreadPoolWorkQueue.Dispatch() ---> System.NullReferenceException: Object reference not set to an instance of an object. at WebCon.WorkFlo (...)
(...) I can use for this. (What I already have is a "BPS internal view" of all instances from the process. With this I could filter on the reminder date, but I don't know how to execute an action for each entry in the BPS internal view or element so that the mail is sent [Send a custom email]). Can anyone help me with this? Thanks.
(...) Hello Community, is it possible to check whether a value exists in a sharepoint list before I create a new entry via workflow action? What's the best way to do it? Can I use a data connection to query for a certain value in a business rule? Thanks!