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

search results

for date

(...) because the first installation attempt did not work out (login problems webcon designer studio), i uninstalled webcon and sharepoint. I installed Sharepoint 2016 again and also the latest security update . Now the installer does not recognize the sharepoint web parts (see picture below). Did anybody have this issue yet? Do you have any idea how to fix this? Is it ok, to skip this? Kind regards, Ch (...)

(...) Problem with launching the WEBCON portal after a new installation according to the instructions "WEBCON BPS standalone installation" (windows 2019 and update s, .net 4.7 installed automatically with the system, .net core hosting bundle 2.0.9, MSSQL 2019 express, Ms Sql Server Management Studio 18, IIS with Windows Authentication) -in the browser error http 500.19 - internal server error. Additionally, (...)

(...) n results in no elements founded. However when switched to "All aplication" view I can see all results and everything works fine. I suspect that the WEBCON Search service and its index is not up to date . Is there a way to rebuild that index?

(...) application in a new environment. Otherwise you may be in for a surprise. The attached image shows that the translated text uses the old variable ids and only the ids in the original text have been update d to match the new environment. I've noticed this in 2021.3.205 for email notification templates and task descriptions. Razvan from Encorsa confirmed this for 2021.1.4.84 and noticed that you shouldn (...)

(...) ues() w WebCon.WorkFlow.Base.BusinessLogic.ElementManagement.FormFields.Choose.ChooseFormField.get_AvailableChooseValues() w WebCon.WorkFlow.Web.UILogic.Form.ViewModels.Data.ChooseViewModel.Update FromClient(String json) w WebCon.WorkFlow.Web.UILogic.WFDynamicLite.Rest.Logic.ElementFormLoader.c__DisplayClass8_0.b__1(BaseFormField field) w System.Linq.DataEnumerable.ForEach[T](IEnumerabl (...)

(...) Hello, I personally like immediate validation – right after the user checks/selects/enters something on the form - much better than validation on an action. So usually I validate fields “on value change” and set the field error if necessary. Currently I use a js-function like this to showing/remove the error message (form display mode: Modern on BPS portal): function showError(columnName, hintTe (...)

(...) Hi, I wonder if there is a way to chenge the text of the Item List init button. Now it sais something like "+ Restore defaults" and I want to change it to "Update details", as the functionality in my list is to update some fields on the list if they were changed outside of the process (in dictionary).

(...) Hello, When you are at the portal site there is a task counter there with: new tasks, active tasks and overdue tasks. When some task becomes the overdue task? Do I need to set some date somewhere in designer studio or what? I cant't find this anywhere

(...) ess wizard or I can create it as "new standard process"? The second question if I use "New standard process" how can I use "Gant chart"? Third question is how can I create rules an attribute that validate s the date on the item list?

(...) olumn (from [CacheOrganizationStructure]) COS_AD_name by means of a form field value (see 1.png) - Rule works fine if clicked on 'Test' button - This business rule is used in the cyclical action 'Update related workflow instance' with the goal to update a workflow's form values on an interval (thus using 'Change value of single field is not available as an action) - In the 'Data' tab for the action (...)

(...) the edition?). The optimum would be if there could be a possibility to bind a form rule to ending the editin of an item in the list, but I guess there is no such possibility. Or am I wrong? UPdate : I managed to get on callback the list of dependant item IDs and the main item IDs both in separate attributes. I managed to create actions that I want to perform the desired tasks in a path. But th (...)

(...) e range around my planned leave. Currently the user has to scroll, to see the right data. Thats why it would be great to be able to define a dynamic data range. Ideally we can configure start and end date some weeks before/after the date s of the leave request. In the configuration there is enough space to add an option to set start and end date for the absence chart. Alternatively we could also (...)

(...) 999 Sales Location 0002 -> 1,2,3,4,5,6,.... max. 999999 . . . Is there a way to generate a unique number for each sales location in a custom action, and if how? We thought about executing an update sql statement on workflow containing sales locations incrementing a certain number field. Btw. this should be thread safe ;-) 2.) Instead of putting this reservation actions (custom action + SOAP (...)

(...) at System.Windows.Forms.Control.SetVisibleCore(Boolean value) at DevExpress.XtraNavBar.NavBarGroup.SetControlContainerVisibility(Boolean visible) at DevExpress.XtraNavBar.NavBarGroup.Update ControlContainer(Rectangle clientBounds) at DevExpress.XtraNavBar.ViewInfo.NavBarViewInfo.Update GroupBounds() at DevExpress.XtraNavBar.ViewInfo.NavBarViewInfo.Calc(Rectangle bounds) (...)

(...) Hi Guys, Has Webcon any function or script to extract the [Comments] field in the "human eadible" way? Lets say date | AUTHOR | COMMENT TEXT. Selecting from WFD_Description for particular ID gives me output like below. It is becoming more complicated if I have two or more comments, divided by ','. SELECT WFD_ID ,WFD_Description FROM [BPS_Content].[dbo].[WFElements] where wfd_id=xxxxx out (...)

(...) Hello everyone, I’m trying to set the color of the cell in a report based on a comparison between the current field (Attdate Time1) and another column (Attdate Te4). It works if I compare the CurrentField to a fixed value. As soon as I try with the other field name, it doesn’t work anymore. Is it even possible to have such comparison? Thank you, Martin

(...) tText1 is no longer valid. Configuration after correcting the assignment WFD_AttText1Glob {690} true There was no "problem" with the following actions: Update attachment, SDK action, Change value of single field, notifications. 2. Saving report views I had to save each report view to show the new column. It was sufficient to click on the view and hit (...)

(...) Dear Webcon Community :), Is it possible to add sort option to "My tasks"? By default it is sorted by Modification date in ascending order. My proposal is: 1. It would be very useful if user can sort it by other standard fields like: Days/hours in step, Modifying person, Creation date , etc. 2. Switching between the direction of the selected sort (ascending/descending) would be great

(...) have to transfer some values from old database fields to new database fields, since we want to switch some fields in process to global fields. We plan to do this with well know T-SQL statement (UPdate WFElements SET ...) within a cyclic action, which can be triggered on demand. Does anyone know if there are any restrictions in Webcon SaaS (Software as a service) regarding SQL UPdate or is it a (...)

(...) ent to calculate no.of days took to complete an assigned task. Created a business rule with below code: select count(*) as BusinessDays from Calendars where cal_isworkingday = 1 and cal_workingdate >'{BRP:26}' /*starting date */ and cal_workingdate < '{BRP:27}' /*exit date */ BRP:26 and BRP:27 are business rule paremeters. BRP:26 will be capturing on entry of the step. BRP:27 will be captu (...)