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

search results

for sql

(...) ration I still have comunicate at workflow designer: "The database contains workflow instances associated with this step. You must delete those elements first in order to delete the step". On which sql table I can find that archive elements? Any ideas how can I fix it? Thanks advance for your help.

(...) d be really handy especially if there are some flaws in process and some rows on item list that shouldn't be there. Now if you want to delete them by action you have to use Replace Values option with sql Query that returns only rows, that you want to leave in the form, so other rows are going to be deleted. The problem is that every row is deleted and than rows from sql Query are added so every row h (...)

(...) workflow dependent on other columns from the same workflow item, e.g. WFD_AttDecimal1 = WFD_AttDecimal2 * WFD_AttDecimal3. Sounds trivial, but it isn't, especially in a SaaS system, where 'Run an sql procedure' is missing. Another approach for us was to use 'Update related workflow instance' action, but this approach obviously leads to nowhere (maybe this is a bug or document context is missin (...)

(...) ebcon Team. Unfortunately I do not find any documentation on that, especially how to iterate over 'Any Collection' and access columns in custom action. If I select 'Any collection' and put some sql statement in there, is there a way to access specific table columns from generated table result? If I take a look at the configured XML I only see {ANYCOLLVALUE} macro. Hope the question is cle (...)

(...) nt: /api/data/v4.0/db/{dbId}/elements Now we are facing the challenge to check if there are already elements in our system, to avoid duplicates. This can also easily be done with an integrated sql query like Select Count() from WFElements WHERE ... So we need to cancel save operation if this condition is met. Since it is a fresh workflow element it should not be persisted in database. Un (...)

(...) Hi community! In some scenarios it is necessary for us to render datatables on form containing some custom links or buttons. For this reason we built following sql statement for testing purposes: SELECT 'Internal' AS ID, 'Click me' AS HTML UNION SELECT 'Azure' AS ID, 'Link' AS HTML And we used this datasource in a datatable field on form. However, we have some interesting results. (...)

(...) Hey, now all 4 databases (Config,Content,Content_Arch,Content_Att ) are on the same MS sql server. Do you have plans to give opportunities to host each DB in deddicated server? For example - to have 4 MS sql Server , 1 for each BPS database.

(...) t, but as a separate workflow elements. I want to implement Asset Management workflow, but need to enter into the system few thousand items (PC's, servers etc.), which are currently stored in another sql database.

(...) nformation as a data row in the child. But I need to alert the responsible on the child flow so they are aware that the field was changed. I'm not sure how to play with versions or IsChanged (using sql command) to created an execution action for this and I don't want to add another field so they can enter the final date. Does anyone have any ideas? Thank you!

(...) Hi everyone, I have problem with adding multiple attachments. When I use action "Add attachment", I can add only one attachment (picture1). When I use the same action, but the sql query returns more the one attachment - the action doesn't work (and it doesn't matter if the ID's of attchments are in the one row or many rows). Thank you for your time :)

(...) e idea structured, I'm facing some questions in regards to: - How can I initialize dynamically the item list with an information from an integer form field? Didn't find anything in the options using sql query - Is it possible to translate the number of months as text field, example, from today until end of year, we have September/October/November/December, or at least, have in each row the month nu (...)

(...) web browser tells an error: HTTP Error 502.5 - ANCM Out-Of-Process Startup Failure Investigating this I started the file "" within path "" manually and received the error dump added below. The sql user can connect with the password given and all rights within sql server are appropriate. What looks strange is the attempt to reach the server through Named Pipes. This is not configured. D (...)

(...) search from 1 process. In this process I am using a list position(list items). In my report column I will use column only from this list items. I don't have any problem with prepare the source - sql query, but I have problem with present it in portal, how to do it ? I could use Reporting Services but maybe there is some other things in webcon site?

(...) gest these alternatives: 1) An administrator needs to define Person P as substitute for Person A in the period given. 2) If the substitutions are stored in the database and can be retreived with an sql statement, I think of an automated workflow that will shift the tasks based on the substitution information. Is there any other approach you have created or that can be configured? Thank you fo (...)

(...) Hi, In the logs, we are seeing the following error: "Dynamic operations can only be performed in homogenous AppDomain" Since the error started appearing, some form fields that get data from sql query stopped working. What could be the issue and solution? Thanks in advance Mark

(...) tomer number, valid from, valid to and so on All these fields have been added to these different processes without using global fields, but atually have the same meaning, which makes reporting and sql queries over these different processes somehow difficult. Is it possible to convert these fields to global fields, regarding the aspect that we already have several thousand instances in the custo (...)

(...) be reflected on my side. I've tried two approaches: - Copying the value into another field, timeout after 7 days, copying again the field to have the status refreshed - Use of Datarow field with sql command in the control field I have some issues here: - Timeout with the change value is giving me errors because there can be times where the field is only filled in on the system step - Dataro (...)

(...) am wondering if it is possible (with Webcon Standard actions) to replace privileges on certain workflow elements in different processes. Selection of workflow elements in different processes with sql would be easy, but I did not find a Webcon action which actually replaces permissions, which also includes removal of odd users, who should not have access any longer. Users can also switch roles (...)

(...) anonymize his data some other way? I tried with GDPR actions but "Author" is a system field and I didn't find a way to do it. Is there a built in action that could do this? Do I need to resort to sql and would that even be wise? Thanks in advance

(...) After upgrading the program to version 2022.1.4, the system informs that it is in maintenance mode. I thought the update went fine. sql Server, IIS and WebCon process works correctly. What else should I check? How to "turn off" maintenenace mode?