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

search results

for WEBCON

(...) We have license for only 2 WEBCON processes and purchased now another license. How can I add that new license?

(...) o use field references, process rules or similar in translations, these won't work once the process is transferred to another environment. See this thread for more details/images: https://community.WEBCON .com/forum/thread/1149 In my opinion this is an error, so I created a ticket. The answer was, that this is the intended behavior. There I'm creating this user voice. :) Best regards, Daniel

(...) Hi everyone, WEBCON BPS 2022 has a new IIS requirement "Dynamic Compression Module". You can enable this by executing the following line in PowerShell: Enable-WindowsOptionalFeature -Online -FeatureName IIS-HttpCompressionDynamic Now I'm back to testing the new version. :) Best regards, Daniel

(...) em with error which appears randomly - Failure sending mail. Unable to read data from the transport connection: net_io_connectionclosed. I use o365 smtp server smtp.office365.com to send e-mails from WEBCON BPS. Any idea what could be reason of this error?

(...) to be send in the later case. I'm currently using a workaround with a conditional "hyperlink action" and conditional "send standard mail action". Thanks to the automations this will be easier with WEBCON BPS 2022 because I can move those two action to one automation (1). :) In case of someone is wondering about the hyperlink action, I added the configuration to the screenshot. Unfortunately the w (...)

(...) Dear All, is there a guide on setting multi tenant authentication for WEBCON ? Until now we were using one tenant but would like to extend this to another one or two. I found multi tenant option in designer studio but with no additional options to configure it. How should we set the other tenant? is there a further configuration required on WEBCON end?

(...) Hi, I downloaded the Teams add-in installer from our WEBCON portal and uploaded the custom app as per instructions here https://howto.WEBCON .com/installation-of-WEBCON -bps-add-in-form-ms-teams/ However, when I attempt to open the app or add it as a tab to a channel, everything is blank (see screenshot). Any ideas? Best regards

(...) Has anyone used WEBCON to integrate into an O365 GCC High setup? We will be migrated all office products including SP to this and I'm curious if anyone has done it before. For clarification GCC is MS Gov Cloud setup with higher security.

(...) ld like add option to automaticly add attachments to existing workflow by barcode. Only worked solution is worked for me is start new workflow but is not what i need. I was based on https://howto.WEBCON .com/hotfolder-adding-scanned-files-to-process/ I don't now why onlu "standard barcodes" is enabled in designer studio if "attachments based on barcode" is selected. how hotfolder mechanism is l (...)

(...) Hi all, I've deployed a test environment to "sell" WEBCON internally. Activation email was delayed, I waited for some time so I imported everything when still demo. Everything worked. Now I activated free license and on each form I gave a message that: No license for WorkFlow Fronton in version 2022.1. To gain access, please re-download license or contact WEBCON directly. Can't edit anything on any (...)

(...) Am I missing something or has the User or group field type on item lists been removed from new WEBCON versions? Thanks!

(...) ke to store their IDs and parent IDs in the item list so I can later use them to retrieve or store additional documents in these folders. I can't figure out if something like that is possible with WEBCON . Anyone has an idea how to do it? Even a different approach would be welcome if it helps do what I need. :) Thank you, M.

(...) the button added in html form? My idea is like a picture I addend, but when I click on the button I get error Message=Error occured during rule SQL Dodaj powiązanie (Id: 136) evaluation. Source=WEBCON .WorkFlow.Base StackTrace= at: Evaluation requested at: Evaluation node: Rule at: Evaluation node: SQL InnerException: Message=Error occured during rule SQL Dodaj powiązanie (Id: 136) evalua (...)

(...) Hello WEBCON Community, currently I'm working on a process design which includes the automatic report generation from WEBCON as a PDF file. Additionally the process does always comes with an user-attached PDF file. 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/po (...)

(...) Hi, I add new connection (MSSQL database) - test it with success. Next I add new data source with some SQL query which returns some data when I test it. If I save that connection WEBCON shows the error: "Failed to retrive column from data source XXX. No connection settings." If I want to test that data source in choice form field I've returned: Nieznany błąd: The ConnectionString property has (...)

(...) 23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23%23 Physical Path   C:\Program Files (x86)\WEBCON \WEBCON BPS Portal\api\studio\db\1\getuserbybpsid Logon Method   Not yet determined Logon User   Not yet determined (...)

(...) to add a new UPN in AD as we are going to synch up with their Azure AD and move into their 0365. So the old UPN "accountname@oldupn.us" will be "accountname@newupn.us". The issue is, ALL open WEBCON tasks are tied to the previous UPN and those do not carry over to the new UPN. So all task assignments, record creators, etc... are lost. Is there a way to correct this? Hope that made sense!

(...) Hi Guys, Has WEBCON any function or script to extract the [Comments] field in the "human eadible" way? Lets say DATE | AUTHOR | COMMENT TEXT. Selecting from WFD_Description for particular ID gives me output like below. It is becoming more complicated if I have two or more comments, divided by ','. SELECT WFD_ID ,WFD_Description FROM [BPS_Content].[dbo].[WFElements] where wfd_id=xxxxx outpu (...)

(...) ule from one process to another and after save I can't open this process anymore. Message=The given key (432) was not found in WFBusinessRuleDefinitions cache for current content database. Source=WEBCON .WorkFlow.Data StackTrace= at WEBCON .WorkFlow.Data.Caching.Collections.WFBusinessRuleDefinitionCacheEntityCollection.ByID(Int32 id) at WEBCON .WorkFlow.Studio.Logic.Managers.BusinessRules.Inline (...)

(...) Hi, I would like to create an plugin that will open a link in the client side browser. I try using basic .NET method, but the browser starts on the server where WEBCON is installing. Would I have to make a separate addon running on the client side? Then how to install such an add-on?