Advertisement
Guest User

Untitled

a guest
Jul 20th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. <type name="Customer" mode="append">
  2. <organizer>
  3. <result mode="replace">
  4. <listview mode="replace">
  5. <itemlayout mode="replace">
  6. <attribute name="uid" width="150" position="1" />
  7. <attribute name="name" width="150" position="2" />
  8. <attribute name="geoZone" width="100" position="3" />
  9. <attribute name="groups" width="150" position="4"/>
  10. <attribute name="numeroDocumento" width="100" position="5" />
  11. <attribute name="sexo" width="50" position="6" />
  12. <attribute name="defaultContactAddress" position="7"/>
  13. </itemlayout>
  14. </listview>
  15. <action type="searchresult"
  16. classname="de.hybris.platform.hmc.util.action.CSVExportAction"
  17. name="action.searchresult.exportcsv">
  18. </action>
  19. </result>
  20. </organizer>
  21. </type>
  22.  
  23. <type name="Address" mode="append">
  24. <organizer />
  25. <defaultreference searchattribute="defaultContactAddress" mode="replace">
  26. <itemlayout>
  27. <attribute name="provincia" />
  28. </itemlayout>
  29. </defaultreference>
  30. </type>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement