If you wanted to display the latest sales figures for your company on the sign-on screen and you also want to be able to update this figure on a daily basis without changing the skeleton, you could code the following in the generated skeleton:
<H1>Our latest sales have climbed to $(_tSALESFIG)!!!</H1>
You also need to add a record to the YMLSUDTP file as follows:
|
UDTNAME |
UDTTEXT |
|---|---|
|
SALESFIG |
1,234,567.89 |
The line would be included in the HTML page that is sent to the browser as:
<H1>Our latest sales have climbed to $1,234,567.89!!!</H1>
Any change to the UDTTEXT value in the YMLSUDTP file would be reflected every time the sign-on screen is accessed.
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|