Optional Step 6 Modifying iiiFN06

LANSA Web Functions

Optional Step 6. Modifying iiiFN06

In this step, you will modify the iiiFN06 function so that it displays the STD_NAME field which was added to the REQUEST in iiiFN08.

1.  Edit the RDML code in your iiiFN06 function to display the STD_NAME field by changing the GROUP_BY as follows:

GROUP_BY  NAME(#HEADER) FIELDS(#DEPTMENT #DEPTDESC #STD_NAME)

 

2.  Recompile your iiiFN06 function.

3.  Execute your iiiFN08 function. Enter a Requested By name when you perform your search using the NEXT button. The name should appear in the list of sections displayed by iiiFN06.