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

most commented

How to access values of the 'datasources'? -> The query only returns the ID of the datasource.

Hello there :) I have fairly an easy question. I want to set up the timeout action which would remind users to do their step while the step would have the "Active" Status or onhold. The current logic did not work unfortunately :( Any tips on that? See attached. Igor

I have created a simple SDK Plugin that includes one input field. In the database, the field's value is saved in the format "24#24 Months$$de-DE$$24 Monate", and it is displayed in the report exactly as "24#24 Months$$de-DE$$24 Monate". My goal is to display this value in the report as "24 Months" when the user's language is English, and as "24 Monate" when the user's language is German. How can I achieve this multilanguage display in the report?

In Portal (Test-Umgebung) habe ich einen Vertreterregel definiert. Die funktioniert super, aber in Produktion-Umgebung funktioniert leider nicht. Benutzerkontext wurde nicht geändert. In Webcon-Designer sind die Einstellungen gleich. Könnten jemand erklären, woran es liegt? Vielen Dank! Viele Grüße Lina Sun

I have timeout that is no longer needed. I want to delete it. But aplication runs constantly and in step with timeout there always will be elements. How to get rid of this timeout. I've tried setting is to always false, but it's still trigered and goes to list. I have few of them on diffrent steps and they total 10k elements in timeout list.

Hello, I would like to create a process that deletes all attachments from my current app. I selected option: Remove attachment and all binary data But when i look into DB: [WFDataAttachmets] i see the records for my given instance Also when i look into [BPS_Content_Att].[dbo].[WFAttachmentFiles] also i see records for my given instance Is there a possibility to delete, to free up space or something? Which is the best option to delete everything regarding attachments? Thank you!

Hi I want to set a timeout based on the date attribute and in doing so no matter how I set the delay in the timeout settings the action misinterprets the date. Has anyone encountered something like this?

Hi all, I have a question, in a report view like the one attached, I mean the right hand side where the outstanding tasks are, is it possible to intervene to add a description? I have for example an urgent request which is also marked on the form, is it possible to include such information in this view, possibly change the colour of the tile or title. Can I do something to make it stand out? Maybe someone has already struggled with this.

In Designer Studio it is possible to check the use of a single connection or data source in the context of all processes. Is it possible to get such a list for all connections and sources using an sql query?

MVP

Hello everyone, i am searching for a tip / need a helping suggestion. 𝘒𝘕𝘖𝘞𝘓𝘌𝘋𝘎𝘌 𝘉𝘈𝘚𝘌 > 𝘍𝘖𝘙𝘔𝘚 > 𝘗𝘙𝘌𝘝𝘐𝘌𝘞 𝘖𝘍 𝘙𝘌𝘓𝘈𝘛𝘌𝘋 𝘐𝘕𝘚𝘛𝘈𝘕𝘊𝘌𝘚 https://community.webcon.com/posts/post/preview-of-related-instances/47 (see attached picture) "𝙏𝙝𝙚 𝙥𝙧𝙚𝙫𝙞𝙚𝙬 𝙬𝙞𝙣𝙙𝙤𝙬 𝙖𝙡𝙨𝙤 𝙬𝙤𝙧𝙠𝙨 𝙞𝙣 𝙛𝙤𝙧𝙢𝙨 𝙤𝙣 𝙛𝙤𝙧𝙢 𝙛𝙞𝙚𝙡𝙙𝙨 𝙤𝙛 𝙩𝙝𝙚 𝙙𝙖𝙩𝙖 𝙩𝙖𝙗𝙡𝙚. 𝙏𝙝𝙚 𝙛𝙞𝙚𝙡𝙙 𝙙𝙚𝙛𝙞𝙣𝙚𝙙 𝙞𝙣 𝙩𝙝𝙚 𝙛𝙤𝙧𝙢 𝙛𝙞𝙚𝙡𝙙 𝙘𝙤𝙣𝙛𝙞𝙜𝙪𝙧𝙖𝙩𝙞𝙤𝙣, 𝙬𝙞𝙡𝙡 𝙗𝙚 𝙤𝙥𝙚𝙣𝙚𝙙 𝙞𝙣 𝙩𝙝𝙚 𝙥𝙧𝙚𝙫𝙞𝙚𝙬 𝙢𝙤𝙙𝙚 𝙗𝙮 𝙙𝙚𝙛𝙖𝙪𝙡𝙩." 【QUESTION】 My question is: When PREVIEW-MODE is BY DEFAULT, is it possible to enable full (...)

Hello, I have a question regarding: Global action -> On start (cyclical). If I create an automation that runs every minute (infinitely) - for example: syncing users from another external database to the local BPS groups. From your experience, do you see any concerns or risks? Are these runs saved to a table in the database? Thanks.

Hello Community, We have problems with the different runtime environments of the WBCON Workflow Service (under .NET Framework) and the WEBCON BPS Portal (under .NET Core) and System.Data.ODBC. I have developed an SDK plugin that integrates the NuGet package System.Data.ODBC to access ODBC data sources. The target runtime environment of the plugin package is .NET Standard 2.0, so that the plugins can be executed both in the service and portal. Without the integration of System.Data.ODBC (...)

hi team, im trying to show a field in specific steps not in all of them, im using( if then )and (show hide) , it work in one step only.., how i can apply it in the next steps of the same workflow any idea! thanks

Hi, Are any of you indexing data from WFElementDetails in the SOLR engine? What are your experiences with it?

I have a choice field and it is populated from a data source with autocomplete activated. I want to limit the choice field to only the data from the data source. The user can't manually type any other text. How can I accomplish this?. Thanks

MVP

Hello, Does anyone know if it is possible to achieve the following functionality: - I would like to insert a button in an item list column. I can achieve that so I don't need help with this (WebconBTN_01.png). This code produces the kind of button from WebconBTN_02.png image. - When this button is clicked, I want to set the DET_Att1 (it's a Yes/No field) to 1 (not run the action from the screenshot). Can someone help me out? Can this be achieved with javascript? If yes, how? Thank yo (...)

Hello, Since a specifc time KPI reports don't work on my webcon enviroment. I checked a configuration according to https://community.webcon.com/posts/post/web-part-kpi-new-edition/141 and everything looks good. I've checked 'KPI elements' table in webcon database and there are some data but the data are not up to date. Old webcon apps have the kpi data but as I said the data are not up to date. New applications don't have any kpi data. Do you know what can cause the issue? How to solve it (...)

Hello all, I have a process that would require the automatic start of workflows in webcon. The format of the email content is text and a table however I can change it to be fields only. I have everything set up but I'm only able to copy the content into a text field but I need to have the information as an item list. Does anyone tried to do this? How can you pick up the text field and work it somehow to have columns and the information as rows? Hope anyone has ideas! Thank you

Hi, can anybody tell me what to do here? When a customer opens his test environment he receives an error with the following details (see below). Everything else works as expected but the most used applications are not shown. On that system one content database has been deleted but I do not assume this to be the reason. Does the details text give any hint that I do not get so far? Appreciate any hint or help. Thank you in advance. (Details BEGIN) url: https://webcon-tes (...)

Hi there has anyone an example on how to populate dropdown lists from REST data sources ? I got the working requests in POstman, but I cannot get them to work at all in webcon. and its kinda hard to debug since error messages or logs are seemingly not available... thanks for your help in advance.