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

search results

for row

(...) Hi Community! Is there any possible ways to start subworkflows from Excel file? Business case is that, I have MS Excel file with estimated 500 row s. I want to attach sheet to attachments section and start workflow by path or button on menu bar with starting workflow action. Is any way to do it without special SDK customization? Subworkflows should have data from in excel sheet. Every workflow c (...)

(...) splayClass5_0.d.MoveNext() --- Fin de la trace de la pile à partir de l'emplacement précédent au niveau duquel l'exception a été levée --- à System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () à System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) à WebCon.WorkFlow.Service.SolrIndexer.Processors.SolrPipeline.d__6.MoveNext() --- Fin de la trace (...)

(...) he first screen Authentication in the portal, when I enter the admin password, the application clears the password field and nothing happens. There is the same reaction as when I do it through the brow ser. I enter the correct password, because if I enter it incorrectly, I get a message about it. What is the problem? where are the logs Maciej

(...) the first screen Authentication in the portal, when I enter the admin password, the application clears the password field and nothing happens. There is the same reaction as when I do it through the brow ser. I enter the correct password, because if I enter it incorrectly, I get a message about it. When I do it locally on the server via the localhost name, it is ok. When I do it from another com (...)

(...) I need to fetch all available row s for specific picker. I have used api endpoint /api/data/v6.0/db/{dbId}/elements/resolveFieldValue/{idguid} The api return only first 100 row s It is possible use pagination or sth like that ?

(...) Hi everyone, I've noticed a strange rendering / displaying of data tables. I attached a screenshot: 1) This is how the data table looks like if I refresh the brow ser 2) The mouse overs work fine 3) "Dragging" the data table "displays" the table correctly. 3) can also be achieved when the data table is in a tab and you switch tabs. The data table is displayed correctly when getting back. (...)

(...) I try to find option to trigger refresh button in "data table" . OK I can click arrow .. but I would like to refresh to have no data ... So I have form rule when some field value is changed (deleted) then is clearing fields but not reloading whole form ... so because data is not saved or the full form is not reloaded ... the data table stays with "old data" - i can click refresh and then will (...)

(...) els.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message) Exception rethrow n at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, I (...)

Hi, this idea is surely not for the typical WEBCON user but I think everyone of the partners has run into at least one use case where the standard form layout is not enough. Sometime because of some specific requirements or where we wanted to provide additional options to guide the users through a large form. I also tried and failed creating an "advanced validation dialog". I wanted to displ

(...) t. Does anyone know how to fix this? Error: System.Exception: Exception occurred while importing table AppDashboards ---> Microsoft.Data.SqlClient.SqlException: Cannot insert duplicate key row in object 'dbo.AppDashboards' with unique index 'UQ_AppDashboards_IsDefault'. The duplicate key value is (8). The statement has been terminated. w System.Data.Common.DbDataAdapter.Updatedrow Stat (...)

(...) Hi, if we have a chart with a detail level, you can click on a chart element to see the elements, these information are displayed as tiles. At least if the chart is located in a row set to "one-third column" and the chart is located in the smaller part. It would be great if we could also define the display mode of a report for a chart. This display mode would be applied to the detail level of (...)

(...) Guys, i am a little confused why this easy logic does not work. I have a single value field which contains an SAP-No. I'd like to know if this No. "is in" a Dictionary (collection by "Return all row s" of Data Source Values). Always returns the "then" Value of my If-Clause...Think its really an easy mistake i make, but i cant see it :-(

(...) Wiadomość:Dany klucz nie był obecny w słowniku. ------------------------------------------------------- Ścieżka wywołania ------------------------------------------------------- w System.Throw Helper.Throw KeyNotFoundException() w System.Collections.Generic.Dictionary`2.get_Item(TKey key) w System.Linq.Enumerable.c__DisplayClass7_0`3.b__0(TSource x) w System.Linq.Enumerable.c__Di (...)

(...) essage: The given key was not present in the dictionary. ------------------------------------------------------- CallStack ------------------------------------------------------- at System.Throw Helper.Throw KeyNotFoundException() at System.Collections.Generic.Dictionary`2.get_Item(TKey key) at WebCon.WorkFlow.BusinessLogic.ImportExport.Report.NavBarItemsDifferenceFinder.FindAndCha (...)

(...) e. I now find that I am unable to change the order of reports, which worked in 2023 version. Is there a way to arrange the order of reports in 2025? OK, sorry, I just found it. Need to do it in the brow ser by changing the mode to edit in the application dashboard. This used to be available as dashborad in Designer Studio. Now there is a node called "Dashboards" in Designer Studio, but there is nothi (...)

(...) does exist for item list on both systems but for different ones. You can use the below query to get all actions which have a faulty configuration. Best regards, Daniel SELECT TOP (1000) row _NUMBER () OVER ( order by actionDefinition.ACT_ID asc) as row Number , actionProcess.DEF_Name as ActionProcess , automationProcess.DEF_Name as AutomationProcess , WF_Name , STP_Name , PATH_N (...)

(...) Message: The given key was not present in the dictionary. ------------------------------------------------------- CallStack ------------------------------------------------------- at System.Throw Helper.Throw KeyNotFoundException() at System.Collections.Generic.Dictionary`2.get_Item(TKey key) at System.Linq.Enumerable.c__DisplayClass7_0`3.b__0(TSource x) at System.Linq.Enumerable.c_ (...)

(...) I need it for scenario: Requestor add/add new/overwrite/delete attachment in the very same step without pressing save or going to another step (change in attachments is there even if one close the brow ser tab without previous saving). We want to notify reviewers about such a changes in attachments, using version 2022.1.4 Thank you.

(...) ot found. Queue item will be deleted. at WebCon.WorkFlow.Service.SolrIndexer.Steps.SolrGetAttachmentMetadataStep.d__14.MoveNext() --- End of stack trace from previous location where exception was throw n --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at WebCon.WorkFlow.Service. (...)

(...) en CHD_OldValue = 1 then 'Blocked' end as [Old_value] ,case when CHD_NewValue = 0 then 'Unblocked' when CHD_NewValue = 1 then 'Blocked' end as [New_value] , CHR_TSInsert as [Date of change] , CHR_row ID as [row change] , CHO_CreatedBy as [Who changed] from ChangeDetails join Changerow s on CHD_CHRID = CHR_ID join ChangeOperations on CHR_CHOID = cho_id and CHO_ObjectID = 142 --column (...)