Build item tracking into customised page

Dear all, I recently took over a database that has a customized table and page created for store requisition. This is to issue out spares parts items.

Now I am trying to build the item tracking functionality into it.

The problem is once I click on Item tracking Lines on the Store Req. Page, and the Item Tracking Lines page opens, the Serial No. field is not editable.

Any tips on how I can make this work please?

Dear all,

Anyone kind enough to respond? I still need your assitance in solving this.

Thank you.

It is likely that the Serial No. field on the Item Tracking Lines page is set as read-only. To make it editable, you can follow these steps:

  1. Open the Item Tracking Lines page in the development environment.
  2. Go to the Design mode of the page.
  3. Right-click on the Serial No. field and select Properties.
  4. In the Properties window, go to the General FastTab.
  5. Make sure the Editable property is set to Yes.
  6. Click OK to save the changes.
  7. Compile the modified page.

Once you have made the Serial No. field editable, you should be able to enter the necessary information for item tracking.