(...) For a CU stomer we need ISO week numbers integrated into the date picker feature. Sales managers schedule promotions with forecasts, which they need to transfer to demand planners. This process relies heavily on identifying the correct week number. CU rrently, they have to open Outlook to cross-reference week numbers with corresponding dates, which is time-consuming and disrupts their workflow. Fea (...)
(...) Hi, I have a date & time field. I want the timeout to exeCU te one hour from the date and time set in that field. How can I achieve this? From my testing, it seems to only consider the date and not the time. Thanks, Raluca
(...) forms, and edits field on parent form which is used to validate children forms - validation rule passes even when it shouldn't. From what I've read here* it seems that 'On path' automations are exeCU ted before form values are saved into the database. So I'm exeCU ting that [Validate] path before data is updated with new value. I can't really move it to 'On entry' of next step, because the next st (...)
(...) re the allowed types of attachments globally. However, there are situations, where we like to only allow certain content types, e.g. pdf's, that are a subset of the globally allowed attachments. CU rrently, the only way to restrict is the usage of validation rules. For usability reasons, it would be much better, to be able to restrict the allowed doCU ment types. With a little bit of javascr (...)
(...) Hi, Can I achieve such an effect in an calCU lated column? In SQL it works but in webcon I have an error If atrubut is empty display the grouped attribute from the item list Code: select ISNULL(WFD_AttChoose5, STRING_AGG (CAST(DET_Att1 AS NVARCHAR(MAX)), ';')) from WFElements W left join WFElementDetails WD on W.WFD_ID = WD.DET_WFDID group by WFD_AttChoose5 What needs to be cor (...)
(...) Hi, at the moment we have to decide whether we want to send a standard or CU stom notification (mail). While some users receive only a few mails this way, other receive to many and want to receive only a summary on a scheduled interval. While we can and have implement a configuration for an application on process level this is still limited and makes the automations less readable while the optio (...)
(...) I haven't checked the WEBCON BPS JS code in 2023.1.2 but in the new version: 1. the change function in the plugin triggers controller.change 2. this calls validateCCValueModel 3. Since the hasCU stomModel is undefined 4. The default validation is applied and this validation fails. In the "past" I returned a string and now it seems that an Object is expected with a "comments" array. I (...)
(...) re errors in mail sending report. E-mails are delivered but log is filling up with error. Error: "Failed to save information in the workflow instance history about the successful email sending exeCU tion" Error details: "Unrecognized Guid format." Attached screenshot with it. In history there is only information about adding e-mail notification to queue. No additional confirmation about de (...)
(...) filter with the function "contains phrase," users could create such a private view without having to mark each result. Each time this view is opened, it would present the results for that phrase. CU rrently, results need to be marked manually, or such a report with an SQL filter has to be created administratively.
(...) th permiossion for autoresponder. I used a action autoresponder with MS Graph. Wystąpił błąd wykonania akcji autoresponder na ścieżce. (Krok: Start, ścieżka: Autoodpowiedź) One or more errors ocCU rred. (Code: InvalidScheduledOofDuration Message: The scheduled duration for sending automatic replies isn't valid. ClientRequestId: 9e12806a-64bf-4882-87f4-c831a7710e57 ) Code: InvalidSchedul (...)
(...) action (ID is saved in a technical field), which I want to update later. In the action "Update related workflow instance" we get the message for the users: Incorrect instance ID: ''. When we exeCU te this workflow, the ID is found and the data is written. So it seems to be an authorization problem? Both processes are in the same application. Greetings
(...) Please vote for this user voice, as it already have more votes, and is exactly the same ;) https://community.webcon.com/forum/thread/4134?messageid=4134 Hello, when working with CU stom columns in reports I'm always trying to avoid using regular ID when comparing forms, workflows, processes etc. I'm almost always joining with specific tables to get GUID, so reports won't break between environme (...)
(...) Hi, so there is a new version of Autenti plugin, also working with Webcon 2023. There are new configuration fields/options: Signature Type (Required) SMS authentication Unlock doCU ment by SMS Is there ANY doCU mentation regarding options for those fields? Experimenting, I discover that Signature Type must be numeric, and: 0 means Autenti signature 1 means qualified electronic sig (...)
(...) Hello everyone, we frequently encounter situations where it is convenient for us to perform an Excel export of the CU rrent state via the DATA TABLE. Recently, we have been hitting the limit of 1000 rows more often (https://docs.webcon.com/docs/2023R3/Studio/Process/Attribute/DataPres/Sql_grid/#7-allow-excel-export). I would like to propose a review of the CU rrent server performance to determin (...)
(...) Hello everyone, in our main application, we need to import address lists from clients. For some time now, we have been hitting the limit of 1000 rows. I would like to suggest reviewing the CU rrent server performance to determine if it is now feasible to increase this limit to 2001 (header + 2000 rows) or, ideally, to 2501. This adjustment would significantly ease our workload, as we CU rren (...)
(...) Hello everyone, we use a lot of CU stom email templates. One reCU rring issue is the lack of options for design and name changes for "Go to Element" and "Go to Application". Additionally, emails for users who rarely interact with WEBCON often find the "Go to Element" button confusing. It would be desirable for us if the names were CU stomizable and the fields could respond to HTML design inst (...)
(...) if required - (7/2/2024 2:35:44 PM) Step completed: Download selected objects from Azure AD if required (duration: 118687 ms) While this is not a problem if the user is added via the Portal, exeCU ting the "Add user action" in synchronous mode leads to a timeout error in the browser. https://community.webcon.com/forum/thread/5203 I don't see any reason, why adding the user to a BPS group sh (...)
(...) Hi, I tried to import an application from the development environment to the production environment and got the error: "Check if the import service role (part of the core roles) is running for the CU rrent databases". Has anyone had this error? Thanks, Raluca
CU rrently, if a company has several content databases, for example 5, and users need to be synchronized across each database, the data is stored in 5 tables * 5 databases, resulting in the same data being present in 25 tables. CacheOrganizationStructure CacheOrganizationStructureExtendedTokens CacheOrganizationStructureGroupRelations CacheOrganizationStructurePictures CacheOrganizationStructu (...)
(...) Hello all, This might be a very simple question! I'm trying to set up a calCU lated date field using a concat function and then a text to date in order to format it to date, but I'm keep having an error saying that String '7/3/2024' was not recognized as a valid DateTime. It looks like the conversion function is not working. Do you know if that only works if selecting a field? Meaning, (...)