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

top rated

Hello all, Does anyone have a timeout defined that is using the Executed at specific hours options selected? I'm trying to set the timeout to run at midnight but eveytime that I save, it changes it for 11PM. I have a date field, I want to use that date as the Start Date and then make the timeout run at Date + 12AM. For example: 17/17/2024 12:00 AM Thank you

Hello all, Does anyone have a timeout defined that is using the Executed at specific hours options selected? I'm trying to set the timeout to run at midnight but eveytime that I save, it changes it for 11PM. I have a date field, I want to use that date as the Start Date and then make the timeout run at Date + 12AM. For example: 17/17/2024 12:00 AM Thank you

MVP

Hi, Do someone know how can to create an attachment instances with content and filegroup for send in specific instances? I need for version sdk 2023 I attached the cod fromversion 2022. NewAttachmentData newAttachmentData = new NewAttachmentData(args.Context,Configuration.informationNecessary.FileName, fileMerge_Necorupt); newAttachmentData.FileGroup = new AttachmentsGroup(Configuration.informationNecessary.GropuName.Split('#')[0], Configuration.informationNecessary.GropuName.Spli (...)

Hello, In Field Matrix in "Standard areas", last tab, there is a checkmark for "user manual". What does that do? Thank you, Regards

Hi, Does anyone know how to do autosave after completing a field in form?

Hello all, I have a process that can be started either from a Parent workflow or in the workflow, using a menu option (creating a sub-task). In the start step, I have editability rules, if the user is creating a sub-task, some fields can be edited, but if the task has come from another process, those fields cannot be changed. In the URL, I'm passing the ID when the user creates a sub-task to a field in order to use it as editability parameter. However, although the field has information o (...)

Hello there :) I have yet another problem, regarding the form validation. I've attached the rules that I've applied. What I want to do is I want to block the occurence of choosing current day while it's after 9.00 A.M. Otherwise If the day is <> than Today() then the result is TRUE, which means, you are able to go further. Best Regards, Igor

Hi Folks, whenever I try to execute [Menu button] action, which should open a hyperlink, I get an error: "Error in Menu button action Start Counterparty Card. The INSERT statement conflicted with the FOREIGN KEY constraint "FK_WFElementDatails_WFD". The conflict occurred in database "BPS_Content", table "dbo.WFElements", column 'WFD_ID'. The statement has been terminated." I have exactly same button configured in other workflow in the same application and it works fine. It is irrelevant wha (...)

Hi I have a question. I want to return all weekend days in SQL for my form validation. This is my SQL Code that returns these days, but only for the current month: WITH Dates AS ( SELECT CAST(DATEADD(MONTH, DATEDIFF(MONTH, 0, GETDATE()), 0) AS DATE) AS DateValue UNION ALL SELECT DATEADD(DAY, 1, DateValue) FROM Dates WHERE DATEADD(DAY, 1, DateValue) < DATEADD(MONTH, DATEDIFF(MONTH, 0, GETDATE()) + 1, 0) ) SELECT DateValue FROM Dates WHERE DATEPART(WEEKDAY, Date (...)

We would like to run a PowerShell script periodically, to prepare data for selected cases in one of our interfaces. BPS Studio version 2023.1.3.202 doesn't give us an option to add that type of action in global actions (configured for the process). So currently we have to use a task, that is configured in TaskScheduler on the application server, to run it. Is there an option in BPS Studio to run a PowerShell script that is not connected to only one particular case data? Are there any plans to (...)

Hi guys, i just have another question... we need to create an Excel file from an item list. Basically, this works well using an appropriate Excel template. However, I have fields in the item list that are filled from a fixed value list and the action then creates an entry in the column in the format [ID#Name]. But I only want to see [Name]. What am I doing wrong?

Hello, We moved from 2021 to 2023 version of webcon and now we have a problem with initializing item lists in preview mode. When in edit mode everything works fine, but in preview mode item lists do not initilize. Is there a way to achive such a functionality. What was the reason to change it ?

Hello there! We are encountering a similar issue as described here: https://community.webcon.com/forum/thread/4743?messageid=4743 Despite checking everything, we still haven't found a solution. After a few seconds, the license service stops and gets disconnected... The problem seems to be: The connection is initially established but after refreshing a few times it gets disconnected. How can we resolve this issue? We have already set the TCP inbound rule to 8002. The system time is (...)

Hi guys, is it possible to display a dynamic tooltip/information via the description on a form field? I should display a value including VAT on a value field that has no VAT and i don't want to use a new field. e.g. something like that: "Amount incl. VAT : {FD:166} * 1.19" Is there perhaps another way to display a tooltip on a form field other than via the field description?

Hi guys, Is there an easy way to copy content from one process to another, e.g. using the WFDID? For example, to copy the content of a text field from process 1 to a text field in process 2 using an action. Our users would like to have a feature to copy content from older processes to current ones if it is similar content. A kind of "copy template".

Hi, I've prepared a template using Word Classic and put there data rows and data tables fields. Unfortunately the data are not displayed. The same situation happens when I go to Admin Mode > Admin actions > Word Template Printout. No data from data rows/data tables fields are diplayed. I am using Webcon Express.

Hello Where can I find for download webcon ver. 2024 regarding this https://community.webcon.com/posts/post/webcon-bps-2024-downloads/458/10 There are many other artictles for version 2024 but with no links to download.

We use in one of our applications the option to generate HTML code (for example extra buttons performing some actions) in list item lines. For this purpose, data row field type was working well. For example such code: SELECT '<span style="margin:2px;"><button onclick="startAccessRequest( ''{SI:3201}'' );" style="font-weight:bold; color:green; font-size:12px; text-align:center;">&#x2795;</button></span><span style="margin:2px;"><button onclick="startAccessRemoval( ''{SI:3201}'' );" style="fon (...)

Hi, I am currently working on some tool management workflow in WEBCON and I have a problem. I have an items list with REST API as data source where user can pick and book tools for some time period. Time period property is not included in REST API so I'm using form fields for booking dates. Then I need to filter the items list using tools from REST API and dates from WEBCON database to exclude unavailable tools. Unfortunately i didn't find the way to do it using the REST API filter available in (...)

Can I delete business entity ? Even if not active, it's being used like everywhere, where the "business entity" field exist or any start with list is used.