PeopleSoft Help
Sunday, 1 June 2025
Disabling copy paste on an input field Using JavaScript
›
write the following code on the post build of the relevant component Following are the names of the fields for which I disabled the copy ...
Friday, 23 May 2025
Send Email getting template from Generic Template
›
Function ITS_SEND_MAIL(&EMPLID As string, &name As string, &TITLE As string, &SUBJECT As string, &CATALOG_NBR As strin...
Wednesday, 21 May 2025
Post Attachments
›
Global File &LogFile; Global string &APPLIED_TERM; Function ProcessAttachmentDetails(&emplid As string, &appliedTerm As st...
Monday, 10 March 2025
Do you want to save your changes? Click Yes to go back and save, No to discard your changes.
›
I have two components. I am transferring data from the first component to the second component using transfer code. In the second componen...
Friday, 7 March 2025
Function to verify if Input data is in Arabic
›
Function IsPureArabic(&input As string) Returns boolean Local string &pattern = "[\u0600-\u06FF]+"; If Find(&p...
Generate and Verify OTP
›
Function GenerateAndSaveOTP(&type As string, &mobOrEmail As string, &nationalId As string) Returns integer Local number ...
Convert the Gregorian date to Hijri
›
Function ConvertToHijri(&gregorianDate As date) Returns string Local SQL &sql; Local string &hijriDate; Local string ...
›
Home
View web version