by Brad Vossler | Nov 11, 2024 | E-form, Feature
Default E-form Field Values E-forms have a built-in mechanism to auto-populate fields with data from the current Record. Knowing how the system will default E-form field values will help you design more efficient forms for your users. How Auto-Fill Works...
by Brad Vossler | Sep 3, 2024 | Administration, E-form
Speeding Up E-form Loading – Part 2 In our previous article “Speeding Up E-form Loading – Part 1”, we discussed speeding up E-form loads by replacing DMGETOPTIONS with Server Data calls. This is a great way to speed up loading dynamic...
by Brad Vossler | Jun 11, 2024 | Administration, E-form
Speeding Up E-form Loading – Part 1 When it comes to speeding up E-form loading, it usually comes down to minimizing the use of DMGET and DMGETOPTIONS and restricting what you do inside the ‘Before E-form Load’ event. This article will focus...
by Brad Vossler | Apr 2, 2024 | Administration, E-form
Setting E-form Field Values Dynamically E-forms are great for collecting data from internal and external users. You can use them to present easy-to-use fillable forms that make entry simple and elegant. Even so, there are times when you may want to...
by Brad Vossler | Apr 11, 2023 | E-form
E-form Calculations Calculating values inside of E-forms is a common requirement. For instance, you may have a form for submitting expenses which needs to have all the expenses added together. It could further require its values be divided among...