Is there a way I can check if a DataWindow Column is referencing a column in another table?
For example, I have 2 tables - Cust Master, and Cust Master State and the Cust Id in the Cust Master State table has a foreign key referencing to the Cust Id column iin Customer Master table. Not sure if there is a way to find out if Cust Id column in Cust Master State has the foreign key property?
Any suggestions?
Thanks,
Krishna
FWIW: When I have done this before, I used a 2nd Transaction object with the UserID given to me specially by the DBA team that had System Table read only access. That seemed to appease the DBA team. Of course, I also found that a box of donuts along with that request never hurt either - LOL!