Leveraging Enums on AM reports
Is it possible to configure (Cireson's) stored procedures to leverage enums from AM instead of the free text choice that is available for Manufacturer and Model?
Best Answer
-
Brett_Moffett Cireson PACE Super IT Monkey ✭✭✭✭✭Interesting thoughts there @Adam_Dzyacky.
The only limitation here would be the Type Projection that is used on the report. It could be possible to create a new type projection, or Join in the SQL query, to pull this information out of the Catalog Item class.
I wish I had time to test this and give you a more firm solution but just don't have the spare cycles at this point. Sorry I can't give you a specific example.5
Answers
The only limitation here would be the Type Projection that is used on the report. It could be possible to create a new type projection, or Join in the SQL query, to pull this information out of the Catalog Item class.
I wish I had time to test this and give you a more firm solution but just don't have the spare cycles at this point. Sorry I can't give you a specific example.