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

top rated

Hi, I use process level constants when I need to generate MS Word attachments. 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 occurred. ---> System.Net. (...)

Hi All, I want to do automatically open sub workflow after parent workflow started. Now I have to open parent workflow and find there sub workflow button. I want something 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?

Hi. I have an old Webcon BPS. I try to create a template and I have a problem with CSS. I don't know how to change [|ElementAdress|] element to my preference. I want change text-decoration change to none, change color to white and a want to add padding and bottom. It is my code : <DIV style="FONT-SIZE: 24px; TEXT-DECORATION: none; MAX-WIDTH: 150px; BORDER-TOP: black 2px solid; BORDER-RIGHT: black 2px solid; BORDER-BOTTOM: black 2px solid; COLOR: white; TEXT-ALIGN: center; MARGIN-LEFT: auto; (...)

MVP

Hi all, I'm out of ideas... I've tried everything that came to my mind without achieving the desired result. Is it possible to have a hyperlink column in an Item List that shows the Preview and only after clicking on the little icon on the right (see attached image) it opens the full form?

Hello, I want to download data from REST Web service, which has collection type, but I can't map it because there is no type of attribute like that in Webcon. Can it be handled comehow?

After upgrating to 2021.1.3.205 my autocomplete choice fields in an items list started to behave really strangely and buggy (on several workstations). What happens: - when I scroll to the bottom of the list it scrolls back to the top by itself - when I scroll down a little, the list changes position by itself a little to the top or to the bottom - sometimes an error pops up when scrolled to the bottom of the list The temporary solution to this is to change the behaviour of the choice field to P (...)

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 see the following error in event viewer. PowerShell Error Message=WCF Service can be executed o (...)

Hello all, Does anyone configured a calculated column in the reports to calculate the difference between current date and a date field from the form? I was trying days (getdate() - form field) but it's not accepting the days formula. Thank you!

After upgrading to most recent version 2021.1.3.205, a simple form rule definded at path parameters stopped working (the rule on the attached screen). If I change the rule just to CONFIRM['Something'] (without the IF), then it works, but with the IF it does not. It used to work in 2021.1.1.53. Anyone experiencing such an issue?

Hello everyone, I tried to make an action with the Active Directory - Manage users function. When I start the action on the path I always get an Access denied message. I put the example screenshot and the fault message in the attachment. Is there anything else important what I have to consider in the settings? I am grateful for any help! Maximilian

Some of our departments still live in the stone age. They want to be able to print webcon reports OR export them to an Excel so they can run pivots, etc... on the data. I don't see anyway to allow for either of these options. Once again I'm wondering if I'm missing something. Seems like printing/exporting would be fairly well received options

Dear Community, We have standalone version of BPS. When the user is loggedin via google account, they cannot edit attached word document due to attached error (attached pictures). Do you know any solution to this error? BR, Innflow Team

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!