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

most commented

Hi, Does anyone know how to change the height of the modal dialog of item list element? Scrolling is a bit annoying and I need a bigger dialog.

MVP

Hello, I tried to use "ConfigEditableDropDownList" for input parameters and it will return List<string> object I uploaded the project sdk but not working. How to configure the type parameter ConfigEditableDropDownList? Best regards, Raluca Lupu

Hello Webcon community! We already tried several times to install Webcon BPS an a local machine (latest Webcon BPS version 2021 1.2.108). If it comes to IIS application creation, we select https and setup refuses to show wildcard certificate, which was previously installed to personal store for local machine. The cerificate is showing in IIS, certmgr (Personal -> Certificates), but is not selectable in Webcon BPS installation. We cancelled setup and tried new installation (after dropping all (...)

Hello Webcon community! I'm not sure about Webcon BPS and setting the right timezone, I hope you can shed a light on this topic for me. We have a server with Webcon BPS installed in an Azure VM (Region North Europe), which has (according to Powershell) the right timezone for us (see attached picture). We didn't find any timezone settings in Azure Portal for the VM, so we think this should be correct. In Webcon Portal every time shown is 2 hours ahead (including DST), so something is obviousl (...)

MVP

What would be the best method to remove rows from the item list of an instance inside an SDK plugin in order to make use of them in C# code? I tried to remove rows from the item list in the code C# (SDK plugin ) using function : WebCon.WorkFlow.SDK.Documents.Model.ItemsLists.ItemsList.RemoveAt(int index), but can't delete all the rows because I get the error from the image

Hello, I need to find a way to automatically delete some workflow instances. I know that we can use the Archive workflow instance action, but it doesn't work. In the reports menu, we have a section named "Archive workflow instances queue", I found all my instances there, but I need a way to delete them all automatically

Hello all, Hope you're doing great! Does anyone configured a rule that will color a cell in a item list upon value change? I have an item list that will be initialized with values and if the user changes one of them, I want that cell to be marked so it's easier to check the value. I have found some examples but it's using a rule (like > than X) and it's painting the entire row. In the new release there are new item list actions which allow to paint one cell but I don't know how to wr (...)

Hi guys, I'm totally new to WEBCON. I tried to install Webcon Express 2021, all looks fine but when I go to set up Portal URL I can't understand what kind of address I have to type. Read few times manual but I can't understand. Tried several things but I can't connect to WEBCON BPS 2021 Designer Studio. Any advice and recommendations are welcome.

Hello, I am trying to create an "Add Barcode" action. After I set it up I was trying to test it and this error showed up (it was the first test, it never worked).

Hi, I am trying to connect to SOAP Webservice that has a structure with more than the allowed dept level (10). I tried to find the configuration for this setting, without any success. Has anyone else stumbled upon this issue?

Is it possible to change the type of environment from PROD to TEST? Due to the expansion of the server room, we would like to transfer the production environment to another server, and leave the current one as a test environment. Is there a procedure to migrate the PROD -> TEST environment and export the application to the new PROD environment?

Hi, Is there any solution to reset 'solr' password in running WEBCON 2020 Standalone installation? Regards.

Hello all, Does anyone set up an action to add items in a Sharepoint Calendar? I'm using this https://howto.webcon.com/sharepoint-calendar-adding-entries-from-bps-workflows/ to help in the configurations and I'm able to send the information to Sharepoint: Message Log for my Action Message Address of a Sharepoint list: https://visionboxdomain.sharepoint.com/sites/customers/Lists/Calendar Inserting values: Title: Renovation Doc, Location: PT, EventDate: 3/12/2021 12:00 AM, EndDate: 3/14/ (...)

Hello Gurus I'm trying to do such action: In my VS solution, I have made CustomAction that gets data from an external system as a list. I would like to return that list to ItemsList in my workflow. I have code like this: [ConfigEditableFormFieldID(DisplayName = "Pozycje nagłówka ", FormFieldTypes = WorkFlow.SDK.Objects.Enums.FormFieldTypes.ItemsList)] public List<Nagl_OT> Lista_Poz { get; set; } public class Nagl_OT { [ConfigEditableFormFieldID(DisplayName = "Numer SAT", FormFieldType (...)

MVP

What is the easiest way to detect whether a form is in edit or display mode? I need this to show/hide fields. Any ideas?

Hi, a user just tried to search for a word through all documents in a report via the report's search panel, using the "Search in Attachments" option. As the hitlist was way too small I got called. I found out that the result only includes instances that have the searched term somewhere in the metadata. If i do a global search I get hundreds of hits - so the documents are properly indexed, and can be found when searched. The report is SQL based. Portal Version is 2020.1.3.411, but I couldn't (...)

Hello all, I want to set up an action to Add a new list element in a Sharepoint list where my URL will be different based on a form field. But when I'm selecting the list where I want to add my new elements, we can only choose the ones in that site content. Does anyone have any idea on this? Thank you all!!!

Hi all, I have a process for the RH where for the different subsidiaries there are different documents and salary benefits for the new admission. The point is when the subsidiary is selected, the form should be updated with the list of documents needed and send them in a notification for the new candidate. There are some issues with this, I'm not able to initialize the item list with the dictionary details (only DB or Sharepoint is available), I don't want to do this by SQL query beca (...)

MVP

Hello everyone, thank you very much so far for all your questions/comments which helped me a lot or inspired me at least. Today, i have my own problem/question and maybe someone of you were struggling with it before. I am working on a "BPS groups Managing Tool" and therefore wanted to use the WEBCON tables BpsUsers & BpsUsersGroupRelations. But actually both tables are returning nothing, when using "SELECT * ...". Does anyone have an idea, what i am doing wrong ? It's irritating, because t (...)

Hello together, I try to implement an CustomAction with Syncfusion. Now when I want to start my workflow I always get an error message that the file is missing. The photo of the fault is in the attachment. Has someone experience with this or knows how this must be implemented? In VS I installed the Syncfusion nugget, I can compile the project without problems. Thank you very much. Maximilian