Ajax(Application Process) used call the Oracle Query of APEX_ITEM.MD5_CHECKSUM
if(thisObj){
checksumId=thisObj.getAttribute('value');
return checksumId;
--- Apex Generate the checksum id per day only one time, I have customized and generated the checksum id per each page refresh.
Here show the checksum id screenshot,
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi5Wpd288urM3fEYdmfqxodRGolR7Yo4dshLqYwlV_lPGas6KCHm30U-TEdQ4oUK6zqrnTnfvufts74C5mz2Fr2MAuqoGTwcf5MJVJYnGQgldRSVqKFVsTtvk1_aS3XgvPZJ5w5WylLPL1Z/s400/checksum_id.jpg)
- Java method of Math.random used to get Random no
- Random no used to get the Attribute value from Select list
if(thisObj){
checksumId=thisObj.getAttribute('value');
return checksumId;
--- Apex Generate the checksum id per day only one time, I have customized and generated the checksum id per each page refresh.
Here show the checksum id screenshot,
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi5Wpd288urM3fEYdmfqxodRGolR7Yo4dshLqYwlV_lPGas6KCHm30U-TEdQ4oUK6zqrnTnfvufts74C5mz2Fr2MAuqoGTwcf5MJVJYnGQgldRSVqKFVsTtvk1_aS3XgvPZJ5w5WylLPL1Z/s400/checksum_id.jpg)
No comments:
Post a Comment