Row Details
Row Details will be in the properties section of the Operation Manager in WOW. They will fall under the DetailDisplay{} property.
See example below:
DetailDisplay{
collapsible: true; //Boolean type, default is false
collapsed: true; //Boolean type, default value is false.
collapsible field sets:; Purchase price, total price; //List of comma separated names of fields. can use the special word "all". Default value is nothing (empty).
collapsed field sets:; // List of comma separated names of fields. Can use the special word "all".
field set collapsed image:; // String type; // the image to show when a collapsible field set is
collapsed. Default value is a small right arrow.
field set expanded image:; // String Default value is a small down arrow.
}