(...) What would be the best method to remove row s 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 row s 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 row s because I get the error from the image
(...) will be entering Addresses and I'm saving the new entries in a Dictionary. I have the subworkflow set up and it's working but I need to add some rules in order to not create duplicates neither empty row s. For my case, the information to be checked will be Customer Name and Address (because a customer name can have more than one address). I was trying to follow the query below but I'm not sure on (...)
(...) Hello, Our client can't give the type of acces needed to the user in order to install the Outlook Plug-In from the brow ser platform. Is there a way to install the plug-in manually? I saw that for the Word Plug-In there is an executable file, but i couldn't find such a file for the Outlook Plug-in. Is only found a .vsto file. Thank you in advance! George
(...) business delegation process and would like to allow everyone to check who's delegated and when. I do not want everyone to be able to check details of delegation, costs, etc. And clicking on a report row allows me to go to the details - which is what I do not want. Only basic info that I set up in the report should be available. Is there a way to do that? I guess it has a lot to do with user rights, (...)
(...) Is it possible to loop over all row s of an excel file? I have an excel file with employees information(say 50 row s of employees). I want to navigate through each row , read and populate data in my form from excel columns and then trigger a workflow for each employee.
(...) the past. I have a crucial picker field in an item list, that has target fields from some of the columns in that same item list. It works in our current PROD version (2020.1.3.411). In 2021 it throw s: "Sequence contains no matching element" - Error, and the value is not transferred into the target field. I tried with a different field in another process and another itemlist, with different dat (...)
(...) A disabled. When I try to setup connection in HotMailbox, I get "ERROR: The request failed with HTTP status 401: Unauthorized". I don't have any problems when I try to log in to outlook directly in brow ser using the same credentials. What else might be wrong with configuration? Thanks in advance for all suggestions.
(...) Hi community! We are currently facing a new requirement, where it should be possible to change the brow ser language with a series of buttons in the form (approximately 20 different languages). Every click on a language button should change UI labelling on current form to selected button language. e.g. [German] [English] [French] ...
(...) error is coming after providing the credentials while launching the application. If anyone can please suggest what is the cause of this error and how it can be fixed. I have already tried deleting brow ser cache, reinstalling the designer studio, etc. Thanks, Siddharth
(...) 143 (tested, worked fine), 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 throw s: "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.
(...) Is there a way on a new record to prepopulate an item list with static row s? The idea is for each new workflow started, an item list would have 6 row s already setup to have other data entered. Nevermind, I found it :) https://webcon.com/item-lists-repeating-data-done-right/
(...) s a slight problem with updating an item list. I have a list of items (emplayee, year, number of days available). The list is being initialized at the registraton step with all the employee names (70 row s). I've also created seperate attribute fields 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 (...)
(...) System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throw OnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, Runtime (...)
(...) ith lines if the user select a Sales Order in another field or manually filled if there is no information on the SO. There is a column that is mandatory to be filled whenever the item list has any row s 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 required (there are cases that the (...)
(...) r name: id ------------------------------------------------------- CallStack ------------------------------------------------------- at WebCon.WorkFlow.Base.Exceptions.Handling.ExceptionHandler.Throw Exception(Error error) at WebCon.WorkFlow.Studio.Logic.Authentication.PortalRequestHandler.CreateException(HttpResponseMessage response) at WebCon.WorkFlow.Studio.Logic.Authentication.PortalRe (...)
(...) ails, 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 work around. I will have a look at this tomorrow , but maybe someone else can either confirm that it works or doesn't. :) If everything fails, I will deploy the assembly to the GAC also I would prefer not to resort to this. Best regards, Daniel
(...) terh3 counterh4 counterh5; counter-increment: counterh1; } h1::before { content: counter(counterh1)" "; } Do you know any other limitations or are aware what brow ser configuration I could use to test this? Best regards, Daniel
(...) s. It would be great if styling fields with the foreach functionality would also be possible. I have attached an example where the fields marked with yellow should be disabled if the checkbox on the row is checked.
(...) 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 row s, when its quite 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-file (...)
(...) tested so far: - Verified that the variable 'System fields\Assigned persons' contains the current persons during path transition, exit and entry. - Created an SQL statement which returned the latest row from WFElementTasks, and executed this in an action during path transition, exit and entry. They all returned the old row . - SDK object RunCustomActionParams.TransitionInfo.TasksToAdd is empty. I wa (...)