Equipment Plan Adapter

Just wondering if anyone knew how to get to the Equipment Plan table using adapters. There isn’t an adapter for it, or a “search” that I have seen before for other tables. It doesn’t look like the field I need is in the equipment adapter. Sometimes the adapters are views and not just tables. I thought there was an adapter for every table, but I guess not. I tried using the data tools, but I couldn’t find a way to get to the table on the Maintenance Job Entry screen. I’m hitting a brick wall everywhere!!

Thanks!

did you run a trace? What was going on there?

Sorry, I’m writing code behind the form. I want to get data from the Equipment Plan table, and I’m not seeing a way to get it in the code. :frowning:

Like @knash said what does the trace show?

1 Like

Sorry, I don’t understand that question. How can I do a trace when there’s no code to trace yet? I’m trying to create it. :frowning:

OK, I get it now. I ran the trace on the equipment entry screen, and it led me to the equipment adapter. That’s where the table is. Thank you both for your help!!