<value><string>Commit 2382687362863 by Ayush</string></value>
<value><string></string></value>
</item>
</item>
<item>
<item>
<key><string>description</string></key>
<key><string>description</string></key>
<value><string>The name of the business template, must not change between revision as this is the property used to retrieve old one when upgrading</string></value>
<value><string>The name of the business template, must not change between revision as this is the property used to retrieve old one when upgrading</string></value>
<value><string>python: list(set([item for sublist in [l.getFollowUpTitleList() for l in cell.objectValues() if cell.getPortalType() == \'Business Commit\'] for item in sublist]))</string></value>
<value><string>python: \', \'.join(list(set([template for sublist in [item.getFollowUpTitleList() for item in cell.objectValues() if cell.getPortalType() == \'Business Commit\'] for template in sublist])))</string></value>
<value><string>python: \'\\n \'.join(list(set([item.getItemPath() for item in cell.objectValues() if cell.getPortalType() == \'Business Commit\'])))</string></value>