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

search results

for GET

(...) Hi, Is there a simple way to GET which environment runs a process? The data should be one of the 3 possibilities: DEV, TEST, or PROD. There are many places in Webcon settings where environment is set as "Auto", but I found no variable giving the actual name of the environment. I know there's a table and inside is a row which offers this, but I thought there might be an environment variable off (...)

(...) button>%' or DCN_SelectOrCaml like '%button >%' or DCN_SelectOrCaml like '%input>%' or DCN_SelectOrCaml like '%input >%' ) If you really want to make sure, remove the where condition tarGET ing the SelectOrCaml column, copy the result to notepad++ and replace < with line break

(...) 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 GET s disconnected... The problem seems to be: The connection is initially established but after refreshing a few times it GET s disconnected. How can we resolve this issue? We have already set the (...)

(...) urn 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, GET DATE()), 0) AS DATE) AS DateValue UNION ALL SELECT DATEADD(DAY, 1, DateValue) FROM Dates WHERE DATEADD(DAY, 1, DateValue) < DATEADD(MONTH, DATEDIFF(MONTH, 0, GET DATE()) + 1, 0) ) (...)

(...) 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 bu (...)

(...) t some queries, and maybe a VSCode / Notepad++ for some powershell - all of those support autocompletion (which in most cases of recent software is supported by language server protocol). Could we GET a built in autocompletion for custom business rules inside Designer Studio? I'm leaving 2 examples of how autocompletion works in Azure Data Studio, and leaving one additional concept what kind of a (...)

(...) Hi, Is it possible to remind the user to save the form after adding several items to the item list (WFD_SubElems). I ask because users report a problem, such that they forGET to save (click on the transition path).

(...) list (qualification) in any form within the For Each, as there is never a value in there as can be seen in the 1st image ('Ausbildung'). I've also tried using a Data Source Value Filter, but I can't GET a result because the designer can't seem to access the text. Does anyone have any tips for me or is this a bug?

(...) iculties and could really use some guidance. I'm uncertain about the compatibility of the Webcon components I'm using. Is there a specific resource or document outlining which versions work best toGET her? Additionally, I'm encountering error messages about missing files and dependencies during the installation. Does anyone have experience with troubleshooting these issues? I also check this: (...)

(...) is way, in the SQL WHERE condition, it would say something like "and WFD_AttText4 = '7512373' ". The problem is that you can only pass values as parameters, not objects. Does anyone know how I can GET the column name from my value field? Otherwise, I would have to manually enter the column name, just like in reports. Thank you in advance, Bjoern

(...) Hello, I want to clear some form fields after path transition that leads to the same step. I tried using action template to change values of multiple fields by inserting null values, howewer I GET an exception when it GET s to the datetime fields: System.ArgumentNullException: Value cannot be null. Which value should I insert to set date form field to empty, or is there another way to do (...)

(...) ine chart. This is not working. I don't have any filters, nor calculated columns. I've tried to create a chart with another field to check if the issue is related with Day(s) in step field, still I GET the error. Does anyone configured something like this? Thank you

(...) de because the synchronization takes a while. I'm trying to prevent updates by moving the workflow to a step which checks whether the synchronization is finished. As far as I found out so far a job GET 's added to the [UserSynchronizationQueueItems] of the current content database and it maybe GET 's deleted when the job is processed. At least I thought so, because the job got deleted some time aft (...)

(...) onEvaluator.d__23.MoveNext() Thread was being aborted. Hello, I have a global action - cyclical which runs every 3 minutes for 1-2 hours and is starting a subworkflow. During this interval i GET this error multiple times and some instances are created twice. Do you have any idea what could be the cause of this error? Thank you.

(...) has any one of you encountered an issue when trying to edit attachments that are larger than 28 MB? I have a process where a detailed picture documentation is provided using wordfiles which can GET very large very quickly. Today for the first time ever i have encountered an error saying "Attachments larger than 28 MB cannot be edited". Has anyone an idea how to GET around this limit without (...)

(...) Hi I'm having trouble on adding a MSSQL Database data source on Data Sources -> Connections -> MSSQL database as I keep GET ting the error message below: "Unknown error: A network-related or instance-specific error occured while establishing connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow rem (...)

(...) 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.

(...) on template to copy the attachments from the parent workflow using a SQL query, reading the ATT_ID from the attachment column. Issue: with single attachments per line it will work, with mulitple I GET an error as webcon stores the Att_ids with a comma (e.g. 6603,6604) which is not identified as an int value. Has anybody an idea how to solve this issue? Kind regards, Klaus

(...) hello, I'am importing process form test to production environment, but after i import process page can load beacuse i got error: action: GET ip: 10.200.97.3 | msg: An unhandled exception has occurred while executing the request. | agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36 Edg/127.0.0.0 | href: | ex: System.ArgumentExcep (...)

(...) ay the filename. select Top 3 ATT_ID , ATT_FileType as ElementName , ATT_Name as Category I'm not using these option very often but each time I'm looking at the names in the info icon and GET confused. My suggestion would be to add alias and update the documentation, so that only the alias would be used. "ElementName" would GET the alias "Subfolder" "Category" would be "Filename". (...)