(...) Verify entire configuration" procedure and I got error (screenshot is attached). I have no idea which process is this error from and how/when did it occure. Do you have any tips how to find and GET rid of this error?
(...) te - Invoke REST Web service based on previous defined constants We use those global constants just to have separate value sets for DEV / TEST / PROD. The problem: - the REST request suffix GET s URI encoded, from api/webcon/action to api%2Fwebcon%2Faction, therefore the API call fails with 404 - if suffix GET s a slash upfront, /api/webcon/action, it GET s encoded to %2Fapi%2Fwebcon%2Facti (...)
(...) Hi, the "new" confirm/alert functions are really great and please don't remove the option to pass HTML as a parameter. :) Yet there's always room for improvement. Could we GET additional/optional parameter for the title, yes and no button? Depending on the context the labels "Confirmation", "Yes" and "No" may not be the best. For example this would be the default labels Title: Confirmati (...)
(...) Could you share how I can embed a videoplayer in WEBCON application ? Can I GET player's status (video-playing is finished)?
(...) Hey everyone, I have the following challenge. I'm storing travel expenses in an item list. The expenses could be in various currencies. I'd like to GET the exchange rate automatically for each row (because the exchange rate might be different for different dates and currencies). The API GET call is: https://kurs.resenje.org/api/v1/currencies//rates/-- I have in DET_Att6 and the in DET_Att (...)
(...) 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 the chart. This would allow us to GET a better overview even if the number of columns is limited. Best regards, Daniel
(...) ---------------------- Ścieżka wywołania ------------------------------------------------------- w System.ThrowHelper.ThrowKeyNotFoundException() 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__DisplayClass7_0`3.b__0(TSource x) w System.Linq.Enumerable.WhereSelectEnumerableIt (...)
(...) Good day webcon community, As the title states, i ask myself if javascript is faster than using formrules. As example i had a formrule what would GET the sum of a number column in an item list and compare it to another field. It took sometime for the formrule to procress this, while my javascript that i wrote in a html element did it much faster. I wonder now if i should reimplement certain func (...)
(...) -------------------------- CallStack ------------------------------------------------------- at System.ThrowHelper.ThrowKeyNotFoundException() at System.Collections.Generic.Dictionary`2.GET _Item(TKey key) at WebCon.WorkFlow.BusinessLogic.ImportExport.Report.NavBarItemsDifferenceFinder.FindAndChangeParents(MappingListsDifferenceRow navBarItemDifferenceRow, Dictionary`2 flatDifferen (...)
(...) ectory. However, on the production database, I receive an error related to credentials. The login and password are definitely entered correctly. I also tried using a different account, but I always GET the same error. What could be the issue in this case?
(...) ign service: Cover Design: The cover is the first impression of the book. A professional design includes eye-catching imagery, typography, and color schemes that align with the book's genre and tarGET audience. Typography: Well-chosen fonts, font sizes, and line spacing improve readability and establish a consistent visual style throughout the book. Page Layout: Proper alignment of text, hea (...)
(...) ction will fail, if the integer values are not the same on both systems. In the worst case the value 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 RowNumber , actionProcess.DEF_Name as (...)
(...) ------------------------------ CallStack ------------------------------------------------------- at System.ThrowHelper.ThrowKeyNotFoundException() 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__DisplayClass7_0`3.b__0(TSource x) at System.Linq.Enumerable.WhereSelectEnumerabl (...)
(...) a single text line in the following format: 'Base64 PDF 1', 'Base64 PDF 2', 'Base64 PDF 3'. -> The easiest way would be to use built-in tools, but unfortunately, that doesn’t work (CONTENT AS BASE64[GET ATTACHMENTS]) After attempting this myself without success, I came across an answer provided by Karol in 2023: Karol Częczek https://community.webcon.com/forum/thread/2906?messageid=2906 Howeve (...)
(...) I've added new features on a Dev server and everything works as expected. Now I want to deploy it to a Test server, but I keep GET ting the error message: "An item with the same key has already been added." What could be causing this? Even when I try to deploy a dictionary where I haven't changed anything, I still GET this error. So I really can't deploy anything anymore... Thanks in advance for t (...)
(...) Hi all, I recently started GET ting SOLR indexing failed errors to my e-mail. I have no idea what can be the problem as in SOLR indexing queue in Designer Studio there are absolutely no items. I think this could have started after moving some items to archive database, but not sure. How to fix this issue? Service: WEBCONPROD Log Range: Solr Message: SOLR indexing failed Category: Exception R (...)
(...) ve, Any subworkflow finished negative. In my scenario I will have very often negative steps Solution 1 option to solve all path put to positive step and use wait for all positive and forGET about problem Solution 2 set sql query where it will wait for all subflows doesn't matter positive / negative and if all will finish then will go by 1 path common for all results. I did sql (...)
(...) I want to use a REST DataSource to GET customer information (ie name) via customer number. I have a form with a customer number field. I have a REST DataSource "REST GET CUSTOMER DATA" (..../GET KundenData?customernumber=CUSTOMERNUMBER.Standard) which returns a json with all relevant customer data. I used a business rule to GET the value from the REST datasource and a form rule (on value change) to (...)
(...) g.FormatHelper(IFormatProvider provider, String format, ParamsArray args) w System.String.Format(String format, Object[] args) w WebCon.WorkFlow.BusinessLogic.Helpers.NewObjectNameCreator.GET FirstFreeNumberNameFor(IEnumerable`1 existingNames, String newObjectName, String nameFormat) w WebCon.WorkFlow.Studio.Logic.Managers.Automations.AutomationsManager.CloneAutomation(AutomationEnti (...)
(...) tbox, however the text appears besides the user inputed text and i just can't figure out how to change the formrule for it to appear in the nextline without javascript. I appreacite every help i can GET .