I have a page process that creates an email. Within the email is a link to one of our internal applications.
The link created is in the following format:
https://dev...not_our_real_server...our_dev_server.com/apex/f?p=888:21:::NO:21:P21_TABLE_ID:88&cs=335xf5vdzfM7JSPOg70D57lvfS8s
Clicking the link takes me to the login page of the application. After logging in, I am taken to page 21, but the '88' value for P21_TABLE_ID is not being set.
Any ideas of what might be causing P21_TABLE_ID to not get set? I am getting no error messages.
I have another application that works and does a similar process. I have compared the two and can't find any differences that would be causing the issue.
Any ideas are appreciated.
Thanks,
GAP