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

search results

for action

(...) 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 (...)

(...) When 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 action s and most of the times returning Concurrency Errors in the system. This is allowed already in the Subworkflow normal version.

(...) Hello everyone, I have an action where I upload one or multiple attachements (PDF) to a SharePoint list in SharePoint Online. Currently all attachement uploaded to the SP list are checked out. Is there a known configuration in the action or in SharePoint? Or has anyone else had a similar problem? Best regards, Tim

(...) Dear WebCon Team, in our view, we found following misbehaviour of the form field typ - Floating Point. If you try to set this field with a periodical fraction like (14/15)*100 = 93,333333... you will get an error message. In our oppinion this is a misbehaviour, because the field itself should handle such an "exception". And it is hard to find ;) A possible solution is to wrap the "Round" function arou (...)

(...) er/no mobile devices like mobile. So to not do photo, save it on device and now addind to element. But to add exact after to the photo by camera, and run camera from element. It's could by by custom action or use build funcionality. That problems show on Windows Surfface oraz normal windows where we can't use such functions.

(...) Hi All, I have a workflow where I use “Start a subworkflow (SQL)” action . I also have a “Wait for sub-workflows(system step)” step where I wait until all the subworkflows will end. I configured the “Wait for sub-workflows” to go back to “register step” when one of the subworkflows finished negative. See picture And here are my problems: Let say I started 3 sub-workflows and one of them went negat (...)

(...) ther column in the report and then I have an error... http://webcon.net/WEBCONBPS/db/1/app/21/element/1037860/form/view?returnurl=%2Fdb%2F1%2Fapp%2F21 url: https://webcon.net/WEBCONBPS/api/logger | action : ip: xxx | msg: "stack": "TypeError: Cannot read properties of undefined (reading 'split')\n at HTMLDocument. (https://webcon.budimex.net/WEBCONBPS/application/App.9450b9.bundle.js:2:666559)", "messa (...)

(...) . Now we have 2 machines: 1. One machine that has a freshly installed Webcon connected to the restored database machine 2. One machine that has the restored database The issue is that the On Timeout action s do not work. We tried sending 2 instances on a step that had On Timeout action s to try and unclog the queue but that didn’t work We mention that we are looking at the -Create PDF- and -New Timeout- (...)

(...) ut from a main workflow level. Example: I have a main workflow with 3 sub-workflows. When some user choose a path on the main workflow I want to modify some fields in the sub-workflows. Is there any action to achieve it?