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

forum

Hello, I observed that when Webcon sends e-mails, I can't see them inside the mail box. To put it in other words, I can't see in the "Sent" folder in Outlook the outgoing e-mails. Does anybody have any idea how I can see them. Can I make a report inside the web application over the WFMails table? Best regards, George

MVP

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)" "; } Do you know any other limitations or are aware what browser configuration I coul (...)

Hello, I have a problem logging in to the iPad application. The application hangs after entering the login and password and clicking Continue logging in - external authentication. Ipad with latest firmware, factory reset, latest Webcon 2021 application. No problem on android. Without application works fine in Safari.

Is there a way to lock a specific item row for a list item at specific steps? I have a 4 row "table" and I need to make sure each row can only be edited in it's respective "phase" (step)

MVP

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 I could create a SQL view which is utilized by the data source. Did someone do something sim (...)

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 to create AD users providing their e-mail (UPN) as login? Has anyone came across such issue? (...)

Maybe I missed something but I'm struggling on a form. On the form I have 2 autocomplete choice fields that are related. First I would like to hide the second field. The first field a category has to be selected (1-5), and when someone selects Category 1, the second field should appear dynamically to make a selection. Now I added a rule in "Visibility restriction in form", see picture. I runs but it seems only on form load and not dynamically.

Hello Community, Does anyone established the connection between Sales Force and Webcon? I have all the documentation on the Webcon side for the REST API but I'm finding some difficulties on the Sales Force side as I'm not sure on where and how to configure the necessary steps to get the connection between the 2 systems. Thank you all for the attention!

MVP

Hi everyone, did some try (and succeed) to use Razor within a plugin? I tried to use RazorLight, which isn't possible because it is not strongly signed, which is a prerequisite for plugins. Afterwards I tried the unmaintained RazorEngine, which fails, because the plugins assemblies are loaded dynamically and not from disk. Which in turn causes an error in RazorEngine which I'm currently trying to work around. I will have a look at this tomorrow, but maybe someone else can either confirm that (...)

MVP

Hi, I tried to access the Design Studio and encountered this error. Has anyone encountered this problem before? Thank you, Raluca Type: System.Exception ------------------------------------------------------- Message: Value cannot be null. Parameter name: id ------------------------------------------------------- CallStack ------------------------------------------------------- at WebCon.WorkFlow.Base.Exceptions.Handling.ExceptionHandler.ThrowException(Error error) (...)

Hi, I have freshly installed the newest version of webcon and activated it with the Express license. Online it is stated that Express is fully functional up to 10GB. But the document template process I created does not work (can not save) and I have a license message reading "Entwicklerversion - WorkFlow Fronton-Lizenz fehlt". Translated meaning "Developer version - Workflow FrontEnd?-License missing". Does Express not support attachments or is this an error in my part?

When trying to define a tile for a process that has many attributes, an error appears as in the attachment. It is not possible to define a tile. Only when some attributes are unlinked from the form, the tile is added. Unfortunately, this is not a solution that can be used in a production environment.

Hi all, I'm having a problem in Studio with a Form Validation rule using SQL. I have an item list that is populated with lines if the user select a Sales Order in another field or manually filled if there is no information on the SO. There is a column that is mandatory to be filled whenever the item list has any rows and I tried many examples to construct a validation form rule in order to have information on that column. I was using a SQL query because: - Column cannot be required (...)

MVP

Hi everyone, I'm currently facing the following situation: A workflow has 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 transition and the one creat (...)

Hi community! Maybe this is a silly question, but I'm asking it anyway ;-) In Webcon BPS management tools one has to provide a portal URL, so this looks like a fixed Url for the whole portal. Is it possible to run the same Webcon BPS Portal with different URLs pointing to different applications on the same server for different use cases? I mean this should be only a question of DNS resolving to the same IP right? For example we have 2 different Webcon applications on the same server: 1. ap (...)

MVP

Hello, I was wondering if anyone had a case where a barcode scanner (handheld device) had to be implemented. I'm asking to figure out if Webcon could be a solution to a problem I encountered. Thank you.

MVP

Hi there, while starting a new instance, i am giving the users the ability to make a save for the moment (caching all inputs so far), so they could finish the instance later. If the user wants to start that instance again, all input fields are invisible and a DATA TABLE shows the already started instance including LINKS to that instance. I would like to have that links opened in the existing window, but i dont find a working way to configure that. Every time a new windows is opened. Anyone a (...)

MVP

Hi everyone, let's be honest the search option is more of an autocomplete. Nothing wrong with this since you can still get some useful information. Nevertheless, I prefer searching this site using a major search engine. Since I don't like to do repetitive tasks I put together some JavaScript which speeds this up and can be executed on any (public) site by clicking on a bookmark. Unfortunately gifs aren't allowed so I attached a screenshot: 1: Search results from the community 2: Executing the (...)

Hi Community, After the deployment of version 2021.1.3.178 the subworkflows that start after a flow control step are no longer working. I have multiple cases in my company where I need to use a flow control step to evaluate if the subworkflow should start or not and it stopped working after I got the update. I don't know how to fix it or come up with an workaround and I'm awaiting on the support. This happening for all control fields, even if there is no subworklow starting. Anyon (...)

Hi community! We implemented a document template with certain fields coming from a custom datarow (based on SQL-Query). We deployed the solution and the document template to PROD and everything was fine. After that we added one new field to the datarow (SQL query was modified) as a new requirement and added the new field also to document template. On DEV system everything looks fine, we deployed the solution to PROD and suddenly this new field is missing in Word Add-In (in the selection of d (...)