Can you assign variables via PC to be read via HTML file
Hi - We are trying to create a URL redirect outside of peoplesoft upon a successful login. We have the Web Profile configured so should the criteria be met it reads an HTML file which has a hard coded path redirect. This does work - however we want to change the hard coded path within the HTML file to be dynamic and assigned from the signon peoplecode variable. Is this possible?
We would like this to be dynamic and assigned via Peoplecode: url=http//google.com
Example of our Redirect HTML:
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">