Agile-Developer

Create Fields

Axpert 11

TStructs (Forms)

IViews

Scripts

Axpert Jobs

Axpert Cards

HTML Plug-ins

Users & Roles

Workflow

Axpert API

Application Var/Params

Publish Axpert Apps

Axpert Mobile

Settings

Utilities

Customization

WebServices

Axfast

Create Fields

Once a DC is created, you can start creating fields by selecting from the available options under the New. Select the field type as per need. Most field types are self-explanatory. The advanced fields like table fields & the form elements will be described in later sections.

Agile developer lowcode Create Fields

If you want to display additional details about the field with instructions, use the Purpose/Help Text option in the dev site.

Agile developer lowcode Text Option

Help text appears as a ? in the field name area as shown on the run time.

Agile developer lowcode Run Time

Save a tstruct

Once your form elements are created, Click on the Save button in the top toolbar. This will save the tstruct and will be available at run time. After Save, use the Form Design option to design the form. The Form Design need not be done if a tstruct is not published as a form to the user.

Agile developer lowcode Tstruct Form Design

 

Try Out

In the Employee details DC you have created, Add fields like Employee Name, Gender, Date of Birth, Age, Qualification. Pick suitable field types and create them, Save the form after completion.

Agile developer lowcode Tstruct Employee Details

Create Field in run time (11.2 & above)

On the developer site, create a button in the toolbar “Add New Field” and save the structure.
Agile developer lowcode Tstruct Run Time
Visit the Run site and go to the created tstruct. Click on options and click on add new field button.
Agile developer lowcode Tstruct New Field
An axpert developer screen to add new field appears.
Agile developer lowcode Tstruct Axpert Developer
Insert the necessary details and submit. Go to the run site and refresh the form.
Agile developer lowcode Tstruct Axbox Employee

Remove Field in run time (11.2 & above)

Go to the axpert developer page where the field was created and click on the remove button.
Agile developer lowcode Tstruct Run Time
Visit the run site and reload the tstruct
Agile developer lowcode Tstruct Axbox

Mask and Unmask field data

To mask the characters in the field, use the mask option available in the display property section of the said field.
For example, select Mask as “Mask all characters” from the dropdown
Agile developer lowcode Tstruct Field Data
Make sure that the field data encryption is enabled.
Agile developer lowcode Tstruct Field Data
As displayed all the characters are masked.
Now, to mask few characters use the “Show few characters” option from the dropdown
Agile developer lowcode Tstruct Field Data
The result will be as follows
Agile developer lowcode Tstruct Display Properties
To unmask all the characters in the field, use “No mask” option from the drop down
Agile developer lowcode Tstruct Display Properties
The result will be as follows.
Agile developer lowcode Tstruct Display Properties

See it working

Login to www.agilecloud.biz/run using the given credentials. The form will be automatically added to the menu. Click on it, and see it working. Axpert manages all the functionality related to the saving, listing, searching, editing & deleting data in the form.