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

search results

for action

(...) me 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 action s? I've struggled to find one and we might be required to create a sdk action to copy the file.

(...) Hello, I have a problem while adding a barcode. The instance is moving to the next step but the action is not executing, does not show any error and is not even logged in the history and is not adding a barcode. Does anyone had this problem on the latest version( 2021.1.3.163 ) , some thoughts ?

(...) ibute 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 on the list. The "update item list action " requires a unique ID of row to be updated, but on the registration step the item list is not in the WFElementDetails table yet (I guess...), so I can's get row ID's. I've tried adding a technical fi (...)

(...) Does anyone came across an error like this? Not sure how to solve it. I attached the list of action s that occurs in the path but I don't understand what is the problem. Thank you for your help!

(...) o create multilingual custom emails? Example: A task is assigned to three users, one of them has set the portal language to English the other ones are using German. If we are using the "standard mail action " or activate the corresponding checkbox two mails will be send. One in English for the first one and another one in German for the remaining two. If we want to send a custom mail though, I don't have (...)

(...) Hi everyone, I'm currently creating quite a lot of "validate form" action s. For example: - Date one must be after date two - Date must be in the future - Integer value must be positive These are implemented as "validate form" action since I prefer validation on the server rather than on the client only. The draw back is, that it's a poor usability. So I "recreate" the same validations as form rules w (...)

(...) uld 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 workflows would be started with the "Start a subworkflow (SQL)" action based on the itemlist content. Are there other/better approaches to solve this scenario?

(...) as a 'wait for sub-workflows' 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 two task in the next step. The one which is created by the path transi (...)

(...) Hi everyone! I'm facing a problem and hoping to hear that you might have a clue on what to do. I've a process that creates users in AD. However the user creating action expects a parameter of username in format DOMAIN\USERNAME. My domain users have changed UPN logins to their e-mail adresses (e-mail domain is different than my local domain name) in order to have one login in every system. Is there a way (...)

(...) Hi everyone, does anyone have a good solution for retrieving names/translations of objects within a SDK action ? Example: We have the step id: args.Context.CurrentDocument.StepID How do I get the (translated) step name? Is there some option inside the SDK? I haven't found one, so I'm thinking about passing ids/translations via the PluginConfiguration. I just thought about querying a data source. Maybe (...)

(...) Hi everyone, does anyone here use the 'Generate a Pdf file' action , to convert a html file to pdf and is aware of limitations? I just noticed that I couldn't either use counters or the pseudo element ::before is not supported. h1 { counter-reset: counterh2 counterh3 counterh4 counterh5; counter-increment: counterh1; } h1::before { content: counter(counterh1)" (...)

(...) Hi, I've run into an 'issue' using the 'Generate a Pdf file' action . https://community.webcon.com/forum/thread/770 I used 'new' HTML / CSS features which haven't been supported or even been available by the provided version of the 'Winnovative HTML to PDF Converter' engine. WEBCON BPS utilizes version 7, while the current version is 15. As far as I could find out version 7 dates back to 18 Feb 201 (...)

(...) Hello, Is there a way to send "High priority(importance)" emails using default WebCon action s? If not, can I use something else? Thanks, Dan Popescu

(...) Awhile back I was able to run PS scripts via an action without any issues. I don't use them much, primarily when playing around with what is possible. However I have a need for them now, but they will not run from webcon. I am running the powershell with an account that has the correct permissions. I have verified by running powershell on the webcon server with the account and testing the script. I se (...)

(...) n 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 as user action s / 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.

(...) thing like this: 1. Fill parent form and start flow to save and start sub-workflow. 2. Sub workflow starts and now I want tha this sub-flow opens automatically in the same tab. Probably "hyperlink" action can do this but I don't know hoe to configure it:/ Can anybody help?

(...) chments. This gives me consistency when transferring processes between DEV / TEST / PROD. I don't have to think about replacing the name /DOCTEMP/f8e86bc...e967af9b62 with another guid in appropriate action . The same I wanted to do for generating MS Excel attachments. Unfortunately I get the error: WebCon.WorkFlow.Common.Exceptions.WorkFlowException: An (name) action execution error on a menu button oc (...)

(...) em 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 RunCustomaction Params.TransitionInfo.TasksToAdd is empty. I wanted to use this as an general option which can be u (...)

(...) parallel. They will be started through a item list and after one person for the task is selected in that item list. This is bringing me many issues and challenges. First of all, I need to use 2 action s in the subworkfows to fill in 2 different Item List but my query is not bringing anything because I only get examples for the cases where we have parent and child select {DCNCOL:466} as {DCNCO (...)

(...) all be required. The user has 3 checkboxes on the form. Depending on which of them are checked, there should be created a specific task for each in a single step. The tasks are being created in the action of "Approve" path of the previous step. It's all fine for now. (ex. if (checkbox1) -> create Task1 etc.) The problem is, before moving to the next step all of those tasks should be completed. Instea (...)