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

search results

for forms

(...) eTypes) at WebCon.WorkFlow.BusinessLogic.ImportExport.Report.MappingListsDifferenceBuilder.GetDifferenceAsDictionary(MappingList source, MappingList destination) at WebCon.WorkFlow.Studio.forms .ImportExport.ImportWizard.Steps.Content.ImportPackageContentStep.c__DisplayClass15_0.b__0() at WebCon.WorkFlow.Studio.forms .ModuleProcess.Attributes.ProgressForm.c__DisplayClass5_0.b__1() (...)

(...) ers.FormFieldsManager.GetFormFields(StepForm stepForm, AttributesCollection attributes, AttributesCollection systemAttributes, ICacheStore cacheStore) at WebCon.WorkFlow.Studio.Logic.Managers.Stepforms Manager.FillStepforms (Step step, ICacheStore cacheStore) at WebCon.WorkFlow.Studio.Logic.Managers.StepsManager.GetSteps(StepsCollection steps, Int32 workFlowID, ICacheStore cacheStore) at WebC (...)

(...) ingNames, String newObjectName, String nameFormat) w WebCon.WorkFlow.Studio.Logic.Managers.Automations.AutomationsManager.CloneAutomation(AutomationEntity entity) w WebCon.WorkFlow.Studio.forms .ModuleProcess.ProcessController.CloneAutomation(AutomationEntity automation) w WebCon.WorkFlow.Studio.forms .ModuleProcess.ProcessPanel.bbiAutomationClone_ItemClick(Object sender, ItemClickEvent (...)

(...) es – The ability to import or apply settings from a predefined configuration file. 2. Integration with MDM Intune – Seamless compatibility with MDM Intune or other mobile device management (MDM) platforms . 3. Configuration Parameters – Settings for server address, authentication preferences, notifications, and other key app behaviors. 4. Bulk Device Support – Apply consistent configurations across n (...)

(...) ------------------------------------------------------- w WebCon.WorkFlow.BusinessLogic.BusinessRules.Nodes.RuleNode.AddParameter(IBusinessRuleNode node, Int32 brpId) w WebCon.WorkFlow.Studio.forms .BusinessRules.BasicDesigner.Placeholder.AddBusinessRuleValueNodeCommandMethod(Object obj) w System.Windows.Input.CommandManager.TranslateInput(IInputElement targetElement, InputEventArgs inputEve (...)

(...) regarding the description feature of Form Fields, which is typically shown via the small info icon (the little “i”) on mouse-over. 1. Form Field description visibility and placement In one of my forms , I’m using a large input field, and the info icon appears very small and all the way to the right. It’s barely visible and often overlooked by users. Ideally, I’d like to have the icon closer to the (...)

(...) sult, users lose context and cannot clearly see which attribute they are modifying when working with steps located at the far right. Problem: This creates a usability issue, especially in complex forms with dozens of steps, increasing the risk of making changes to the wrong attribute due to the lack of reference. Recommendation: Freeze the first column (attribute names) in the attribute matrix (...)

(...) ive Wait (Step 2): The workflow transitions to a system-type step (no tasks assigned), effectively waiting for the scheduled task to run. Execution (Step 3): The scheduled task is triggered and performs the required long-running operations, which may take several minutes or more. Callback (Step 4): Upon completion, the task performs a PATCH API call to the originating workflow, allowing it to cont (...)

(...) It would be great to have the possibility to move the Attachments and Comments sections inside a tab. This would make the forms much cleaner and better organized, especially in more complex workflows.

(...) lues are displayed without the separator. Is there a way to configure this for standard form fields as well? Any advice or best practices on how to achieve consistent number formatting across forms would be greatly appreciated. Best regards, Michael Fabrizius

(...) Hi, is it possible, to use the action 'mergeattachment' not only for attachments in ONE form but also in DIFFERENT forms ? If not, is it possible via sql? In the attached picture there is a screenshot of the following sql-query of the webcon-database: select ATF_WFDID, ATF_OrginalName, ATF_OrginalValueHash from dbo.WFAttachmentFiles where ATF_WFDID > 9620 how can I export the word-docs as (...)

(...) would be governed centrally – by a central unit that creates new applications, grants application privileges, configures data sources, assigns licenses, and controls the API. However, low-code platforms could be leveraged more efficiently. Business departments should be able to develop applications independently, but this requires them to have an appropriately broad level of access rights. Theref (...)

(...) I need to call a REST API from a WEBCON form and write the returned values back into form fields. The REST API performs several validations on the incoming JSON payload (e.g. date from valid, date to valid, amount valid, etc.). In case of a validation error, the API returns something like: { "state": "error", "error_msg": "Date to must be greater than date from" } Approach 1 – Automation (...)

(...) Hi everyone, I'm searching but can't seem to find anything about it - does Webcon allow connecting to GraphQL API? One of major accountancy platforms can be connected via GraphQL and I need to access data there. How can this be achieved?

(...) E.g. specifically when updating items lists on forms ! pageload vs on path vs on entry vs on exit ! What is the specific order on how things trigger? Is there another documentation other than the official docs? The docs dont tell me that much about such details for example Following example We have an id and that id can be referenced in 3 other fields! Those ids are saved in a db. The field s (...)

(...) w System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() w System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) w WebCon.WorkFlow.Studio.forms .ModuleProcess.ProcessController.c__DisplayClass156_0.d.MoveNext() --- Koniec śladu stosu z poprzedniej lokalizacji, w której wystąpił wyjątek --- w System.Runtime.ExceptionServices.ExceptionDisp (...)

(...) ription (optional) Free text for additional context • References (optional, structured) • a WEBCON item ID • External ID (e.g., Jira, Azure DevOps) • Impact Scope (optional) Affected processes, forms , integrations • Breaking Change flag (optional) Additional Capabilities: • Search & filter change history by type, reference, or keyword • Enforced conventions via admin configuration (e.g., (...)

(...) th flow in its REST authentication configuration. Problem: Because of this limitation, we are forced to implement an additional proxy / gateway layer that: accepts a standard WEBCON call performs the password grant flow internally returns the access token unchanged This introduces: additional infrastructure complexity extra maintenance effort another critical component in the authent (...)

(...) In our company, we have a process where we fill out project request forms . The data from these forms is later used to create a PowerPoint presentation, which is presented to higher management. A feature that allows exporting the form directly to a PPTX file (similar to the existing DOCX export) would be very useful.