Receipt application date
Receipt application date
Hi there,
When we apply a receipt to any transaction in AR, we need to give a "apply date". The system will take the future date also even if we give. Can anyone suggest me how to avoid the system taking the future application date.
Regards
When we apply a receipt to any transaction in AR, we need to give a "apply date". The system will take the future date also even if we give. Can anyone suggest me how to avoid the system taking the future application date.
Regards
Hello.
Please try implementing this Form Personalization.
Open the Receipts Window and in the Menu choose Help/Diagnostics/Custom Code/Personalize
Enter the following information:
Seq=1
Description=Prevent future dates on receipt applications
Condition
Trigger Event=WHEN-VALIDATE-RECORD
Trigger Object= APP_FOLDER
Condition=:SYSTEM.RECORD_STATUS = 'INSERT' and :APP_FOLDER.APPLY_DATE > SYSDATE
Actions
Seq=1
Type=Message
Message Type=Error
Message Text=Enter a text of your choice, e.g. You cannot enter a date in the future.Please Re-enter.
Hope this helps
Octavio
Please try implementing this Form Personalization.
Open the Receipts Window and in the Menu choose Help/Diagnostics/Custom Code/Personalize
Enter the following information:
Seq=1
Description=Prevent future dates on receipt applications
Condition
Trigger Event=WHEN-VALIDATE-RECORD
Trigger Object= APP_FOLDER
Condition=:SYSTEM.RECORD_STATUS = 'INSERT' and :APP_FOLDER.APPLY_DATE > SYSDATE
Actions
Seq=1
Type=Message
Message Type=Error
Message Text=Enter a text of your choice, e.g. You cannot enter a date in the future.Please Re-enter.
Hope this helps
Octavio
Who is online
Users browsing this forum: Bing [Bot] and 2 guests