Page 1 of 1
Export A List of Storage Place Descriptions
Posted: Tue May 06, 2025 5:41 pm
by muzicman82
Is it possible from within MADRIX to export a list of all places and their descriptions? I know I can use GetStoragePlaceDescription in the API to return one at a time, but looking for a quick way to get them all.
Re: Export A List of Storage Place Descriptions
Posted: Wed May 07, 2025 9:32 am
by Schulze
Hi muzicman82,
There is no direct function available to do that.
Still you have two options:
1)You could add all Storage Places to a Cue List and use a macro to output all Cues and the descriptions in the script output of the Macro Editor. Then you can simply copy the script output in a text document.
There is a example macro available, which exactly does that. You will need to add the macro as "Global Macro".
Please find it here (Cue List - Various 2):
https://help.madrix.com/m5/html/script/index.html?hidd_mainmacro_examples.html
2) The second option would be to add all Storage Places to a Cue List and then save the Cue List in the *.csv format. This way you could import the outcoming file e.g. with Microsoft Excel in order to see all the descriptions.