{Utility} Process Views for Dynamics CRM 2013

In CRM 2013 there have been various additions to process types, for quicker access directly to individual Type of process :

image

Follow below steps to create Process Views:

Download solution extender:

http://solutionextender.codeplex.com/downloads/get/522781

Import the following xml to your organization.Save the below file as xml and import the file using above tool:

<Settings>
  <UserQuery xmlns:xsi=”
http://www.w3.org/2001/XMLSchema-instance” xmlns:xsd=”http://www.w3.org/2001/XMLSchema”>
    <RecordId>00000000-0000-0000-0000-000000000000</RecordId>
    <AdvancedGroupBy />
    <ColumnSetXml />
    <ConditionalFormatting />
    <Description />
    <FetchXml>&lt;fetch version=’1.0′ output-format=’xml-platform’ mapping=’logical’ distinct=’false’&gt;&lt;entity name=’workflow’&gt;&lt;attribute name=’workflowid’/&gt;&lt;attribute name=’name’/&gt;&lt;attribute name=’category’/&gt;&lt;attribute name=’primaryentity’/&gt;&lt;attribute name=’statecode’/&gt;&lt;attribute name=’createdon’/&gt;&lt;attribute name=’ownerid’/&gt;&lt;attribute name=’owningbusinessunit’/&gt;&lt;attribute name=’type’/&gt;&lt;order attribute=’name’ descending=’false’/&gt;&lt;filter type=’and’&gt;&lt;condition attribute=’category’ operator=’eq’ value=’3’/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</FetchXml>
    <LayoutXml>&lt;grid name=’resultset’ object=’4703′ jump=’name’ select=’1′ icon=’1′ preview=’0’&gt;&lt;row name=’result’ id=’workflowid’&gt;&lt;cell name=’name’ width=’300′ /&gt;&lt;cell name=’category’ width=’200′ /&gt;&lt;cell name=’primaryentity’ width=’200′ /&gt;&lt;cell name=’type’ ishidden=’1′ width=’100′ /&gt;&lt;cell name=’statecode’ width=’100′ /&gt;&lt;cell name=’createdon’ width=’100′ /&gt;&lt;cell name=’ownerid’ width=’200′ /&gt;&lt;cell name=’owningbusinessunit’ width=’200′ /&gt;&lt;/row&gt;&lt;/grid&gt;</LayoutXml>
    <Name>Actions</Name>
    <QueryType>0</QueryType>
    <ReturnedTypeCode>workflow</ReturnedTypeCode>
  </UserQuery>
  <UserQuery xmlns:xsi=”
http://www.w3.org/2001/XMLSchema-instance” xmlns:xsd=”http://www.w3.org/2001/XMLSchema”>
    <RecordId>00000000-0000-0000-0000-000000000000</RecordId>
    <AdvancedGroupBy />
    <ColumnSetXml />
    <ConditionalFormatting />
    <Description />
    <FetchXml>&lt;fetch version=’1.0′ output-format=’xml-platform’ mapping=’logical’ distinct=’false’&gt;&lt;entity name=’workflow’&gt;&lt;attribute name=’workflowid’/&gt;&lt;attribute name=’name’/&gt;&lt;attribute name=’category’/&gt;&lt;attribute name=’primaryentity’/&gt;&lt;attribute name=’statecode’/&gt;&lt;attribute name=’createdon’/&gt;&lt;attribute name=’ownerid’/&gt;&lt;attribute name=’owningbusinessunit’/&gt;&lt;attribute name=’type’/&gt;&lt;order attribute=’name’ descending=’false’/&gt;&lt;filter type=’and’&gt;&lt;condition attribute=’category’ operator=’eq’ value=’0’/&gt;&lt;condition attribute=’mode’ operator=’eq’ value=’0’/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</FetchXml>
    <LayoutXml>&lt;grid name=’resultset’ object=’4703′ jump=’name’ select=’1′ icon=’1′ preview=’0’&gt;&lt;row name=’result’ id=’workflowid’&gt;&lt;cell name=’name’ width=’300′ /&gt;&lt;cell name=’category’ width=’200′ /&gt;&lt;cell name=’primaryentity’ width=’200′ /&gt;&lt;cell name=’type’ ishidden=’1′ width=’100′ /&gt;&lt;cell name=’statecode’ width=’100′ /&gt;&lt;cell name=’createdon’ width=’100′ /&gt;&lt;cell name=’ownerid’ width=’200′ /&gt;&lt;cell name=’owningbusinessunit’ width=’200′ /&gt;&lt;/row&gt;&lt;/grid&gt;</LayoutXml>
    <Name>Background Workflows</Name>
    <QueryType>0</QueryType>
    <ReturnedTypeCode>workflow</ReturnedTypeCode>
  </UserQuery>
  <UserQuery xmlns:xsi=”
http://www.w3.org/2001/XMLSchema-instance” xmlns:xsd=”http://www.w3.org/2001/XMLSchema”>
    <RecordId>00000000-0000-0000-0000-000000000000</RecordId>
    <AdvancedGroupBy />
    <ColumnSetXml />
    <ConditionalFormatting />
    <Description />
    <FetchXml>&lt;fetch version=’1.0′ output-format=’xml-platform’ mapping=’logical’ distinct=’false’&gt;&lt;entity name=’workflow’&gt;&lt;attribute name=’workflowid’/&gt;&lt;attribute name=’name’/&gt;&lt;attribute name=’category’/&gt;&lt;attribute name=’primaryentity’/&gt;&lt;attribute name=’statecode’/&gt;&lt;attribute name=’createdon’/&gt;&lt;attribute name=’ownerid’/&gt;&lt;attribute name=’owningbusinessunit’/&gt;&lt;attribute name=’type’/&gt;&lt;order attribute=’name’ descending=’false’/&gt;&lt;filter type=’and’&gt;&lt;condition attribute=’category’ operator=’eq’ value=’4’/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</FetchXml>
    <LayoutXml>&lt;grid name=’resultset’ object=’4703′ jump=’name’ select=’1′ icon=’1′ preview=’0’&gt;&lt;row name=’result’ id=’workflowid’&gt;&lt;cell name=’name’ width=’300′ /&gt;&lt;cell name=’category’ width=’200′ /&gt;&lt;cell name=’primaryentity’ width=’200′ /&gt;&lt;cell name=’type’ ishidden=’1′ width=’100′ /&gt;&lt;cell name=’statecode’ width=’100′ /&gt;&lt;cell name=’createdon’ width=’100′ /&gt;&lt;cell name=’ownerid’ width=’200′ /&gt;&lt;cell name=’owningbusinessunit’ width=’200′ /&gt;&lt;/row&gt;&lt;/grid&gt;</LayoutXml>
    <Name>Business Process Flows</Name>
    <QueryType>0</QueryType>
    <ReturnedTypeCode>workflow</ReturnedTypeCode>
  </UserQuery>
  <UserQuery xmlns:xsi=”
http://www.w3.org/2001/XMLSchema-instance” xmlns:xsd=”http://www.w3.org/2001/XMLSchema”>
    <RecordId>00000000-0000-0000-0000-000000000000</RecordId>
    <AdvancedGroupBy />
    <ColumnSetXml />
    <ConditionalFormatting />
    <Description />
    <FetchXml>&lt;fetch version=’1.0′ output-format=’xml-platform’ mapping=’logical’ distinct=’false’&gt;&lt;entity name=’workflow’&gt;&lt;attribute name=’workflowid’/&gt;&lt;attribute name=’name’/&gt;&lt;attribute name=’category’/&gt;&lt;attribute name=’primaryentity’/&gt;&lt;attribute name=’statecode’/&gt;&lt;attribute name=’createdon’/&gt;&lt;attribute name=’ownerid’/&gt;&lt;attribute name=’owningbusinessunit’/&gt;&lt;attribute name=’type’/&gt;&lt;order attribute=’name’ descending=’false’/&gt;&lt;filter type=’and’&gt;&lt;condition attribute=’category’ operator=’eq’ value=’1’/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</FetchXml>
    <LayoutXml>&lt;grid name=’resultset’ object=’4703′ jump=’name’ select=’1′ icon=’1′ preview=’0’&gt;&lt;row name=’result’ id=’workflowid’&gt;&lt;cell name=’name’ width=’300′ /&gt;&lt;cell name=’category’ width=’200′ /&gt;&lt;cell name=’primaryentity’ width=’200′ /&gt;&lt;cell name=’type’ ishidden=’1′ width=’100′ /&gt;&lt;cell name=’statecode’ width=’100′ /&gt;&lt;cell name=’createdon’ width=’100′ /&gt;&lt;cell name=’ownerid’ width=’200′ /&gt;&lt;cell name=’owningbusinessunit’ width=’200′ /&gt;&lt;/row&gt;&lt;/grid&gt;</LayoutXml>
    <Name>Dialogs</Name>
    <QueryType>0</QueryType>
    <ReturnedTypeCode>workflow</ReturnedTypeCode>
  </UserQuery>
  <UserQuery xmlns:xsi=”
http://www.w3.org/2001/XMLSchema-instance” xmlns:xsd=”http://www.w3.org/2001/XMLSchema”>
    <RecordId>00000000-0000-0000-0000-000000000000</RecordId>
    <AdvancedGroupBy />
    <ColumnSetXml />
    <ConditionalFormatting />
    <Description />
    <FetchXml>&lt;fetch version=’1.0′ output-format=’xml-platform’ mapping=’logical’ distinct=’false’&gt;&lt;entity name=’workflow’&gt;&lt;attribute name=’workflowid’/&gt;&lt;attribute name=’name’/&gt;&lt;attribute name=’category’/&gt;&lt;attribute name=’primaryentity’/&gt;&lt;attribute name=’statecode’/&gt;&lt;attribute name=’createdon’/&gt;&lt;attribute name=’ownerid’/&gt;&lt;attribute name=’owningbusinessunit’/&gt;&lt;attribute name=’type’/&gt;&lt;order attribute=’name’ descending=’false’/&gt;&lt;filter type=’and’&gt;&lt;condition attribute=’category’ operator=’eq’ value=’0’/&gt;&lt;condition attribute=’mode’ operator=’eq’ value=’1’/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</FetchXml>
    <LayoutXml>&lt;grid name=’resultset’ object=’4703′ jump=’name’ select=’1′ icon=’1′ preview=’0’&gt;&lt;row name=’result’ id=’workflowid’&gt;&lt;cell name=’name’ width=’300′ /&gt;&lt;cell name=’category’ width=’200′ /&gt;&lt;cell name=’primaryentity’ width=’200′ /&gt;&lt;cell name=’type’ ishidden=’1′ width=’100′ /&gt;&lt;cell name=’statecode’ width=’100′ /&gt;&lt;cell name=’createdon’ width=’100′ /&gt;&lt;cell name=’ownerid’ width=’200′ /&gt;&lt;cell name=’owningbusinessunit’ width=’200′ /&gt;&lt;/row&gt;&lt;/grid&gt;</LayoutXml>
    <Name>Real-time Workflows</Name>
    <QueryType>0</QueryType>
    <ReturnedTypeCode>workflow</ReturnedTypeCode>
  </UserQuery>
  <UserQuery xmlns:xsi=”
http://www.w3.org/2001/XMLSchema-instance” xmlns:xsd=”http://www.w3.org/2001/XMLSchema”>
    <RecordId>00000000-0000-0000-0000-000000000000</RecordId>
    <AdvancedGroupBy />
    <ColumnSetXml />
    <ConditionalFormatting />
    <Description />
    <FetchXml>&lt;fetch version=’1.0′ output-format=’xml-platform’ mapping=’logical’ distinct=’false’&gt;&lt;entity name=’workflow’&gt;&lt;attribute name=’workflowid’/&gt;&lt;attribute name=’name’/&gt;&lt;attribute name=’category’/&gt;&lt;attribute name=’primaryentity’/&gt;&lt;attribute name=’statecode’/&gt;&lt;attribute name=’createdon’/&gt;&lt;attribute name=’ownerid’/&gt;&lt;attribute name=’owningbusinessunit’/&gt;&lt;attribute name=’type’/&gt;&lt;order attribute=’name’ descending=’false’/&gt;&lt;filter type=’and’&gt;&lt;condition attribute=’category’ operator=’eq’ value=’0’/&gt;&lt;/filter&gt;&lt;/entity&gt;&lt;/fetch&gt;</FetchXml>
    <LayoutXml>&lt;grid name=’resultset’ object=’4703′ jump=’name’ select=’1′ icon=’1′ preview=’0’&gt;&lt;row name=’result’ id=’workflowid’&gt;&lt;cell name=’name’ width=’300′ /&gt;&lt;cell name=’category’ width=’200′ /&gt;&lt;cell name=’primaryentity’ width=’200′ /&gt;&lt;cell name=’type’ ishidden=’1′ width=’100′ /&gt;&lt;cell name=’statecode’ width=’100′ /&gt;&lt;cell name=’createdon’ width=’100′ /&gt;&lt;cell name=’ownerid’ width=’200′ /&gt;&lt;cell name=’owningbusinessunit’ width=’200′ /&gt;&lt;/row&gt;&lt;/grid&gt;</LayoutXml>
    <Name>Workflows</Name>
    <QueryType>0</QueryType>
    <ReturnedTypeCode>workflow</ReturnedTypeCode>
  </UserQuery>
</Settings>

Hope it helps!

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s