We use MXI format to load data in maximizer. There is a table UDF which alllows selection of multiple items. My questions is..
do i need to list all possible item values in the <ListItem> tag in MXI.
<DetailDef Name="" Type="">
<ListItem>Val1</ListItem>
<ListItem>Val2</ListItem>
.....
<ListItem>Valn</ListItem>
</DetailDef>
If I don't use a particular possible value in the above list, it fails when I try to load in maximizer.
Original Post