Frequently asked questions
General questions
- What are the system requirements?
- Does DWKit support domain authentication and SSO?
- What knowledge does a developer need to start using DWKit?
- Can end users make changes to the system themselves?
- What tools are there to debug code in DWKit?
- How do I change the time format? I need to set the MM/DD/YYYY format.
- I want to add my own React-based form. How do I do that?
- How do I add my own code to DWKit?
- I want to add a column to the model, but I do not want to add it to the database. What do I do?
- Where is the application metadata stored?
- What is the global state format in the frontend and how do I access it with JavaScript?
- How do I send an email from DWKit?
Forms
- How do I map data to the form?
- How do I make a 'Save & exit' button?
- How does form validation work?
- How do I set default field values?
- How do I make a field required?
- I want to use a variable from the data model in control settings. How do I do that?
- How do I set field values before saving the form?
- Do you support form inheritance or templates?
- How do I change the control’s attribute in the form?
- How do I make a transfer to another page from ActionHandlers?
- Can I request form data via an URL?
- How do I restrict user access to the form?
- How do I set value of the control that is not mapped to any field?
- How do I clear form errors?
GridView
- How do I make my own handler for a double click?
- I have a GridView in the form and I’d like it to change its size together with the size of the page.
- How do I add a field with column filter?
- How do I use a custom formatter in GridView?