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

search results

for datatable

(...) .ctor(IEnumerable`1 collection) w System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) w WebCon.WorkFlow.Base.BusinessLogic.ElementManagement.FormFields.Choose.ChooseValuesLoader.Load(datatable attributedatatable , PickerEntityValue originalValue) w WebCon.WorkFlow.Base.BusinessLogic.ElementManagement.FormFields.Choose.ChooseFormField.FillAvailableChooseValues() w WebCon.WorkFlow.Bas (...)

(...) Hi community! In some scenarios it is necessary for us to render datatable s 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. Fir (...)

(...) mon.DbDataAdapter.UpdatedRowStatus(RowUpdatedEventArgs rowUpdatedEvent, BatchCommandInfo[] batchCommands, Int32 commandCount) bei System.Data.Common.DbDataAdapter.Update(DataRow[] dataRows, datatable Mapping tableMapping) bei System.Data.Common.DbDataAdapter.UpdateFromdatatable (datatable datatable , datatable Mapping tableMapping) bei System.Data.Common.DbDataAdapter.Update(DataT (...)

(...) ty.SetForAllElementsAndReturnErrorMessage(IWFAction wfAction, StringBuilder logMessageBuilder, XmlActionsConfig config, DicSecurityChangeReason reason, XmlSecurityReasonAddMsgConfig reasonAdditional, datatable elements, String securityPhrase, List`1 peopleToSet) at WebCon.WorkFlow.Base.Actions.SetSecurity.FireAction(WorkFlowObject wfObject, IWFAction wfAction, ITagParser tagParser, IAutomationDataHelpe (...)

Applies to version 2020.1.x, author: Dawid Golonka   Introduction When creating support for business processes in WEBCON BPS, it is important to remember that even the simplest workflow with a minimum number of steps and form fields will be reflected in the database – all of its instances and settings are represented in the content database – which is the main place

Applies to version: 2020.1.x and above; author: Franciszek Sakławski   Introduction When designing the processes and individual workflows in WEBCON BPS, it is good to know how the data is stored in the tables, what are the relations between them and how individual information is displayed on the form. This article describes the Calendars table.   Table descr

Applies to version 2019.1; author: Dawid Golonka   Introduction While working on WEBCON BPS Portal, you can see the error messages displayed by the system in the upper right corner – they are displayed when the system encounters a problem and the execution of any action fails. From version 2020.1.3.277 there is the ability of previewing error logs from the administration too