(...) PercussionPowerFlow for Lotus Notes. There were nice features in the workflow to "jump out/jump back" from/to current state to ah hoc state. This was very useful for prematurely terminating or suspending workflows. As far as I've dug into the Werbcon, I haven't found anything like that. Everything has to be done strictly according to the workflow definition. So if I have one start, 3 ends an (...)
(...) Hi! So I have this Item List in "Orders app". Lets say it has 10 columns. 6 Of those columns can be editable depending on subprocesses or other proceses. So there is a query, that if returns 1 it means that column can be edited by a user, if 0 then the column in this row is blocked. For that I am using "Column edit restrictions" from the "Permissions" tab in the studio. And it works great. For few row (...)
(...) ad and download) and they would like to also be able to delete some of the already uploaded documents. There is a main folder for each contract and there are a couple of subfolders for attachments, depending on when they where added. As far as i understand, i will need to use the action 'Delete a list element'. I see that i can either give it an ID or use a CAML query (first time user here; just start (...)
(...) EP C. In STEP C I have made a path called BACK where I've put as destination step "Back to previous step", but now I'm wondering if I can set up an automation with actions that will act differently depending on where it goes next, STEP A or B. Is there any way to do this? Thank you!
(...) TagParser tagParser) at WebCon.WorkFlow.Base.Managers.Actions.ActionManager.FireSingleAction(InternalWorkFlowObject workFlowObject, String actionTypeName, Boolean canPathChange, Boolean checkInsertTopending Actions, FireActionsSummary fireActionsSummary, IWFAction action) at WebCon.WorkFlow.Base.Managers.Actions.ActionManager.FireActions(IEnumerable`1 actionsToFire, InternalWorkFlowObject workFlowObject (...)
(...) I have got 2 or more people then filter is not working because is more than One ... so ... I dropped that Idea because Item list is more readable than dropdown list ... And now I stopped on depending Item Lists ... :/
(...) . I've created a data table form field that downloads data from SQL query. In the where clause, I refer to the value of another ‘Criterion’ field on the form. The data table should display the data depending on the selected criterion. Unfortunately as I change the criterion, the table sometimes fails to refresh and displays the data for the previous criterion. How do I solve this problem? I don't want (...)
(...) ntry' of next step, because the next step might be dynamic - I'm using 'Previous step' configuration path target. Any ideas what could i try here? :) * https://community.webcon.com/posts/post/pending -in-transaction-vs-pending -after-transaction/347/3
(...) Hi. adding users to groups causes an update of the user properties which downloads objects from Azure AD. Depending on the environment it can take quite a long time. - (7/2/2024 2:33:46 PM) Step started: Download selected objects from Azure AD 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 pr (...)
(...) nity, 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 happening with this document. (FineReader is installed and license key is entered). I also wanted to a (...)
(...) Hello, I'm trying to import user data from the import WF (1) into the employee WF (2) and route based on whether the user has an Active Directory account. Depending on whether the user has an Active Directory user or not, the user should either be sent to the blue path or to the purple path in WF (2). The issue is that the business rule in the 'Start a Sub Workflow (SQL)' actions, which checks if s (...)
(...) Hi, depending on the use case / form it may be helpful to extend the option to place field names above the control from multi line fields to all fields. They are already automatically placed above, if you are using a mobile/tablet , but this could also help when using a PC. Especially if you are using an other form template than 50/50 this may improve the UI when for "normal" monitor resolution and (...)
(...) lementdetails, because there are no specific colums for choose fields in item lists). Example: I am using the following statement to find out if a check in our invoice approvals is necessary, depending on a template workflow that defines the running order, using an item list to define parameters to jump into steps or not. Query is: if exists (select 1 from wfelements WF_E , wfelementdetails WF (...)
(...) great and please don't remove the option to pass HTML as a parameter. :) Yet there's always room for improvement. Could we get additional/optional parameter for the title, yes and no button? Depending on the context the labels "Confirmation", "Yes" and "No" may not be the best. For example this would be the default labels Title: Confirmation Text: If you progress, this will trigger the deleti (...)
(...) Hi, I have another case. Custom SDK can be run in standard mode, pending in transaction, and pending after transaction. How can I set one of these modes manually?
(...) Hi all! I just wanted to know, if there is a more sophisticated way to rename a tab or a field label in a form rule. We did some hacks in the past (e.g. renaming a tab in a register depending on some conditions), but since these changes are relying on HTML markup of a specific version, these scripts will definitely break in the next major version. Is there a better way to rename a tab in a regis (...)
(...) rol (External) for this purpose. After entering the URL in the attribute properties, the page displays, but I have no idea how to change the size of the control. It is best to change it dynamically depending on the content of the displayed external page. Can anyone help? Is this possible without writing a plugin? Unfortunately, I did not find any information about this in the published documentation. Th (...)
(...) is always displayed at the top which makes it really tempting to use it for searching, even if there's a dedicated field has been added. While this is not necessarily an issue, it may become one depending on the search phrase. In our case it takes almost one minute until the search is executed. This is due to the fact, that the SQL server breaks the search phrase into a a lot of parts which has a dram (...)
(...) n then copy the content of these meta tags, such as the or . To apply these tags to another page, you can paste them into the new page's HTML structure or use a SharePoint web part to insert them, depending on your site setup. Keep in mind that SharePoint doesn't always provide a built-in way to manage meta tags directly, so some manual effort may be needed. To proceed with the migration efficiently (...)
(...) nput parameters in the body there is a problem if a form field is empty. The REST call returns BadRequest (400) because of a syntax error. That’s because WEBCON doesn’t set anything in the body. Depending of the chosen body type it would be great if WEBCON would automatically set the correct string. E.g. null if JSON is chosen. Right now one has to set all attribute values in quotes to prevent this (...)