Hargul_Sidhu
2 years agoIdeator I
Where are "Resources" stored?
I need to add some "Resources". If I use the 'Create' button and manually add them where are these stored in code base.
Our Production environment is missing some resources. I want to add them in ...
- 2 years ago
Hi Hargul,
Based on how Poly Items work both Tools and Machines are resources. Generally you can't create a mpp_resource, as it's a Poly Item. When you query mpp_resource you'll get a list of mpp_machines and mpp_tools. If you're looking to create machines or tools, then you can just add those Items as you'd expect and export them normally.
If you're looking to create a new type of resource, you'd have to create a new ItemType and add it as a Poly Source of mpp_resource. Then you'd export the ItemType itself, and any of your new items you've created.
AJ