Include report entry fields

Add report entry fields to control steps using the proper naming conventions to allow the eProcedure Server to store the correct data in the batch record. (See the Instruction file components topic for a complete list of the recipe data items that can be included with the manual instruction files.)
To include report entry fields:
Open or create a blank instruction file. (See the Create a blank instruction file topic for more information.)
  1. Place the cursor within the control step where a report entry field will display.
  2. Add a text box to the control step. Enter <input name="AMOUNT_ADDED" size="20" type="INTEGER">
  3. The code for the example manual instruction is:
    <form>
    Record final amount Egg added to batch in <sop>UNIT</sop>: <input name="AMOUNT_ADDED" size="20" type="INTEGER">&nbsp;<sop>AMOUNT_ADDED.eu</sop>
    <br /><br />
    Note: Initial target amount for delivery was <sop>ADD_AMOUNT</sop>&nbsp;<sop>ADD_AMOUNT.eu</sop> of Egg.
    <br /><br />
    Press OK when complete.
    </form>
  4. Save the file.
  5. Open a web browser window. The following example illustrates a text box in a control step created in Notepad.
    ePro_instructions_fp_textboxsetup_B16
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal