I have been trying to create modal windows in PeopleTools 8.53 using the delivered DoModal() function. I was unsuccessful until I ran across this article on MOS (Doc ID 1390037.1). You need to go to your web profile and add a custom property called EnablePCModal, type: Boolean, value: true. Be aware this is a sytem wide change so you'll want to test accordingly.
Subscribe to:
Posts (Atom)
How to restrict File Types (extensions) in PeopleSoft
I recently had a requirement to only allow certain types of files to be uploaded to PeopleSoft. I wanted a solution that didn't requir...
-
I recently had a requirement to only allow certain types of files to be uploaded to PeopleSoft. I wanted a solution that didn't requir...
-
I recently found a nifty tool that works with the Chrome browser called PS Utilities. It is very handy to find page and field information. C...
-
I ran into a situation where I needed to find out what query tree and access group a particular user had access too. I used the sql below t...