(...) text item form" button. All the other action buttons work properly, but I am getting the following error on the first one: {"type":"Exception","message":"Cannot use cache in config db context","errorGUI d":"f8b38a8e-7220-461b-83f6-f2f8d65aae47","stacktrace":"","innerError":null} You can also see the attached pictures. Any qUI ck fixes for that? Thanks!
(...) a naming convention) and based on the attributes we want to move the file to a target workflow elements. Is there a way to do this via standard actions? I've struggled to find one and we might be reqUI red to create a sdk action to copy the file.
(...) s for year and number of days and would like to type let's say "2022" in the year field (the separate one outside the list) and clone it to all the items on the list. The "update item list action" reqUI res a unique ID of row to be updated, but on the registration step the item list is not in the WFElementDetails table yet (I guess...), so I can's get row ID's. I've tried adding a technical field wit (...)
(...) Hi everyone, I'm currently creating qUI te a lot of "validate form" actions. For example: - Date one must be after date two - Date must be in the future - Integer value must be positive These are implemented as "validate form" action since I prefer validation on the server rather than on the client only. The draw back is, that it's a poor usability. So I "recreate" the same validations as form rul (...)
(...) One of the flows I've bUI lt for NPI has alot of attachments and some are rather large. Users have asked if there is any status indicator for ongoing attachment uploads so they can know when it is complete. Does this functionality exist? If not, is there an enhancements list I could add it to or upvote? Thanks!
(...) Several of our workflows have multiple attachments that are usually qUI te large, some can range up to 100MB for a single file. I would be nice to have a progress indicator of attachment uploads so our users could be sure that the file actually finishes uploading and doesn't leave the site prematurely.
(...) tarow (based on SQL-Query). We deployed the solution and the document template to PROD and everything was fine. After that we added one new field to the datarow (SQL query was modified) as a new reqUI rement and added the new field also to document template. On DEV system everything looks fine, we deployed the solution to PROD and suddenly this new field is missing in Word Add-In (in the selection (...)
(...) arameters are stripped from the URL and only the path and hash remains. My request is to change the logic that the query parameters are kept. Sample PowerShells script: $uri = new-object System.UriBUI lder('https://login.microsoftonline.com/common/oauth2/v2.0/authorize?UI _locales="de-DE"#UI _locales="de-DE"') $query = [System.Web.HttpUtility]::ParseQueryString($uri.Query); $query["redirect_uri"] = " (...)
(...) th parameter would be even better ;-) Bye, Bjoern Poller P.S.: Daniel gave some alternative ways under: https://community.webcon.com/forum/thread/699/15 P.P.S. (2021-08-17): I found temporaly solutUI ons for editing ATT_ID and continuous numbering with an action (Run SQL procedure) for those who can't wait -> https://community.webcon.com/forum/thread/699/15
(...) enever the item list has any rows and I tried many examples to construct a validation form rule in order to have information on that column. I was using a SQL query because: - Column cannot be reqUI red (there are cases that the user is sending documents so the item list will be empty) - Form rules using Condition By Row cannot be used inside the form validation which expects True/False results (...)
(...) Hi everyone, did some try (and succeed) to use Razor within a plugin? I tried to use RazorLight, which isn't possible because it is not strongly signed, which is a prereqUI site for plugins. Afterwards I tried the unmaintained RazorEngine, which fails, because the plugins assemblies are loaded dynamically and not from disk. Which in turn causes an error in RazorEngine which I'm currently trying to (...)
(...) 2. https://winnovative-html-to-pdf-converter-applic.software.informer.com/versions/ Version 15 has been released on 28 Oct 2019 https://www.nuget.org/packages/wnvhtmlconvert/15.0.0 There have been qUI te a lot of improvements and updating the version could save others a lot of time. Minor additional wish :) Adding a configuration option to automatically create bookmarks, the attachment shows the r (...)
(...) Is there any method of removing unwanted application? Normally you can't do that from Designer Studio. When an application has any processes or other elements it reqUI res to remove them first - the Studio prevents from having orphaned elements. It is ok unless you want to remove the whole application. The application I want to remove is qUI te complicated and removing all sub-elements would be very (...)
(...) I know this might be a controversial one when it comes to performance, but sometimes it could be qUI te useful to be able to bring that value in reports. Some of that sometimes could also be done with calculated columns in reports, but it could be easier I suppose.
(...) the data does not go where it´s supposed to go because it is not transparent where the data is written or how the absence-process figures out at what data to look. if someone has replicated / self bUI lt a new absence-process with more vac types AND a absence-chart (calendar view) of colleagues, I would gladly know how. thank you so much in advance
(...) - sometimes an error pops up when scrolled to the bottom of the list The temporary solution to this is to change the behaviour of the choice field to Pop-up search window, but this kind of window reqUI res more clicks and in my case is a worse choice. Anyone experiencing this too?
(...) Data table attribute gives opportunity to export containing data to Excel using its default configuration, the sole problem is it can only export top 1000 rows, when its qUI te common to display bigger chunks of data in that form field. Documentation that redirects to below website doesn't mention anything about such limit: https://howto.webcon.com/exporting-a-data-table-form-field-to-an-excel-fil (...)
(...) nerate MS Word attachments. This gives me consistency when transferring processes between DEV / TEST / PROD. I don't have to think about replacing the name /DOCTEMP/f8e86bc...e967af9b62 with another gUI d in appropriate action. The same I wanted to do for generating MS Excel attachments. Unfortunately I get the error: WebCon.WorkFlow.Common.Exceptions.WorkFlowException: An (name) action execution er (...)
(...) Hi all, I'm implementing an application for user management taking the gUI de done by Webcon: https://community.webcon.com/posts/post/checking-user-and-group-privileges/258/3 So far, I'm able to check Applications and Processes privileges but when it comes to the Business Rules, I get an error for the column they use as Users (users . BRD_Users) : select users . BRD_ID , isnull ( DEF_Name (...)
(...) The structure of the form fields does not sUI t one specific step in a workflow. How could I rearrange the form fields for this one step?