WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question

search results

for CU

(...) ssions. I have verified by running powershell on the webcon server with the account and testing the script. I see the following error in event viewer. PowerShell Error Message=WCF Service can be exeCU ted on registered account only. Valid PortalAppPoolIdentity username from database is empty. Source=WebCon.WorkFlow.Service StackTrace= at WebCon.WorkFlow.Service.WCFService.WCFService.ValidatePorta (...)

(...) Ok, now that my PS script is running, in this partiCU lar instance I need to grab a variable result and assign that value to a form field. Simply assigning the Form Field = $psvar isn't working. Is this possible?

(...) Hi, We have encountered a 2nd CU stomer asking us for the following functionality: 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 functionality should probably be added on the reports somehow, b (...)

(...) to export containing data to Excel using its default configuration, the sole problem is it can only export top 1000 rows, when its quite common to display bigger chunks of data in that form field. DoCU mentation 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/ I am aware of alternatives such (...)

(...) the left and right panel from 50% for each to 75% for the right and 25% for the left. The JavaScript can be copy&pasted into a JS Form Rule (1) which gets added to Behavior tab (2) so it get's exeCU ted. window.ccls = window.ccls || {}; ccls.changePanelWidth = {}; ccls.changePanelWidth.exeCU te = function (timeoutCounter,timeoutMax){ var items = doCU ment.getElementById("RightPanelOuter"); (...)

(...) idea whether it's possible to retrieve the users to whom a task will be assigned in the next step? What I've tested so far: - Verified that the variable 'System fields\Assigned persons' contains the CU rrent persons during path transition, exit and entry. - Created an SQL statement which returned the latest row from WFElementTasks, and exeCU ted this in an action during path transition, exit and ent (...)

(...) gelog (but maybe it is), so I wonder if maybe it is a bug? Maybe some of you have noticed such a change, or encountered the same problem? EDIT: Since I was testing mostly on the default value of the CU rrent user, I found that it works fine when only login or name is selected. Not sure if this is an intentional change though :) EDIT2: Found that change in version 2021.1.3.163 changelog, so nevermin (...)

(...) s 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, '' ) as DEF_Name , usage. BRD_Name , usage. BRD_DoCU mentation from WFBusinessRuleDefinitions as users join WFBusinessRuleDefinitions as usage on usage . BRD_ID = users . BRD_BRDID left join WFDefinitions on DEF_ID = usage . BRD_DEFID where dbo (...)

(...) Hello all, First of all I would like to thank you for taking time reading my post! I'm working on a CU rrent process where I need to trigger many subworkflows to request information for the main one. Because the main one will keep being edited after the subworkflows are launched, I've decided to set them as parallel. They will be started through a item list and after one person for the task i (...)

(...) ernal view. WFD_AttChoose1 isn't really helpful for translating. :) 3. There's a slight labeling issue. The PathAndTasks sheet doesn't contain the correct label for object type 33. It should be PathDoCU mentation instead of PathDescription. CU rrently "PathDe[s]cription" is duplicated. 4. Buttons are not part of the generated file. At least I didn't find any. Could multi language pickers be listed se (...)

(...) native spell checking of Windows that I tend to forget to the spelling. Sometimes it happens because I make a mistake and sometimes it happens because of latency or other issues in an RDP session. CU rrently I'm using the BPS translation tool and checking the texts in word. I'm wondering if native Windows spell check could be added to the Designer Studio: https://docs.microsoft.com/en-us/dotnet/ap (...)

(...) hen the user sets up a Subworkflow using the SQL version, it's not possible to save the ID of the instance created. This is only allowed doing other type of actions and most of the times returning ConCU rrency Errors in the system. This is allowed already in the Subworkflow normal version.

(...) Hi everyone, I just stumbled about an action which exeCU tions hasn't been logged. The reason is simple, the according checkbox wasn't ticked. If you want to verify that all you actions are logged you can run this SQL statement. It displays all actions which aren't logged. Maybe for a reason or due to some misconfiguration: SELECT AGR_Name, APP_Name, DEF_Name, WF_Name, STP_Name, ACT_Name FR (...)

(...) with version 2021.1.2.101, but after the upgrade, instead of numbers, the field name is present in the output. When I leave the formatting with \* MERGEFORMAT, the values are transferred into the doCU ment. Did anyone else notice the problem? Best regards Aleš

(...) Hello, CU rrently it always just creates the new subworkflow instance and the user has to manually click on that instance to view it. Is it possible to redirect immediatle upon creation to this new instance of the subworkflow? Preferrably in the same tab.

(...) Hi everyone I have a problem with rotated doCU ments after processing in Hotfolder. How it looks like? 1. I am scaning doCU ments in a vertical way 2. Scanned doCU ment is in a vertical position in the file 3. I am moving doCU ment from file to Hotfolder 4. DoCU ment after processing in Hotfolder is in horizontal position I would be very gretaful for any suggestions

(...) here new element is being added on the first day of the month and giving it signature containing next continuous number. Someone accidenly deleted the last one and the created new one. Nowe we have doCU ments 1,2,3,4 and 6. Is there a way to change the signature of 6 to 5? I can delete the number 6 but what will reset the numbering so that the new created one will be 5? Any ideas community? :) Mich (...)

(...) Hi all, we created a new workflow, mainly to store information about our companies and important doCU ments for them. To make sure the users attach a structured set of doCU ments, I created a dictionary of doCU ment types, along with translations for them which are defining which doCU ment is attached in which row of the item list. The item list is initialized with a set of standard doCU ment-types th (...)

(...) ize there were any rule, sometimes its 2 rows upper, sometime its 5 rows upper). I found out that if I set item list sorting to ID(created by webcon) from End Date(set by user) then problem doesnt ocCU r. The thing is I want to have it sorted by end date. If i have to specify something or add more screenshots then please let me know. And btw. I have similar Item List field, where the same bug oc (...)

(...) Hello everyone, in a webcon environment I CU rrently have two business entities (ID 1 and 4, see the attached screenshot). From now on I only want to use the entity with ID 4. Is there a known way to migrate all existing instances from ID 1 to 4 so I can delete the business entity with ID 1 afterwards?