(...) rol field to check if the invoice number exists in the external database 4. Process can only be moved to Finish if all the rows have a match So this works, if I just have one row. In the control steps , For Each is not available so I will probably have to check this using SQL command? Does anyone have suggestions? Thank you
(...) Generating a Word document, converting to a Pdf and deleting the Word afterwards, so the result is a Pdf only, are often used document generation steps . Unfortunately, it is not possible to overwrite an existing Pdf when converting a Word document to Pdf. So we usually have to delete the original, but I would prefer having an updated than a new Pdf. I would wish there was an option like the Mode (...)
(...) which depends on data from the parent form, and a path [Validate] which checks for required fields. To make sure that children forms are filled properly - when I'm moving the parent form to further steps I'm invoking that [Validate] path on all childrens to make sure, that data is filled correclty. It works almost perfectly, but there is an edge case. When user registers parent form, then childre (...)
(...) Hey, I am creating a workflow where I would like to give option [Send Back for LEGAL Check] on different steps (Screen shot added ). However, I want to create a restriction so on the legal check step users can see only paths related to the step that it came from. Not all paths because that would be extremely confusing (screenshot of all paths added). So for clarification if the flow was send to "le (...)
(...) econd one for suborders - on suborders I'm able to show 'customer' using custom column. With SQL like this: ( SELECT dbo.ClearWFElem(WFD_AttChoose2) /* Customer */ FROM WFElements JOIN WFsteps ON WFD_STPID = STP_ID JOIN WorkFlows ON WF_ID = STP_WFID WHERE WF_GUID = 'af556142-7ad9-44e1-9xy2-550c2cxz361cf' AND /* GUID WF Order */ WFD_ID = wfelems.WFD_AttChoose5_ID /* Field Order R (...)
(...) ND ISNULL(WFD_AttBool1, 0) = 0 AND ISNULL(WFD_AttBool2, 0) = 0 AND ISNULL(WFD_AttChoose45_ID, '0') = '0' AND ISNULL(WFD_AttBool8, 0) = 1) THEN 'Tak' ELSE 'Nie' END FROM WFElements JOIN WFsteps ON WFD_STPID = STP_ID JOIN WorkFlows ON WF_ID = STP_WFID WHERE WF_GUID = 'af556142-7209-44e1-9aa2-550c2cd361cf' AND /* GUID of the workflow */ WFD_ID = wfelems.WFD_AttChoose4_ID /* (...)
(...) Hello. I have a choice field that is appearing in 2 different steps . Is it possible to filter the returning data depending on the current step? ex: if in step A, choices to be 1,2,3 and if step B, choices to be 4,5,6.
Hi, if the browser window is small enough, the actions of the item list are collapsed to a context menu. It would be great if this popup would contain information in the DOM about the about the source. For example by adding a data-key attribute to the top element with the value item list and row.
(...) al. or if not, is it possible to migrate just by exporting SharePoint list data to Excel then import it on Webcon dictionary? Let me know if there are other recommended method to do this and the steps . Thanks in Advance.
(...) d in step with timeout there always will be elements. How to get rid of this timeout. I've tried setting is to always false, but it's still trigered and goes to list. I have few of them on diffrent steps and they total 10k elements in timeout list.
(...) ionary. I’ve attached an image of my sample script, which successfully retrieves SharePoint data, but it encounters an error with Webcon authorization. I would appreciate guidance on what specific steps I should take or modifications I need to make. Thanks and Regards,
(...) Nom du paramètre : name cz-cz n'est pas un identificateur de culture valide. à System.Globalization.CultureInfo..ctor(String name, Boolean useUserOverride) à WebCon.WorkFlow.Service.SolrIndexer.steps .DetermineLanguageStep.c.b__26_3(String x) à System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() à System.Linq.Buffer`1..ctor(IEnumerable`1 source) à System.Linq.Enumerable.ToArray[TS (...)
(...) se a http request to pull data from an API and map those retrieved data to populate a Word Document Template.docx? For context the retrieved data is in table format. I would appreciate it if the steps on how to do this is provided. Thanks and Regards,