Challenge
You want to define multiple templates for creating a Material Master for a Document Info Record.
Solution
You can define multiple Material templates in the dtype.xml.
Here's an example:
<!--================================================================================================--> <DType type="master" identifier="..." include_template="...." > <!--================================================================================================--> <...> <material_create> <material_master_template material_template="22003" material_number_assignment="master"/> <material_master_template material_template="4315" material_number_assignment="master"/> </material_create> <...> </DType>
This result in the following dropdown list in the Material Creation Dialog: