(...) nly share elements defined in system settings, data sources or plugins. Examples: - Globals -- constants -- business rules -- form rules fields -- fields - Data source -- Dictionaries -- Templates - SDK s If the export hits one of these elements no further related elements should be gathered. Best regards, Daniel
(...) /3 Unfortunately probably because of MFA I am not able to establish connection with SPO (I get error "The sign-in name or password does not match one in the Microsoft account system"). I don't have SDK purchased, therefore I won't be able to create custom action to send these files. My attachments are also greater than 4MB, so Microsoft Graph is not an option as well. Do you have any other sugges (...)
(...) the dictionary database. We query this data about 9 - 30 thousand times a day, on average one execution takes 3 seconds. After changing the polling method from like to exact match (mediated by the SDK add-on), it turned out that the previous elapsed max of 95,000 seconds dropped to 10 seconds. This change reduced the load on the dictionary database, and thus relieved the entire database environmen (...)
(...) report by mail. This is currently in an alpha state. The business rule seems to work well but the BPS application is just in a proof of concept state. Maybe there's someone who can help me test the SDK /identify some issues. Fingers crossed, I'm going on vacation in a few days and won't be able to work on it for a while in my limited spare time. :) Once I'm satisfied with the application, I will c (...)
(...) n) 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.
(...) one can be created during step 1-6 and all must be completed in step 6. If the parent workflow is not in step 4 or 6 nothing should happen to it. b) I thought about creating a Custom Action using the SDK but I didn't see an option for this. Best regards, Daniel
(...) irects 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 as user actions / SDK , but it is about using built-in functionality that ensures consistency and is ready to go with a single click. Tested on version 2021.1.3.205.
(...) 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 wanted to use this as an general option which can be used in an execution condition, but it seems that this general approach is not (...)
(...) Hello, I have made an SDK to accept all changes on a word attachment. Unfortunatelly, Webcon says that I do not have permissions to edit the attachment. Not only the user with which I have executed the action has full permissions, but I have set skip permission to true. Does anybody know why this error appears? I have attached some photo material. If I can give clarifications, please ask me. Best (...)
(...) he shopping basket changes we need to send (delta) reservations to an external system with a SOAP request. So far so good, this is a common scenario ;-) What we have so far: A custom action (SDK ) which builds (delta) reservation XML to be sent to external system (SOAP). If there is no change in shopping basket, we are storing an empty string to an internal field (XML content), so that upcomi (...)
(...) le. My goal now is to merge/combine both files together into one final PDF for storage. Searching online i only found this source related to my problem: https://community.webcon.com/posts/post/SDK -actions/143 ..which briefly states "Merging several PDFs into one" could be possible. Does anyone know more about this topic and could help me with that problem? Thanks in advance, Philipp
(...) er valid. Configuration after correcting the assignment WFD_AttText1Glob {690} true There was no "problem" with the following actions: Update attachment, SDK action, Change value of single field, notifications. 2. Saving report views I had to save each report view to show the new column. It was sufficient to click on the view and hit the save button. (...)
(...) Hi, Why is only one task created, and everything executes in it, when I execute the following code in a loop: args.TransitionInfo.TasksToAdd.Add(new WebCon.WorkFlow.SDK .Common.Model.NewTaskData(new WebCon.WorkFlow.SDK .Common.Model.UserInfo("webcon", "webcon"))); Best regards.
(...) global constant for Portal Url, which is used in whole application (for redirects and so on). This scenario works fine on one farm. Is it possible to find out within a businessrule (or maybe SDK rule), which BaseUrl current system has? I do not find anything in context variables, so that's why I'm asking... Thanks a lot in advance & best regards, Nik
(...) the reports quickpath functionality works (because it seemed to work multithreading) and we have notticed that it uses JS to send async all the instances via the API. So we are now using the API via SDK in order to start all tose subworkfols for generating word templates. The API is doing all the work multithreading and much faster than the builtin actions.
(...) Im trying to construct a Workflow using GDPR settings. For the data to be stored im using personal data dictionary. How to configure external data sources and how to configure the SDK actions to search into the data sources.
(...) esn’t actively express this wish. In addition, these use cases would get some tags, for example so that you could get all use cases by industry. Besides these use cases, I would add a section for “SDK actions”. This could be links /descriptions to SDK s provided on GitHub or whatever source. Another side effect could be that we could do a little diagram how many companies have implemented 1-5, 5-1 (...)
(...) Hi community! Is anyone trying to write your own SDK based on Webcon 2022 Exstensions on MacOS? I wanted to try on my private macbook but when i downloaded extension, it appeard in .vsix format. It turned out that Visual studio can't read this format of file. I downloaded this from official Microsoft marketplace. I can't find it inside VS marketplace in 'extension for download' after launch applica (...)
(...) I think this has something to do with content-type or encoding, but I can't figure out, how to get the raw content. Is there even a way to do this with standard action or do we have to implement a SDK action for this (e.g. call REST service and add file as an attachment). Would be nice, if anyone could point me into the right direction. Thanks a lot in advance, Nik
(...) n 2021.1.5.292 to 2022.1.4.297. While preparing for the update, I receive a message that there are no components installed: 1. "ASP.NET Core 6 Hosting Bundle" 2. ".NET 6" What versions to install (SDK , Runtime), where to download them? So that there are no problems with the operation of the platform and that I can update it?