HTML Query form<form name="form1" method="POST"
action="<EWDT:edb valueName="SCRIPT_NAME"></EWDT:edb>"> In which the user-exit iwf_exi_edt finishes the mask-edit state for the active mask and executes the fetch action – described in the param-attribute – passed. |
|
HTML Result list<table> <th><EWDT:edbft fieldName="T_MASTER_DAT.PART_NAME"></EWDT:edbft></th> <EWDT:edbrepeat> The list shows a table of hits from the database. It also allows the navigation to a form representation of a single record. |
|
HTML Result form<EWDT:edbft fieldName="T_MASTER_DAT.PART_ID"></EWDT:edbft> The result form will retrieve the record data again and may display any sub-mask that is defined in the repository. |
|
FileServer<a id="<EWDT:edb valueName='rowid'></EWDT:edb>"
Note: to be able to use the download features you will need to have your vault web-enabled. See the Agile e6 Online Documentation for more information. |
|
Customize Login |
|
When customizing the login, it is a good idea to create a new WPS application via the administrator page, which defaults to http://host:8017 | |
When creating a new WPS application, you need to provide a name. It will create a WPS directory in the /epclt/ directory. Any changes you need to make to this WPS application should be made in that WPS application directory. | |
![]() |
Add property to webplm.properties file: axalant.web.loginPage=/customLoginPage.jsp |
![]() |
Copy the file loginPage.jsp to customLoginPage.jsp |
![]() |
Modify the custom LoginPage.jsp. |
![]() |
To change the login splash screen, copy the file loginSplash.jsp to customLoginSplash.jsp |
![]() |
Modify the customLoginSplash.jsp. |
![]() |
In customLoginPage.jsp, find the line below
and change it to:
|