In this section you will learn how to create your IT Work Request form
Create the IT Work Request Form
- Open FirstClass Designer and choose File > New... and Save the the rez file as IT Work Request.rez
- Choose Form > New > Local Form to create a new form.
- Close the form and Save
- Edit the Form Information properties as shown above and click on OK
The Form Header
Open the form and add a text field to the top of the form.
- Choose Field > Text and Numbers > Guide text
- Assign the Font, Size/Colors and Move attributes as shown
Add Postmark and Date Fields
On top of your header field, add:
- Postmark field ( Field > Message Field > Postmark)
- Date Field (Field > Message FIeld > Message Date)
- Change the attributes of the Message field to Transparent and resize
Add From and Subject Fields
Below the header field, add:
- From Guide text (Field > Message Field > From: (Guide))
- From Field (Field > Message Field > From Name)
- Subject Guide Text (Field > Message Field > Subject: (Guide))
- Subject Field (Field > Message Field > Subject)
- Rename the subject guide text as "Location"
- Resize fields to fit as shown.
Request Type Editable Selection List
Add the following fields:
- Fields> Text and Numbers > Guide Text and enter the text "Request Type"
- Fields > Lists > Editable Selection List
- Set the Default and List attributes as shown (Request Type;Computer;Operating System;FirstClass;Application;Software;Printer;Network;Phone;File Server;Other Peripheral;Hardware)
- Check "Choose from list only"
Radio Group and Radio Buttons
- Add a Radio Group (Fields > Buttons and Groups > Radio Group) and alter the text attribute to read "Pick from list"
- Add 5 Radio buttons as shown
- Change the field value attributes of the radio buttons so that the first radio button has a value of 5, the second as 4, the third as 3 down to the last one with a value of 1
Date Field
Add a caption and Date field
- Fields > Text and Numbers > Guide Text and enter the text "Request ed Completion Date"
- Fields > Selector > Date Selector
- Set the attributes of the Date Selector field as shown
Command Button
Add a "Send Request" command Button
- Fields > Buttons and Groups > Command Button
- Change the Colour attributes to set a white background with black text
- Change the text, command and icon attributes as shown
Protected Radio Group
We now add a radio group and protect it. This will be used not as a radio group per se, but as a container that we can allow access to the contents to only specific users
- Fields > Buttons and Groups > Radio Group
- Set the Protected Attribute
- Change the text to read "IT Dept Only"
Icon Field
Add a small icon field to the protected Radio group
- Fields > Graphics > Icon
- Set the Res ID: to 2027 and resize the container to fit
Static Selection List
Add a static selection list that will change the icon as the values change.
- Fields > List > Static Selection List
- Set the Contents > Data > List attributes to (Pending=0;In Progress=1;Completed=2;)
- Set the Contents > Field Control attributes to
0/1017:2027;
1/1017:2026;
2/1017:9133;
Editable Text Field
Add an editable text field
- Fields > Text and Numbers > Editable Text
- Add a border and set the positioning to Word Wrap
Attachment field
Your users may want to include attached files so we need to add attachment guide and attachment fields:
- Fields > Message Fields > Attachments: (Guide)
- Fields > Message Fields > Attached List
Checkbox field
This checkbox field will be hidden from view, but will use use application rules and field control to enable or disable the editing attribute of the protected radio group.
- Fields > Buttons and Groups > Checkbox
- Assign the Hidden attribute
- Change the text to read "Unprotect IT Dept"
- Add Field Control as shown
1/1015:U-1015:E;
0/1015:P;
Save Form
Close and Save the form