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

search results

for WEBCON

(...) Hi all, I need to schedule a daily email (let say like an email from a SQL job), but I didn't find how to do it. It is a possible to do that from WEBCON ? Many thanks, Ovidiu

(...) ne, I wanted to ask if anyone knows where or in which table the "Fixed values list" are stored. I am using a "Start a subworkflow (SQL)" to migrate data from our old sharepoint workflow tool to WEBCON . Unfortunately, it seems that WEBCON has decided that 'Choice fields' always require a GUID#Name to be populated. (Without this format I get an error and the subworkflow does not run). Now I have (...)

(...) Hi everyone, I was wondering if it is possible to create an entry in an Outlook calendar with WEBCON . I saw the action "Exchange Events" and as I understood it according to the documentation, it should be possible with this action. However, I do not fully understand the different settings for this action. How can I specify, if I have multiple calendars in Outlook, in which calendar I want to write (...)

(...) 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 (WEBCON BTN_01.png). This code produces the kind of button from WEBCON BTN_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 (...)

(...) ut three questions (three columns in Excel, three attributes on the form) - WHAT? WHO? WHEN? :) Sometimes we need an extra information/column - we can call it "Remarks", "Others" or .... COMMENT... WEBCON BPS has extraordinary feature available out-of-the box without even single line of code...VERSIONING and detailed HISTORY. Such feature is really needed for admins/troubleshooting and for business a (...)

(...) Hi, I need to add an event to the AAD group calendar. WEBCON uses/is synced with local AD. AD is synchronized with AAD. On the AAD side, an application with API permissions has been added Adding AAD groups and adding users to groups via graph API from WEBCON works fine. But, for example, if you want to add an event to the group's calendar POST method https://graph.microsoft.com/v1.0/groups/{g (...)

(...) ody an idea if and how it is possible to create a data source from two different data connections? I.e. I have a database (MS SQL) with visitor data and the CacheOrganizationStructure table in the WEBCON content DB (MS SQL, too). Now I want to create a datasource for a Choice field, where I could query for names in both tables. It is purely for reading data. Kind regards Klaus

(...) Hello, I am experiencing a problem with my SharePoint connection, which had been working properly until today. I've tried with multiple users and it is not working, same error. WEBCON version 2022.1.4.174 If there is MFA enabled, is there a problem? Because it worked with MFA enabled. Any ideas?

(...) Hi, Is anyone having trouble calling a PowerShell script that connects to MsolService? After updating WEBCON to version 2023, the action calling the script ends with the error as below.

(...) Hello, Can you assist me with the following? I'm attempting to test an outgoing/sending email but receiving an issue during the installation and setup of the WEBCON bps. I'm now working on WEBCON BPS 2023.1.1.89 demo version. Error image attached.

(...) HI, When installing WEBCON , the SQL Server compatibility level is set to 120 (default). To use advanced functions like `string_split` and data processing functions from JSON, it is necessary to manually change the compatibility level to 150. These functions are essential in developing more complex processes. If we manually upgrade the compatibility level from 120 to 150, WEBCON will no longer prov (...)

(...) Hello, Is there a way to ensure uniqueness of items in WEBCON 's dictionary when importing data from Excel, to avoid duplication? Thanks.

(...) Hello, I' m new in WEBCON and i try to fix issue connected with attachments. I don't know much about attachments database but as i saw there are two places where i can find data : [BPS_Content].dbo.WFDataAttachmets and [BPS_Content_Att].dbo.WFAttachmentFiles When im trying to add attachment like always going step by step in my workflow everything is ok - attachment is being added in both tabl (...)

(...) Hello, I am trying to use the WEBCON REST API to create a new instance and to upload an attachment. I am having troubles finding the version that should go into the URL ex: /api/data/v2.0/db/{dbId}/elements/{id} (in this case is "v2.0"). How can I find the version for my project? I have used the following examples from WEBCON : https://community.WEBCON .com/community/public/posts/post/examples-of-usi (...)

(...) template DOC the Attachment section ? 4. How to add Comments to template DOC [Bonus] ? I don't see the fields in Word plugin to create template .... 11 - word template 12 - the section from WEBCON Form

(...) to many. Maybe I can check here also that there are not more than xx Workflows in the "fetch data" step to reduce the amount of request send to the ERP system. Overall problem: This is running on WEBCON apps in a multitenant environment -> I don't have the archive action, so I can't delete these helper workflows. Best regards, Daniel

(...) There seems to be a new documentation for the latest release of WEBCON . Does anyone have that URL? I am too lazy to update to the latest version and I am very curious how it looks like. Anyone from WEBCON can get it for us?

(...) I can go the Python way, create a server-side endpoint that would serve the PDF to, e.g. PDF.js. But I was wondering if there is any other solution, maybe something based on the scripts included in WEBCON ? Any help would be much appreciated. Cheers, Martin

(...) Hello, I've spend today over an hour copy/pasting data between notepad and WEBCON into run subworkflo action configs. In my use case - i have to start 1-10 subworkflows (each having different start condition), with different workflows, and forms, but with partially shared attributes (marked blue). I'm configuring actions in new process, so i've copied them from existing process, to avoid refilling (...)

(...) Hello all, I'm trying to set up a button to start another workflow but I want to pass the current instance ID so I can relate the two instances. I'm using the info from WEBCON but I don't know how to pass the ID: Legal Request Process Using this, I'm basically writing WFD_ID in the destination field. Does anyone know how to get this working= Thank you