CodeCharge Studio

Add an Hidden "Assigned By" Field to Auto-Update New Tasks

You've previously used the Before Show event to display the name of the person who assigns the task. However, Label fields are not updateable by nature, therefore even though the employee's name is displayed on the page, it is not written to the database. Since we want the database to record the name or id of the person who submits a task, we will need to add programming logic to accomplish this.

  1. Add a Hidden field to your page from the Forms tab of the Toolbox.

    This field type isn't visible in the browser, but will be used to store a value and update the database.

  2. Configure the new field by setting its properties as follows:


Next: Add a Hidden "Date Created" Field to the Record Form


On-line, printable versions and updates