(...) Hello, I hope you can help with this! I need to guarantee that a file in the attachments is checked-in (so the version will be different than 1) before moving the workflow to the next step. In the validation form, I don't have the attachments system so that I can construct a query to verify this. Does anyone have an idea? Thank you!
(...) I'm banging my head on the wall... I'm sure there is an easy solution but can't figure it out at the moment. I would like to prevent users entering duplicate values in a field when starting a new workflow and I don't want to use the Instance Number to achieve that. I have a process ABC with field WFD_AttText1. How do I prevent the user to enter a value that already exists in the field WFD_AttText1 of th (...)
(...) ess-based (dynamic) mode for registration of clients, which is in my opinion very user-friendly. The problem is, this mode shows the correct position on the map, but it doesn't store anything in the workflow item. We want to store Longitude and Latitude (e.g. in 2 extra fields of the process/workflow ) along with Street, Zip and City (which is already happening). I hope you know, what I mean. Is this (...)
(...) Hello together, I try to implement an CustomAction with Syncfusion. Now when I want to start my workflow I always get an error message that the file is missing. The photo of the fault is in the attachment. Has someone experience with this or knows how this must be implemented? In VS I installed the Syncfusion nugget, I can compile the project without problems. Thank you very much. Maximil (...)
(...) Hello Gurus I'm trying to do such action: In my VS solution, I have made CustomAction that gets data from an external system as a list. I would like to return that list to ItemsList in my workflow . I have code like this: [ConfigEditableFormFieldID(DisplayName = "Pozycje nagłówka ", FormFieldTypes = workflow .SDK.Objects.Enums.FormFieldTypes.ItemsList)] public List Lista_Poz { get; set; } public c (...)
(...) Hello all, Does anyone set up an action to add items in a Sharepoint Calendar? I'm using this https://howto.webcon.com/sharepoint-calendar-adding-entries-from-bps-workflow s/ to help in the configurations and I'm able to send the information to Sharepoint: Message Log for my Action Message Address of a Sharepoint list: https://visionboxdomain.sharepoint.com/sites/customers/Lists/Calendar Insertin (...)
(...) 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
(...) 't seem to create an "application wide" variable that I can reference, create a new proposal # and then increment by 1. Now that I think about it like that, can I SQL query the # of records for the workflow ? (Still fairly new to queries in webcon, any help would be appreciated). Thanks
(...) nt of BPS groups is only possible for WEBCON Admins. Some customers wish, that they can do this on their own, but we don't wont to give the required rights. We solved this by means of a little helper workflow , that enabled us to configure the BPS group to manage, a responsible person and an itemlist with the assigned users. This works quite nice this way. However, it would be great, when this option wou (...)
(...) Hello Webcon community! We are wondering if there exist any common approaches / tools / patterns for transferring workflow data between different environments. We have an on-premise environment for DEV (with internal AD) and an environment for PROD (which resides in Azure VM and connects to Azure AD). What are your experiences to sync data, e.g. from PROD to DEV or TEST between different environments ( (...)
(...) an excel file? I have an excel file with employees information(say 50 rows 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.
(...) Hi everyone. I've prepared my first prototype in Designer Desk and now I'm trying to test the workflow (before publishing the process in Designer Studio). When I'm trying to go to the next step I get an error.
(...) We have a supporting workflow which is being started via hot-folder. The name of the attached file is then being analysed (we have 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 required to create a sdk action to copy the file.
(...) Is there a way on a new record to prepopulate an item list with static rows? The idea is for each new workflow started, an item list would have 6 rows already setup to have other data entered. Nevermind, I found it :) https://webcon.com/item-lists-repeating-data-done-right/
(...) Hi All, Does anybody know why system column "Step" on any report is empty? It doesn't show anything. Other columns are ok and show information from workflow s. I noticed that when I enable Grouping on Step, every step name shows on the left of report but still not on the system column.
(...) Hi Community! I tried to create a view which returns all elements from a specified workflow that have a datetime field NOT set (empty), but that seems to be impossible. I do not know how to filter that, a standard filter in the view with selected field equals to value in textfield does not solve that. I am pretty sure there is a trick how to do that I am not aware of ;-) Many thanks in advance & best (...)
(...) informations from other columns in this list. By having three entries in the itemlist, there would be three e-mails with different content to be sent. Currently i'm thinking about creating a simple workflow to send an e-mail. The workflow s would be started with the "Start a subworkflow (SQL)" action based on the itemlist content. Are there other/better approaches to solve this scenario?
(...) Several of our workflow s have multiple attachments that are usually quite 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.
(...) alLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection) at System.Reflection.Assembly.ReflectionOnlyLoad(String assemblyString) at WebCon.workflow .Studio.Forms.ModuleSDK.AssemblyNameLoader.MyReflectionOnlyResolveEventHandler(Object sender, ResolveEventArgs args) at System.AppDomain.OnReflectionOnlyAssemblyResolveEvent(RuntimeAssembly assemb (...)
(...) Hi everyone, I'm currently facing the following situation: A workflow has a 'wait for sub-workflow s' step. A new request came in, to assign a task during this step, so that the workflow still get's listed in the tasks overview. So far so good, I used the 'Create a task' action to manually add a task. Unfortunately, this task isn't completed when the workflow moves to the next step. As a result there are (...)