(...) t I am struggling by running this query by (cyclic) action on a separate path. The path is walking through fine according to the history, but no changes in the end. If I run the query with the "Test" function ality in the webcon Designer everything works fine. Do you have any idea, what is wrong or even better an other solution how I can handle such an instance change? Thanks a lot Thomas
(...) t method to remove rows from the item list of an instance inside an SDK plugin in order to make use of them in C# code? I tried to remove rows from the item list in the code C# (SDK plugin ) using function : WebCon.WorkFlow.SDK.Documents.Model.ItemsLists.ItemsList.RemoveAt(int index), but can't delete all the rows because I get the error from the image
(...) Hello all!! Does anyone configured a rule where the action goes on each row of an item list and if a row has option A for a specific column then column B cannot be empty? There are some new function s for the item list but they only work as form rules and for action (even creating a business rule, form rules don't work as it needs to a TRUE/FALSE result). Even using SQL Command I think it would on (...)
(...) and I just started with webcon designer. I need help with mathematical operation on a form. I want to subtract two dates to get number of days beetwen this two dates. I know that I can use "datediff" function but my point is to get this 'dynamically'. When user starts to fill form, he type date 1 and date 2 and below that he will see in third field numbers of days. How to achive this on a form?
(...) ement depending on the value of a list element column. I.e. for a task list I would like to have the row visible for everyone, until the checkbox "done" ist set "true". I tried with the "Acceptance" function (see Acceptance.png), but the issue is that I can make the column visible for a (single) defined user, but not for multiple users. Any ideas here? The preferred would be a "HIDE ITEM LIST ROW" func (...)
(...) Hello, I've recently got an email about error about action execution on timeout. Is it new function ality? Because I've never seen that. Is it also available on old sharepoint forms?
(...) Hi everyone! I was just evaluating the latest version (2021.1.3.163) on our DEV system, and wanted to prepare new function s for my processes. I had issues when trying to save a rule that included the new "select values" function to check if a collection of values from an item list is not empty. In the testing window the rule works as expected, it just wont let me save it because of invalid rule configu (...)
(...) ne), something similar is happening in 2021.1.3.163 when you use a picker field in an item list, and map it's data source-columns into other columns of the item list. It then throws: "b.map is not a function "-error, see attached screenshot. If I dont map data source columns to other columns it doesn't throw an error.
(...) Hi, I have a problem with using the function "Edit file" for Word attachment (see picture). I work as an administrator, and I have all rights. Best regards, Grzegorz
(...) it's a poor usability. So I "recreate" the same validations as form rules with alerts, which are called when the field value is changed. So I have to implement the same validation twice and the ALERT function isn't build for providing multi lingual messages. Besides the duplicate work it's only a matter of time until the validation checks or messages differ. I'm not sure whether I'm the only one doing th (...)
(...) 've built 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 function ality exist? If not, is there an enhancements list I could add it to or upvote? Thanks!
(...) ent lines inside. I display dictionary fields /10 fields/ on the form as "Choice fields" I need to group fields taking into account values to displaying only unique. I do not see grouping option/function . May be someone has solution ? THX in advace Jerzy
(...) 36; 2021.1.3.178) do not take into account changes in REST data source configuration. After updating to version 2021 R3, all REST data sources configured in versions older than 2021 R1 will cease to function . Data sources configured in 2021 R1/R2 will only return columns from a collection that have been manually selected, whereas previously they would load all columns without needing to select them indi (...)
(...) Hi, I have freshly installed the newest version of webcon and activated it with the Express license. Online it is stated that Express is fully function al up to 10GB. But the document template process I created does not work (can not save) and I have a license message reading "Entwicklerversion - WorkFlow Fronton-Lizenz fehlt". Translated meaning "Developer version - Workflow FrontEnd?-License missing". D (...)
(...) The preview generation function ality should be somehow improved. Currently it is bound to how big the designer studio window is and implicitly how big the resolution of your monitor is. We have some very big workflows that won't fit on any screen and the preview would always be blurry and unusable.
(...) Hello everyone, I tried to make an action with the Active Directory - Manage users function . When I start the action on the path I always get an Access denied message. I put the example screenshot and the fault message in the attachment. Is there anything else important what I have to consider in the settings? I am grateful for any help! Maximilian
(...) Hi, We have encountered a 2nd customer asking us for the following function ality: When a user is opening an instance from a report, a list with all the users who viewed the data should be available. I am not sure how that could be handled when users preview a report, as the reports could contain all the data from the instances. That function ality should probably be added on the reports somehow, but tha (...)
(...) ion anything about such limit: https://howto.webcon.com/exporting-a-data-table-form-field-to-an-excel-file/ I am aware of alternatives such as user actions / sdk, but it is about using built-in function ality that ensures consistency and is ready to go with a single click. Tested on version 2021.1.3.205.
(...) n be copy&pasted into a JS Form Rule (1) which gets added to Behavior tab (2) so it get's executed. window.ccls = window.ccls || {}; ccls.changePanelWidth = {}; ccls.changePanelWidth.execute = function (timeoutCounter,timeoutMax){ var items = document.getElementById("RightPanelOuter"); // verify that the element exists. if (items == null ){ if (timeoutCounter
(...) ou will get an error message. In our oppinion this is a misbehaviour, because the field itself should handle such an "exception". And it is hard to find ;) A possible solution is to wrap the "Round" function around the rule/result before setting the value to the field. Could you please check, if this could be fixed or it is an intended behaviour? Thanks a lot