Introduction :
It is used to solve the apex vulnerability problems by generating the checksum id dynamically.
Implementation :
- Ajax(Application Process) used call the Oracle Query of MD5_CHECKSUM
- Java method of Math.random used to get Random no
- Random no used to get the Attribute value from Select list
Example :
thisObj = objs[rand_no];
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,
Conclusion :
Solving some major issues by generating the checksum id dynamically per each page refresh.
Recent Posts