Step 3 Modify the Store component II_STORE

LANSA Deployment Tool

Step 3. Modify the Store component (II_STORE)

DTE030 – Modify the Employees Application

1.  Open your version of the II_STORE reusable part in the editor.

2.  Comment out the following two lines:

#Document.p_STARTDTER := #STARTDTER

#Document.p_TERMDATER := #TERMDATER

3.  Comment out the following two lines from the PopulateProxy method routine:

#Proxy.p_STARTDTER := #STARTDTER

#Proxy.p_TERMDATER := #TERMDATER

3.  Comment out the following two lines from the ExtractDocument method routine:

#STARTDTER := #Document.p_STARTDTER

#TERMDATER := #Document.p_TERMDATER

4.  Recompile the II_STORE component.