By using this website, you agree to our Terms of Use (click here)
There are some pages that look like generic inquiries but don't seem to actually be generic inquiries...
A page looks like a generic inquiry, but when you go to the Customisation button there is no drop down for "Edit Generic Inquiry".
Example: IN405000 Inventory Transaction History
Why is this? Is there a way to edit these like you would edit a generic inquiry?
Hi Daniel,
Seems that screen not a Generic Inquiry screen but a custom screen that consists of a query behind that. If you want to modify it, usually my team using visual studio to add a relation to add more data or so on.
Or the second option you can re-create again with Generic Inquiry.
Cheers.
Daru
Here are a couple of reasons that I can think of as far as why this is the case:
1. Some of these screens were created before Generic Inquiries existed.
2. Some of these screens use queries that are too complicated for Generic Inquiries (like using subqueries) so they have to be done in Visual Studio C# code like Daru pointed out.
