How do I capture the original input value on a paste event?
In Account Notes there is a Description field (textarea of 4000 characters) where users can paste any text into. We would like to capture the original value of the text that was pasted because users can copy and paste a text with more than 4000 characters and value will get truncated in Siebel Open UI. Our requirement is to check the original input and alert the user that value will be truncated.
Any thoughts on how to achieve the requirement using PM/PR files to capture the paste event?