(...) sically, this works well using an appropriate Excel template. However, I have fields in the item list that are filled from a fixed value list and the action then creates an entry in the column in the form at [ID#Name]. But I only want to see [Name]. What am I doing wrong?
(...) a new functionality, there will be immediately requests for a second improved version. :) - Additional widget type 'Text', which will output any text and not only numbers. For example to display inform ation like "open/closed" sub workflows: 2/4. - A form rule can be executed what should happen when the user clicks on it. We could display a tab for example or execute a hyperlink or whatever. - A f (...)
(...) Hi I have a question. I want to return all weekend days in SQL for my form validation. This is my SQL Code that returns these days, but only for the current month: WITH Dates AS ( SELECT CAST(DATEADD(MONTH, DATEDIFF(MONTH, 0, GETDATE()), 0) AS DATE) AS DateValue UNION ALL SELECT DATEADD(DAY, 1, DateValue) FROM Dates WHERE DATEADD(DAY, 1, DateValue) < DATEADD(MONTH, DATE (...)
(...) Hi, at least for partners it would be great to have the security bulletin not only as PDF but as csv or excel file so that the inform ation can automatically be processes. Best regards, Daniel
(...) 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
(...) her 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 inform ation on it, I'm not able to make the fields editable. This is only working when I use instance from parent workflow. I cannot use this last option because this always come from another process and (...)
(...) Hi, Does anyone know how to do autosave after completing a field in form ?
(...) group for send in specific instances? I need for version sdk 2023 I attached the cod fromversion 2022. NewAttachmentData newAttachmentData = new NewAttachmentData(args.Context,Configuration.inform ationNecessary.FileName, fileMerge_Necorupt); newAttachmentData.FileGroup = new AttachmentsGroup(Configuration.inform ationNecessary.GropuName.Split('#')[0], Configuration.inform ationNecessary.Gr (...)
(...) 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 c (...)
(...) 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).
(...) ld be made as to whether the respective instance of the specified person has already been entered in process [1]. Problem: I can't seem to access the value of the item list (qualification) in any form within the For Each, as there is never a value in there as can be seen in the 1st image ('Ausbildung'). I've also tried using a Data Source Value Filter, but I can't get a result because the designe (...)
(...) shooting these issues? I also check this: https://community.webcon.com/posts/post/c-and-javascript-components-in-webcon-bps/245/36 Once I successfully install Webcon, I'd like to ensure optimal perform ance. Could you share any essential configuration settings or best practices to keep in mind? Any advice or tips would be greatly appreciated.
(...) Hi, can someone from the community share inform ation on how to properly create an OCR project for recognizing foreign invoices, e.g., German, Czech, Slovak invoices? How did you handle this?
(...) I have problem with validation form . 1. I have step where task is assigned to tech group All (other groups in form ) a) Lider = Person A or Person A and Person B b) User group = Person 1, Person 2 ... Person X c) All = Lider + User group Now I have conditions to few cells in "item list" If user is one of Lider (group) then he need to fill and set proper values in each row in "item list". (...)
(...) ot: New / My / CC https://docs.webcon.com/docs/2024R1/Portal/MyTasks/ to set webcon to not be in edit mode just in read ? I remember i was read about that - but this setup is for whole process (form ) https://community.webcon.com/forum/thread/2975 OK: - for step - for whole process Question is - it is possible to set that behave to particular group of users (webcon group)? if some one i (...)
(...) onfigure an OCR action. For my configuration I have followed various instructions in the webcon community, especially: https://community.webcon.com/posts/post/the-ocr-verification-view-for-the-modern-form /71/3. I have seen in the text layer queue report that the status of my documents is "ProcessingPending". I don't see anywhere what is the reason why the status is not changing or that anything is ha (...)
(...) Hello all, I trying to set up a form rule that sets the cell background based on the days difference between a column date and today's date. This only works after clicking on the save but I want the background to be set as soon as they define the Date column. Probably this will only work with Javascript functions but I don't have any experience with that. I want to create an alert if they sele (...)
(...) I've been trying to utilize the form rule for the Yes/No field named "Service Line" to show "Service Line Items" item list field when it is ticked to Yes and be hidden if it is unticked or set to No. The problem is the "Service Line Items" item list field is showing on default when opening the form and even though the "Service Line" is still set to No on default. Thanks in advance for the help
(...) Tool tip for path description - HTML tags acceptation ... so big "field" ... so much inform ation can "absorb" ... and no HTML tags form atting :/
(...) Hello everyone I have a question. In the case of parallel tasks for several users, how do I display the status on the form , i.e. who has already finished and who still has to do it? Is it possible to do this? Thanks in advance