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

forum

MVP

Hello everyone, I need your assistance with something. I am currently working on a Business Rule that should return a value using SQL. The Business Rule needs to be as universal as possible, and I want to pass two parameters to the SQL query. So far, so good. The issue is that I want to pass the same form field as a parameter twice: once as a value and once as a "column name" (essentially as an object value that I can transform in SQL with single quotes to something like WFD_AttText4). Thi (...)

Hello all, Do you know if the Search everywhere only allows to search for instances that were opened in the current year? Thank you

I noticed in Webcon 2022.1.4.404 if I do action "Send custom email" and the action is not related with "Action templates" then there is no prefix if action is saved as "Action templates" and template is using "default" Template - no prefix but if any Action template is using "E-mail notifications" template then prefix appears like: "[PROBPS#21293]" I don't know where I can configure it to remove or change prefix ... P.S. I have on " Deployment mode for e-mail notifications" ...

Hello, I have a question regarding attachments. Is there a way to remove the "[None]" option and see only the categories from the selected datasource? Thank you for your help!

Hi everyone, I'm new to Webcon and currently working on setting up its components. Unfortunately, I have run into some difficulties and could really use some guidance. I'm uncertain about the compatibility of the Webcon components I'm using. Is there a specific resource or document outlining which versions work best together? Additionally, I'm encountering error messages about missing files and dependencies during the installation. Does anyone have experience with troubleshooting these (...)

Hi everyone, I'm currently working with a popup search field that retrieves data from a REST web service. My challenge is that I need the ID to also be the value for the field. Essentially, when initializing the field, I need to set both the ID and the Name for the same field. However, when I attempt to do this, I encounter an error. Has anyone else faced this issue or found a workaround to handle this situation? Thanks in advance!

I have a process [1] in which you enter qualifications for people. Then I have another process [2] in which qualifications are also entered and when the step is exited, the data from process [2] should be entered into process [1] via a subworkflow. The data that comes from process [2] is in an item list and should all be entered individually (as separate instances) into process [1]. Before this, however, a query should be made as to whether the respective instance of the specified person has (...)

Hi, Is it possible to remind the user to save the form after adding several items to the item list (WFD_SubElems). I ask because users report a problem, such that they forget to save (click on the transition path).

Hi Community, for the reason of proper premissions managment I need to change the form type for 500+ instances. Obviously I would like to avoid manual work. Do you have ANY idea if the 'change form type' can be somehow automated? I need to change form type X to Y, no diferentiation whatsoever. Maybe some SQL? Changing WFD_DTYPEID in WFElements and WFHistoryElements will be enough? What do you think? Thanks in advance. Wojtek

Hello all, I know this is not the best practice but I have an approval step where the users might need to have that rejected to make changes in the form. The step is only handled by the approver and I don't want to use admin options to change the status for a specific request. I thought about adding a timeout to check if New comments were added in the request. I know that in the notification configuration, I can select the last comment entered. But I want to create a SQL rule to active/i (...)

At the end of the approval process I'm sending email with some details and all atachments to specific mailboxes. But from time to time I'm getting error "ErrorAccessDenied Message: Access is denied. Check credentials and try again". Credentials are ok - it is sending 100 emails and giving this error on 10 another cases. Might be connected that Webcon app is sending 100 emails in like 2-3 minutes and Microsoft Graph has some limitations?

Hello, I have a weird situation, I gave the user access to application and then to the process for access all instances and attachments. If I use the impersonation option, I can see the application, I can access it as well as reports. When I open any instance I can only see all info but no edit option. The purpose is not to manually access instances from this process, but to search for them using the global search. Sadly it does not work. It should be able to search using info from pdf t (...)

Hi, I have a question about the service configuration. In the Services configuration -> Services -> Service_name -> Configuration tab, the database components are configured. How can I increase the number of action threads for timeout? I would like to parallelize several timeouts and not wait for the transition after each of them is completed. Do you have any idea for this? Regards ;)

Hello all, Does anyone have a timeout defined that is using the Executed at specific hours options selected? I'm trying to set the timeout to run at midnight but eveytime that I save, it changes it for 11PM. I have a date field, I want to use that date as the Start Date and then make the timeout run at Date + 12AM. For example: 17/17/2024 12:00 AM Thank you

Hello all, Does anyone have a timeout defined that is using the Executed at specific hours options selected? I'm trying to set the timeout to run at midnight but eveytime that I save, it changes it for 11PM. I have a date field, I want to use that date as the Start Date and then make the timeout run at Date + 12AM. For example: 17/17/2024 12:00 AM Thank you

MVP

Hi, Do someone know how can to create an attachment instances with content and filegroup for send in specific instances? I need for version sdk 2023 I attached the cod fromversion 2022. NewAttachmentData newAttachmentData = new NewAttachmentData(args.Context,Configuration.informationNecessary.FileName, fileMerge_Necorupt); newAttachmentData.FileGroup = new AttachmentsGroup(Configuration.informationNecessary.GropuName.Split('#')[0], Configuration.informationNecessary.GropuName.Spli (...)

Hello, In Field Matrix in "Standard areas", last tab, there is a checkmark for "user manual". What does that do? Thank you, Regards

Hi, Does anyone know how to do autosave after completing a field in form?

Hello all, I have a process that can be started either from a Parent workflow or in the workflow, using a menu option (creating a sub-task). In the start step, I have editability rules, if the user is creating a sub-task, some fields can be edited, but if the task has come from another process, those fields cannot be changed. In the URL, I'm passing the ID when the user creates a sub-task to a field in order to use it as editability parameter. However, although the field has information o (...)

Hello there :) I have yet another problem, regarding the form validation. I've attached the rules that I've applied. What I want to do is I want to block the occurence of choosing current day while it's after 9.00 A.M. Otherwise If the day is <> than Today() then the result is TRUE, which means, you are able to go further. Best Regards, Igor