(...) Hello, The workflow I am designing requires an email to be sent after a certain time spent in a step. Is this possible using the date Diff function?
(...) //community.webcon.com/forum/thread/2707?messageid=2707 Is there anyone here who can help me with any tips? The case is quite urgent, as the plugin has not worked for a customer since the WEBCON update last Friday and it is used intensively in applications for this customer. Thank you! Marco Bienlein, VSB
(...) er difference is that history items do not point to the original item, whereas plans allow us to link to the original element. One more difference I've noticed is that no matter what are the specific date s (from and to) of the elements in the vacation history data source - the vacation chart shows only the items date d older than today. The plans however show all date s. After this a bit long introd (...)
(...) m previous year" and "from current year" ones visible, tha chart works. It stops working as soon as I try to make "Used" visible. The problem occurs only when there is a vacaton entry which has no date s specified.
(...) workflows, a parent and one subworkflow. I'm trying to transfer data from the parent workflow (single line of text attributes - 'email' and 'phone') to a table in the subworkflow with the item list update action. The table has columns ('value' - single line of text and 'contact type'(selection list: 1#Mail, 2#Phone)). How to write an SQL query to put different WFD_AttText attributes into one DET_Att c (...)
(...) es Workflow Service to crash. It can be due to: - default value on one of the columns of initialized item list - initialization itself (either in item list's configuration or by actions like "Update item list values") Usually, when item list is first time displayed on a form, it's either initialized or default values for its columns are calculated. ___ I've been looking for the cause for (...)
(...) Hi, I've cases where one choose field update s another choose field. If the data source is not a SQL database this can take some time. Setting the first field takes about 1 second, (1) in the attachment. Getting picker search results 540ms Validate picker control 460ms The setting and validation of the target field (2) takes again 1700ms and another 390 ms for executing a form rule. Setting t (...)
(...) Hello, I'm having a case, where I need to display last comment, author of the comment, and date on a Data Table attribute. I don't want to move the comments, to parent flow, as this will create a lot of mess due to lots of child flows. I thought this could be a built in feature, same as we can select last comment in buisness rules context, we could access it from reports, and webcon data sources (...)
(...) Hello everyone, I have an email workflow that is triggered every day at a fixed time and sends an information email to a fixed group of recipients. Unfortunately, this no longer works after the update to Designer Studio version 2023.1.3.29. But I didn't knowingly change anything about it. To find the error I am now searching the changelog. Unfortunately I can't find all objects by name. Can I someh (...)
(...) vide a BPS source in the configuration and use a filter to select data, the filter does not work on the form. The filter in Designer Studio works during testing. This problem does not occur in the "Update Item List Values" action, so I used a workaround: "Clear Item List" + "Update Item List Values" / Add new rows from the data source. Do you also have such a problem? However, using the SQL query i (...)
(...) Hi, Does anyone know how to use the 'Edit a list element' action to update a document element in a SharePoint document library that is in a sub folder in the SharePoint document library? I am trying to use a CAML query and while I can find documents in the root document library, I can't get the CAML to find documents in a sub folder in the document library. I should mention that this appears to be WEB (...)
(...) everyone, I've encountered too many times situation, where i need to make really subtle change in application, to fix some kind of error/bug. Changes so small like: * Add column on a report * Update filter on picker field * Update filter on report * Check 'wizard mode' on path * Reorder paths * and other fixes requiring less than 5 minutes of work in designer studio... Going through whole (...)
(...) the configuration (Webcon 2021.1.5). And the server has a connection to the NBP API service. I cannot find any errors in the service logs Do you have the same problem? Is there somewhere a cut-off date until when the rate should be downloaded? Thank you in advance for your help
(...) at WebCon.BPSCloud.Core.WfDynamic.Helpers.WFDynamicFormLoaderLogic.LoadProperForm() at WebCon.BPSCloud.Core.WfDynamic.WFDynamicFormLoader.LoadForm(IWFDynamicFormLoaderParams requestParams, Update From update From) at WebCon.BPSCloud.Core.WfDynamic.WFDynamicLiteManager.LoadExistingElementForm(IWFDynamicFormLoader formLoader, WFDynamicFormLoaderParams formLoaderParams, DisplayMode displayMode (...)
(...) h the next step, the user assigned must receive an email reminder after 5 minutes if the user didnt make and action or even if didnt yet logged and check the instance.., please note that im using a date field ( date and time) as a start date please advice
(...) a native application without the need for a separate mobile app. 2. Push Notifications: The integration of push notifications can improve our task management and alert systems, providing timely update s directly through the web application. 3. No Installation Required: PWAs do not require users to install software from an app store, making it easier for our team to access and use WEBCON BPS with (...)
(...) Hello everyone, I have an issue where the meta-information (creator and date ) of attachments are no longer being displayed. In the HTML, they are present but the CSS class is set to "display:none" (see image attached). Where can I change this setting or how can I display the meta-information again? This has been the case since the update to version 2023.1.2.123. Thanks in advance. Martin
(...) Hi, Is there a possibility to configure exchange integration actions - create/update calendar event so it creates Teams meeting? Or only option is Microsoft Graph? Or some powershell? Do you have any examples of that? Best Regards, Dominik
Hello everyone, I have a workflow where data is imported and instances are created. After the import, a timeout (minute) is defined which further delays the instance. A field value (multiline text) is set on the path. At this point, the workflow encounters an error (Concurrency Error). However, if I manually pass the WF instance on the path, the field value is set correctly. I hope someo
(...) Hello, I have a question, a curiosity... In the WFDataAttachmets table, there is a column called ATT_IsDeleted. If I want to Run SQL procedure (webcon action) and update table and set the ATT_IsDeleted column with 1 or 0. Is it a good practice? Or is it not allowed? Thanks.