Peoplesoft Mobile Expenses
Hi,
I am working on PeopleSoft Mobile expenses in 9.2/8.54 and PUM 15. I made changes in delivered EX_EXPENSE_TYPES page and added new required flag X. So, similar to location, preferred merchant flag, if X is selected then Y field needs to be displayed in Expense line. I am trying to make these changes in Mobile Expenses which is in iScripts. So, in EX_MOBILE_EXPENSE_REPORT:Utility:ExpenseTypeFieldInjector:OnExecute Application package and getInjectedcode method, I am trying to add new required field condition similar to
" µData = µData | " " | "data-psNbrPassReqd =""" | EscapeHTML(&p_rcPrompt.NBR_PASSENGER_FLG.Value) | """";"
But I am getting this following error: