Commit 2ca2e995 authored by Boxiang Sun's avatar Boxiang Sun

erp5_user_tutorial: Update user-Howto.Manage.Support.Request.NewUI

parent 08752926
<section class="master">
<h1>How to Manage Support Requests</h1>
<img src="http://img.erp5.cn/user-Howto.Manage.Support.Requests.Scenario?format=png" type="image/png" title="How to manage support requests" alt="How to manage support requests">
<footer>
by <a href="http://www.osoe-project.org/contact">OSOE Project</a>.
</footer>
<details open="open">
<p>From last tutorial we have learned the standard process of managing incoming Events. In this tutorial, we will specially introduce the process of how to manage the Ticket "Support Request", following the standard process of managing incoming Events explained in last tutorial.</p><p>Support Request is a kind of Ticket which the incoming Events (email, phonecall, fax, etc.) of your customers are assigned to, and which is a very important Ticket in ERP5 CRM because it allows you to manage all the interactions between your customer, your company and your supplier effectively, which helps consolidating the customer relations of your company.</p>
</details>
<test>
<table class="test" style="display: none;">
<tbody>
<tr style="opacity: 1;">
<td colspan="3">&lt;span metal:use-macro="container/Zuite_viewTestMacroLibrary/macros/init_test_environment"&gt;init&lt;/span&gt;</td>
</tr>
<tr>
<td>openAndWait</td>
<td>${base_url}/Zuite_setUpIncomingEventTest</td>
<td></td>
</tr>
<tr style="opacity: 1; z-index: 0;">
<td>verifyTextPresent</td>
<td>Init Ok</td>
<td></td>
</tr>
<tr style="opacity: 1;">
<td colspan="3">&lt;span metal:use-macro="container/Zuite_viewTestMacroLibrary/macros/wait_for_activities"&gt; Wait for activities &lt;/span&gt;</td>
</tr>
<tr style="opacity: 1; z-index: 0;">
<td colspan="3">&lt;span metal:use-macro="container/Zuite_viewTestMacroLibrary/macros/login_as_functional_test_user"&gt;Login As Functional Test User&lt;/span&gt;</td>
</tr>
</tbody>
</table>
</test>
</section><section>
<h1>Agenda</h1>
<ul>
<li>Create an incoming Event from the client's document</li>
<li>Define the Recipient - the team member responsible to reply to client</li>
<li>Create the Follow Up Ticket - a Support Request Ticket</li>
<li>Deliver the Event</li>
<li>Reply to the client</li>
</ul>
<details open="open"></details>
<test>
<table class="test" style="display: none;">
<tbody></tbody>
</table>
</test>
</section><section class="illustration">
<h1>The incoming Event workflow</h1>
<img src="http://img.erp5.cn/user-Events.Event.Workflow?format=png" type="image/png" title="The incoming Event workflow" alt="The incoming Event workflow">
<details open="open">
<p>
As you have learned from last tutorial, the second part of this illustration shows the standard process of Incoming Events: <strong>Declare as Received</strong>
,
<strong>Define the Event's Recipient</strong>
,
<strong>Create a Follow Up Ticket</strong>
and
<strong>Deliver</strong>
</p><p>Now we will explain in detail how to practice the process of managing Support Requests.</p>
</details>
<test>
<table class="test" style="display: none;">
<tbody></tbody>
</table>
</test>
</section><section class="illustration">
<h1>Scenario</h1>
<img type="image/png" src="http://img.erp5.cn/user-Howto.Manage.Support.Requests.Scenario?format=png" title="Scenario: a request for support of ERP5 instance configuration" alt="Scenario: a request for support of ERP5 instance configuration">
<details open="open">
<p>This tutorial is based on a scenario that will help you understand how to manage Support Requests and the role of this kind of Ticket.</p><p>Z Company is an electricity supplier and one of VIFIB clients who are using the ERP5 instance. John Scott Doe is the marketing manager of Z Company. From this year, as the other departments of Z Company, he starts to implement ERP5 to manage his marketing department, and specifically the ERP5 CRM for his business with his clients. In the very beginning of using this new instance, he met some difficulties in the configuration of the ERP5 instance, so he wrote to the ERP5 support team asking for help. Once the ERP5 support team receives the email from this client, someone in the team will create a new incoming Event in ERP5 in order to ask for someone who is capable in answering answer the request of John Doe.</p><p>Now please follow this scenario, combine with the standard incoming Events process you have learned, to see what's the steps to take in ERP5 to manage the support requests from your clients.</p>
</details>
<test>
<table class="test" style="display: none;">
<tbody></tbody>
</table>
</test>
</section><section class="screenshot">
<h1>Find the request sender John Doe in your ERP5</h1>
<img alt="Browse for John Doe in your ERP5" title="Browse for John Doe in your ERP5" type="image/png" src="http://img.erp5.cn/user-Howto.Manage.Support.Requests.Browse.Persons?format=png">
<details open="open">
<p>
In ERP5 CRM, in order to better manage the customer relations, once we receive an incoming email, phonecall or fax from our clients, we will have to <strong>create a new incoming Event from the support request sender's document</strong>
in order to tell our team that we receive a message from our client. In this way, all the support requests from our clients will be recorded immediately, and be assigned to personnel to handle them later.
</p><p>In our example, we will first create an incoming Event to inform our ERP5 support team that we have received an email from John Doe who is asking for help. As it is John Doe who sent this email, we will create the incoming Event directly from John Doe's Person Document, in order for the Event to be linked easily to John Doe in ERP5.</p><p>
In order to <strong>create an incoming Event from the request sender John Doe's document</strong>
, the
<strong>first step</strong>
will be to
<strong>reach John Doe's person document</strong>
in ERP5. To do so,
<strong>click on the “Browse” tab</strong>
of your instance Homepage, and
<strong>click on “Persons”.</strong>
</p>
</details>
<test>
<table class="test" style="display: none;">
<tbody>
<tr>
<td>selectAndWait</td>
<td>//select[@name="select_module"]</td>
<td>Persons</td>
</tr>
</tbody>
</table>
</test>
</section><section class="screenshot">
<h1>Click on John's line</h1>
<img type="image/png" src="http://img.erp5.cn/user-Howto.Manage.Support.Requests.Click.Persons.Line?format=png" title="Click on John's line" alt="Click on John's line">
<details open="open">
<p>
Then we will reach the list of Persons stored in your ERP5 instance. <strong>Click on John Doe's line</strong>
in order to reach his Person Document.
</p>
</details>
<test>
<table class="test" style="display: none;">
<tbody>
<tr style="opacity: 1;">
<td colspan="3">&lt;tal:block tal:content="structure python: here.Zuite_generateListboxBrowsing(listbox_selection=(['title', 'ZUITE-TEST-INCOMING-EVENT-PERSON-SUPERVISOR'],), enter_object=True)"/&gt;</td>
</tr>
<tr>
<td>verifyText</td>
<td>//div[@id="breadcrumb"]/a[2]</td>
<td>Persons</td>
</tr>
<tr>
<td>verifyText</td>
<td>//div[@id="breadcrumb"]/a[3]</td>
<td>ZUITE-TEST-INCOMING-EVENT-PERSON-SUPERVISOR</td>
</tr>
</tbody>
</table>
</test>
</section><section class="screenshot">
<h1>Open the Events tab</h1>
<img type="image/png" src="http://img.erp5.cn/user-Howto.Manage.Support.Requests.Open.Events.List?format=png" title="Open the Events tab in the person's document" alt="Open the Events tab in the person's document">
<details open="open">
<p>
Now that you have reached John Doe's Person Document, the <strong>second step</strong>
in order to create an incoming Event from the support request sender's document is to
<strong>reach the Event list of John Doe</strong>
by
<strong>clicking on the Event Tab</strong>
in John Doe's document.
</p>
</details>
<test>
<table class="test" style="display: none;">
<tbody>
<tr>
<td>clickAndWait</td>
<td>link=Events</td>
<td></td>
</tr>
</tbody>
</table>
</test>
</section><section class="screenshot">
<h1>The Events list is empty</h1>
<img type="image/png" src="http://img.erp5.cn/user-Howto.Manage.Support.Requests.Events.List.Empty?format=png" title="The Events list is empty" alt="The Events list is empty">
<details open="open">
<p>As you can see, the Events list of John Doe is still empty because until now, there is no Event related to John Doe, i.e., VIFIB hasn't had any interaction with him so far.</p>
</details>
<test>
<table class="test" style="display: none;">
<tbody>
<tr>
<td>verifyText</td>
<td>//span[@class="listbox-current-page-total-number"]</td>
<td>0 records</td>
</tr>
</tbody>
</table>
</test>
</section><section class="screenshot">
<h1>Create a new Event (1): Action list</h1>
<img type="image/png" src="http://img.erp5.cn/user-Howto.Manage.Support.Requests.Create.Event.Action.List?format=png" title="Click on 'Create New Event' on Action list" alt="Click on 'Create New Event' on Action list">
<details open="open">
<p>
Since we have received the mail message from our client John Doe asking for help, we will now create a new Event related to John Doe to record this message. To do so, <strong>open the “Action” item list and choose “Create New Event”</strong>
.
</p>
</details>
<test>
<table class="test" style="display: none;">
<tbody>
<tr>
<td>selectAndWait</td>
<td>//select[@name="select_action"]</td>
<td>Create New Event</td>
</tr>
</tbody>
</table>
</test>
</section><section class="screenshot">
<h1>Create a new Event (2): Set Event title, type and direction</h1>
<img type="image/png" src="http://img.erp5.cn/user-Howto.Manage.Support.Requests.Create.Event.Title.Type.Direction?format=png" title="Set incoming Event title, type and direction" alt="Set incoming Event title, type and direction">
<details open="open">
<p>
As you have learned in the previous tutorial “How to Prepare Outgoing Events”, when the new Event is created, you can first set the basic information such as <strong>Event title, type and direction</strong>
, etc. The only difference here is to
<strong>set the Event Direction to “In”</strong>
this time, because you want to create an Incoming Event, indicating that you have received an email in this case, and then you will enter this email in your ERP5 for someone of your team to process it.
</p><p>Now you can copy and paste the email you have received from your client John Doh into "Message" area, or you can also do it later in the Event edit page.</p><p>
In order to follow this tutorial, check <strong>Keep in draft state</strong>
option in order to create an Event on "Draft" State. Afterwards, we are going to learn how to declare it as received manually.
</p><p>
When you are done, <strong>click the “Create New Event”</strong>
button.
</p>
</details>
<test>
<table class="test" style="display: none;">
<tbody>
<tr>
<td>select</td>
<td>//select[@name="field_your_portal_type"]</td>
<td>Mail Message</td>
</tr>
<tr>
<td>type</td>
<td>//input[@name="field_your_title"]</td>
<td>ZUITE-TEST-INCOMING-EVENT-EVENT-001</td>
</tr>
<tr>
<td>select</td>
<td>//select[@name="field_your_resource"]</td>
<td>Test Functional Incoming Service</td>
</tr>
<tr>
<td>click</td>
<td>//input[@name="field_your_direction" and @value="incoming"]</td>
<td></td>
</tr>
<tr style="opacity: 1; z-index: 0;">
<td>click</td>
<td>//input[@name="field_your_keep_draft"]</td>
<td></td>
</tr>
<tr>
<td>clickAndWait</td>
<td>//button[@id="dialog_submit_button"]</td>
<td></td>
</tr>
</tbody>
</table>
</test>
</section><section class="screenshot">
<h1>"New Event created"</h1>
<img type="image/png" src="http://img.erp5.cn/user-Howto.Manage.Support.Requests.Create.Event.Draft.Event?format=png" title="New incoming Event has been created-state Draft" alt="New incoming Event has been created-state Draft">
<details open="open">
<p>
As you can see in the red area of the picture, a new Event has been created, which is in the <strong>“Draft” state</strong>
. The blue area shows the
<strong>Sender and Recipient fields</strong>
which have already been filled automatically, following this
<strong>rule</strong>
: The Sender is John Doe, because the incoming Event has been created from his person document. This act tells the ERP5 team that we have received an email from our client John Doe somewhere. The Recipient here is Jingjing XU, because this is the name of the
<strong>ERP5 user</strong>
who created this incoming Event. However,
<strong>this information can be changed later</strong>
, if we need to assign this incoming Event to someone else in our team to take care of it.
</p>
</details>
<test>
<table class="test" style="display: none;">
<tbody>
<tr>
<td>verifyText</td>
<td>//div[@id="transition_message"]</td>
<td>New event created.</td>
</tr>
<tr style="opacity: 1; z-index: 0;">
<td>verifyText</td>
<td>//label[normalize-space(text())='State']/../div</td>
<td>Draft</td>
</tr>
</tbody>
</table>
</test>
</section><section class="screenshot">
<h1>Create a new Event (3): Copy/paste the email you received</h1>
<img type="image/png" src="http://img.erp5.cn/user-Howto.Manage.Support.Requests.Create.Event.Copy.Message.Into.New.Incoming.Event?format=png" title="Copy/paste the email you received into the new incoming Event" alt="Copy/paste the email you received into the new incoming Event">
<details open="open">
<p>
Now, <strong>copy and paste the email you have received from your client John Doe into the red area: "Text Format"</strong>
. This area aims at showing the email you have received to all the persons of your team, which is the content of this new incoming Event. If you have done it in the previous step, you can just review and edit it as you want. And finally, don't forget to
<strong>save</strong>
your data changes.
</p>
</details>
<test>
<table class="test" style="display: none;">
<tbody>
<tr>
<td>waitForElementPresent</td>
<td>//div[@data-gadget-editable="field_my_text_content"]//textarea</td>
<td></td>
</tr>
<tr>
<td>type</td>
<td>//div[@data-gadget-editable="field_my_text_content"]//textarea</td>
<td>ZUITE-TEST-EVENT-CONTENT this is the content of our event.</td>
</tr>
<tr>
<td>clickAndWait</td>
<td>//button[@name="Base_edit:method"]</td>
<td></td>
</tr>
</tbody>
</table>
</test>
</section><section class="screenshot">
<h1>Create a new Event (4): "Receive" the Event</h1>
<img type="image/png" src="http://img.erp5.cn/user-Howto.Manage.Support.Requests.Receive.Event?format=png" title="Click on 'Declare as Received' on Action list" alt="Click on 'Declare as Received' on Action list">
<details open="open">
<p>
Now that you have <strong>drafted</strong>
all the necessary fields of this incoming Event, it is time to confirm that you have
<strong>received</strong>
this email from your client, the move will lead to the change of the Event's state as Received.
</p><p>
To do so, <strong>open the Action Item List and choose “Declare as Received”</strong>
.
</p>
</details>
<test>
<table class="test" style="display: none;">
<tbody>
<tr>
<td>selectAndWait</td>
<td>//select[@name="select_action"]</td>
<td>Declare as Received</td>
</tr>
<tr>
<td>clickAndWait</td>
<td>//button[@id="dialog_submit_button"]</td>
<td></td>
</tr>
</tbody>
</table>
</test>
</section><section class="screenshot">
<h1>Event "Received"</h1>
<img type="image/png" src="http://img.erp5.cn/user-Howto.Manage.Support.Requests.Create.Event.State.Received?format=png" title="Event Received" alt="Event Received">
<details open="open">
<p>As you can see on the screenshot, after we declared that the Event is received, the state of the newly created Event is now changed from "Draft" to "Received", which is the first state of an incoming Event, as you can see in the workflow of incoming Events in ERP5, shown on the left of the picture.</p>
</details>
<test>
<table class="test" style="display: none;">
<tbody>
<tr>
<td>storeValue</td>
<td>//textarea[@name="field_my_destination_title_list"]</td>
<td>user_title</td>
</tr>
<tr>
<td>verifyText</td>
<td>//label[normalize-space(text())='State']/../div</td>
<td>Received</td>
</tr>
<tr>
<td>clickAndWait</td>
<td>//button[@name="Base_edit:method"]</td>
<td></td>
</tr>
</tbody>
</table>
</test>
</section><section class="screenshot">
<h1>Define the "Recipient" - the person responsible to reply to client</h1>
<img src="http://img.erp5.cn/user-Howto.Manage.Support.Requests.Change.Recipient.Replier?format=png" type="image/png" title="Change the &quot;Recipient&quot; of the Event" alt="Change the &quot;Recipient&quot; of the Event">
<details open="open">
<p>Now it is time to define who should process this Event - the person in the ERP5 support team who will have to provide John Doe with an answer.
We will ask our team member “Yingjie XU” to take care of this Event.
</p><p>To be able to proceed with this step you must have already created the Person and user account for Yingjie XU by following the tutorial <a href="howto-Create.New.User">"How to create new User"</a>.
</p><p>
To assign the Event to “Yingjie XU”, first <strong>change the person name in the “Recipient” field</strong> from "Jingjing XU" (the default Recipient) to "Yingjie XU". Second, as usual, don't forget to <strong>"Save"</strong>.
</p><p>This step aims at indicating that “Yingjie XU” should receive this email from the client, and has to take care of it. So after the step that we "Receive" the Event, this Event will appear on Yingjie's worklist as "Received Events to Deliver", which we will show you later. In this way, Yingjie will know that he is responsible for handling a new incoming Event.</p>
</details>
<test>
<table class="test" style="display: none;">
<tbody></tbody>
</table>
</test>
</section><section class="screenshot">
<h1>Another focus: switch user</h1>
<img type="image/png" src="http://img.erp5.cn/user-Howto.Manage.Support.Requests.Switch.User.Log.Out?format=png" title="Switch user to reply incoming Event" alt="Switch user to reply incoming Event">
<details open="open">
<p>
Now the incoming Event has been <strong>"Received"</strong>
, the
<strong>"Recipient"</strong>
has been defined, and the
<strong>Follow Up Ticket</strong>
has been created, it is time for the "Replier" - the Recipient to offer support to the client. And all the following interactions between the Replier and the Client will be recorded under the Support Request Ticket we just created.
</p><p>
In this section, we will switch users in order to understand how users can be aware that they have Events to handle.<br>
<strong>Log out</strong>
by opening the “My favourites” item list, and choose
<strong>Log out</strong>
. After being logged out, we
<strong>log in as user “yingjie.xu”</strong>
in order to help you understand how incoming Events are displayed in the
<strong>worklist</strong>
of this user.
</p>
</details>
<test>
<table class="test" style="display: none;">
<tbody>
<tr style="opacity: 1; z-index: 0;">
<td colspan="3">&lt;span metal:use-macro="container/Zuite_viewTestMacroLibrary/macros/login_as_functional_another_test_user"&gt;Login As Another Functional Test User&lt;/span&gt;</td>
</tr>
<tr>
<td>openAndWait</td>
<td>${base_url}/view</td>
<td></td>
</tr>
<tr>
<td>selectAndWait</td>
<td>//select[@name="select_module"]</td>
<td>Events</td>
</tr>
</tbody>
</table>
</test>
</section><section class="screenshot">
<h1>Received Events in Worklist</h1>
<img type="image/png" src="http://img.erp5.cn/user-Howto.Manage.Support.Requests.Worklist.Received.Events.To.Deliver?format=png" title="Received Events to Deliver" alt="Received Events to Deliver">
<details open="open">
<p>
“Yingjie” is now logged in, and while opening his Worklist, we see that <strong>there are 1 "Received Events to Deliver”</strong>
to be treated. Let's <strong>click on this line</strong>.
</p>
</details>
<test>
<table class="test" style="display: none;">
<tbody></tbody>
</table>
</test>
</section><section class="screenshot">
<h1>Which Event should be processed ?</h1>
<img type="image/png" src="http://img.erp5.cn/user-Howto.Manage.Support.Requests.List.Received.Events.To.Deliver.Recipient.Choose?format=png" title="Choose in the &quot;Received Events&quot; List" alt="Choose in the &quot;Received Events&quot; List">
<details open="open">
<p>
This is the <strong>list of "Received Events to Deliver"</strong>, reached through the Worklist. All the Events declared as "Received" and have assigned to a "Recipient" will displayed on this list. In order to know who has to take care of them,
<strong>each user has to search for his person name in the Recipients field</strong>, and then he will
<strong>click now on this Event with the his name as the Recipeint order to process it</strong>. ERP5 can be also configured to only display the received events of the user who is currently logged in, but the standard ERP5 configuration for SMBs is to display all received events.
</p><p>Now we have reached the List through Yingjie's Worklist, we can see that there is 1 received Event to deliver (Normally there could be more Events on the list with different Recipients). So user "Yingjie” only has his name in one Event, which means that this is the only Event he is entitled to take care of. So click on this line in order to process it.</p>
</details>
<test>
<table class="test" style="display: none;">
<tbody>
<tr>
<td>verifyText</td>
<td>//div[@id="breadcrumb"]/a[2]</td>
<td>Events</td>
</tr>
<tr>
<td colspan="3">&lt;tal:block tal:content="structure python: here.Zuite_generateListboxBrowsing(listbox_selection=(['title', 'ZUITE-TEST-INCOMING-EVENT-EVENT-001'],), enter_object=True)"/&gt;</td>
</tr>
</tbody>
</table>
</test>
</section><section class="screenshot">
<h1>Assign this Event to a Support Request Ticket</h1>
<img type="image/png" src="http://img.erp5.cn/user-Howto.Manage.Support.Requests.Create.Follow.Up.Ticket?format=png" title="Assign Event to Ticket" alt="Assign Event to Ticket">
<details open="open">
<p>
According to the standard process of incoming Events, if the Event can be handled in a simple way, we can <strong>Create Response directly</strong>
from the Received Event's Action item list, as the option shown in the blue frame. But if the incoming Event needs to be handled in a complicated way, which needs a Ticket to contain many following Events, as is the case with the support request from our client, we will then need to
<strong>Create Follow Up Ticket</strong>
from the Received Event's Action item list, as the option shown in the red frame.
</p><p>
So the next step will be to assign this Event to a Ticket. If you remember correctly, a Ticket can be a campaign, a sale opportunity, a support request, a meeting, etc...In this case, the client has asked for help in his email, so this is clearly a Support Request that has to be created. In order to create this Support Request Ticket, <strong>open the Action Item List and choose the action “Create Follow Up Ticket”</strong>
</p>
</details>
<test>
<table class="test" style="display: none;">
<tbody>
<tr>
<td>selectAndWait</td>
<td>//select[@name="select_action"]</td>
<td>Create Follow-up Ticket</td>
</tr>
</tbody>
</table>
</test>
</section><section class="screenshot">
<h1>Create a Support Request - Set Ticket title, type and nature</h1>
<img alt="Set Ticket title, type and nature" title="Set Ticket title, type and nature" type="image/png" src="http://img.erp5.cn/user-Howto.Manage.Support.Requests.Create.Follow.Up.Ticket.Title.Type?format=png">
<details open="open">
<p>
Now you will choose the type of Ticket you want to assign this Event to. In the first field, you can enter a <strong>Ticket Title</strong>
. This title will be displayed in the field Follow-Up of this Event. After this, you can choose the
<strong>Ticket Type</strong>
. In our example, we will choose "Support Request" as Ticket type, which means that later we will be able to find this support request Ticket in the Support Request module of ERP5. After having been created, this Ticket can receive many different Events afterwards, such as the reply from ERP5 support team member, and the further questions from the client John Doe. When you are done,
<strong>click the “Create Follow Up Ticket” button</strong>
.
</p>
</details>
<test>
<table class="test" style="display: none;">
<tbody>
<tr>
<td>type</td>
<td>//input[@name="field_your_follow_up_ticket_title"]</td>
<td>ZUITE-TEST-INCOMING-EVENT-TICKET-TITLE-001</td>
</tr>
<tr>
<td>select</td>
<td>//select[@name="field_your_follow_up_ticket_type"]</td>
<td>Support Request</td>
</tr>
<tr>
<td>clickAndWait</td>
<td>//button[@id="dialog_submit_button"]</td>
<td></td>
</tr>
</tbody>
</table>
</test>
</section><section class="screenshot">
<h1>"Follow Up Ticket created"</h1>
<img alt="Follow Up Ticket created" title="Follow Up Ticket created" type="image/png" src="http://img.erp5.cn/user-Howto.Manage.Support.Requests.Follow.Up.Ticket.Created?format=png">
<details open="open">
<p>
As you can see stated in the left upside of the screenshot, the Follow Up Ticket of this incoming Event has been created. You can see the Ticket is displayed in the <strong>"Follow Up"</strong>
field in the Event's page.
</p><p>
The Follow Up Ticket is created in order to contain all the following Events that happen between the client and ERP5 team which are related to the original Event. We can easily access to it by <strong>clicking the plane icon</strong>
in the right side of this field.
</p>
</details>
<test>
<table class="test" style="display: none;">
<tbody>
<tr>
<td>verifyValue</td>
<td>//input[@name="field_my_default_follow_up_title"]</td>
<td>ZUITE-TEST-INCOMING-EVENT-TICKET-TITLE-001</td>
</tr>
<tr>
<td>clickAndWait</td>
<td>//input[@name="field_my_default_follow_up_title"]/../a</td>
<td>
<br>
</td>
</tr>
<tr>
<td>verifyText</td>
<td>//div[@id="breadcrumb"]/a[2]</td>
<td>Support Requests</td>
</tr>
<tr>
<td>storeLocation</td>
<td>support_request</td>
<td></td>
</tr>
<tr style="opacity: 1;">
<td colspan="3">&lt;span metal:use-macro="container/Zuite_viewTestMacroLibrary/macros/wait_for_activities"&gt; Wait for activities &lt;/span&gt;</td>
</tr>
<tr>
<td>openAndWait</td>
<td>${base_url}/Base_clearCache</td>
<td></td>
</tr>
<tr>
<td>assertTextPresent</td>
<td>Cleared.</td>
<td></td>
</tr>
</tbody>
</table>
</test>
</section><section class="screenshot">
<h1>Edit the Follow Up Ticket - Define the Operators</h1>
<img src="http://img.erp5.cn/user-Howto.Manage.Support.Requests.Edit.Follow.Up.Ticket?format=png" type="image/png" title="Edit the Follow Up Ticket " alt="Edit the Follow Up Ticket ">
<details open="open">
<p>Now we can access the Follow Up Ticket of the incoming Event - the Support Request Ticket we just created. In the page of the Ticket, as circled in red, you can now define the Manager, the Supervisor and the Operators, so they will know through their worklist that they are responsible to process the Ticket.</p><p>As circled in blue, you can already see the Event from which we created the Support Request Ticket has been contained in the Events List of this Ticket. From now on, every interaction that occurs between the operators and the client will be recorded in this Ticket, and clearly listed in the Events List.</p><p>Now we can return to the event and we will now explain how to provide client John Doe with an answer to his question.</p>
</details>
<test>
<table class="test" style="display: none;">
<tbody>
<tr>
<td>openAndWait</td>
<td>${support_request}</td>
<td></td>
</tr>
<tr>
<td>type</td>
<td>//input[@name="subfield_field_my_start_date_year"]</td>
<td>2011</td>
</tr>
<tr>
<td>type</td>
<td>//input[@name="subfield_field_my_start_date_month"]</td>
<td>01</td>
</tr>
<tr>
<td>type</td>
<td>//input[@name="subfield_field_my_start_date_day"]</td>
<td>12</td>
</tr>
<tr style="opacity: 1; z-index: 0;">
<td>type</td>
<td>//input[@name="subfield_field_my_stop_date_year"]</td>
<td>2012</td>
</tr>
<tr>
<td>type</td>
<td>//input[@name="subfield_field_my_stop_date_month"]</td>
<td>01</td>
</tr>
<tr>
<td>type</td>
<td>//input[@name="subfield_field_my_stop_date_day"]</td>
<td>02</td>
</tr>
<tr>
<td>type</td>
<td>//input[@name="field_my_quantity"]</td>
<td>10.0</td>
</tr>
<tr>
<td>select</td>
<td>//select[@name="field_my_quantity_unit"]</td>
<td>Time/Day</td>
</tr>
<tr>
<td>type</td>
<td>//input[@name="field_my_price"]</td>
<td>20.00</td>
</tr>
<tr>
<td>select</td>
<td>//select[@name="field_my_price_currency"]</td>
<td>EUR</td>
</tr>
<tr>
<td>clickAndWait</td>
<td>//button[@name="Base_edit:method"]</td>
<td></td>
</tr>
</tbody>
</table>
</test>
</section><!--<section class="screenshot">
<h1>Event "Delivered"</h1>
<img type="image/png" src="http://img.erp5.cn/user-Howto.Manage.Support.Requests.Event.Delivered?format=png" title="Event &quot;Delivered&quot;" alt="Event &quot;Delivered&quot;">
<details open="open">
<p>The state of the Event has then changed from "Received" to "Delivered" which means it is now acknowledged by someone to be taken care of.</p><p>
<strong>By delivering the Event which is the final step of Process incoming Events, the Recipient who is entitled to take care of the Event says to his team that the Event is taken into account and will be processed by him.</strong>
</p>
</details>
<test>
<table class="test" style="display: none;">
<tbody>
<tr>
<td>verifyText</td>
<td>//label[normalize-space(text())='State']/../div</td>
<td>Submitted</td>
</tr>
<tr>
<td>verifyValue</td>
<td>//input[@name="field_my_title"]</td>
<td>ZUITE-TEST-INCOMING-EVENT-TICKET-TITLE-001</td>
</tr>
</tbody>
</table>
</test>
</section>--><section class="screenshot">
<h1>Create Response to client</h1>
<img src="http://img.erp5.cn/user-Howto.Manage.Support.Requests.Create.Response?format=png" type="image/png" title="Create Response to client " alt="Create Response to client ">
<details open="open">
<p>Now it is time to reply to the client. If you remember, we have created a Follow Up Ticket for this Event in order to record all the following interactions related to the original Event. Just like the Events, which can be handled in a simple way and do not need to be assigned to a Follow Up Ticket, we will use the Action item List in the Event page to create responses to our clients. The only difference is, all the Events of replies or other interactions created from this Event will be related to it by "Event Origin" and be recorded in the Follow Up Ticket we created.</p><p>
Now we will <strong>click on "Create Response" in the Action item List</strong>
in the Event page to reply to our client, John Doe.
</p>
</details>
<test>
<table class="test" style="display: none;">
<tbody>
<tr style="opacity: 1; z-index: 0;">
<td>clickAndWait</td>
<td>link=ZUITE-TEST-INCOMING-EVENT-EVENT-001</td>
<td></td>
</tr>
<tr style="opacity: 1; z-index: 0;">
<td>verifyValue</td>
<td>//input[@name="field_my_title"]</td>
<td>ZUITE-TEST-INCOMING-EVENT-EVENT-001</td>
</tr>
<tr style="opacity: 1; z-index: 0;">
<td>selectAndWait</td>
<td>//select[@name="select_action"]</td>
<td>Create Response</td>
</tr>
</tbody>
</table>
</test>
</section><section class="screenshot">
<h1>Edit and send the response</h1>
<img type="image/png" src="http://img.erp5.cn/user-Howto.Manage.Support.Requests.Edit.Response?format=png" title="Edit the response" alt="Edit the response">
<details open="open">
<p>
Now we reached the Reponse editing page. We will first edit the reply in the "Message" field, then we will check the other information on this page such as Title, Date, etc. When you are sure everything is correctly edited, click on "Create Response", then <strong>the response will be sent to the client and will be created automatically as an outgoing Event in the "Sent" state</strong>
.
</p><p>
<strong>You should be very careful before clicking on "Create Response"</strong>
, because after this action, your message to the clients will be sent to them and cannot be modified any more.
</p>
</details>
<test>
<table class="test" style="display: none;">
<tbody>
<tr>
<td>waitForElementPresent</td>
<td>//div[@data-gadget-editable="field_your_response_event_text_content"]//textarea</td>
<td></td>
</tr>
<tr>
<td>type</td>
<td>//div[@data-gadget-editable="field_your_response_event_text_content"]//textarea</td>
<td>Some response</td>
</tr>
<tr style="opacity: 1; z-index: 0;">
<td>clickAndWait</td>
<td>//button[@id="dialog_submit_button"]</td>
<td></td>
</tr>
</tbody>
</table>
</test>
</section><section class="screenshot">
<h1>"Response Created"</h1>
<img type="image/png" src="http://img.erp5.cn/user-Howto.Manage.Support.Requests.Response.Created?format=png" title="&quot;Response Created&quot;" alt="&quot;Response Created&quot;">
<details open="open">
<p>
Here we are back to the original Event Mail Message from our client John Doe. As you can see on this page, it is stated <strong>"Response Created"</strong>
, which means this Information Request has been replied to.
</p><p>
You can still access the Response Event you have sent to clients to see the details, you just have to click on the <strong>"Related Events" tab</strong>
.
</p>
</details>
<test>
<table class="test" style="display: none;">
<tbody>
<tr>
<td>storeAttribute</td>
<td>//div[@id="breadcrumb"]/a[3]@href</td>
<td>waitack</td>
</tr>
<tr style="opacity: 1;">
<td colspan="3">&lt;span metal:use-macro="container/Zuite_viewTestMacroLibrary/macros/wait_for_activities"&gt; Wait for activities &lt;/span&gt;</td>
</tr>
<tr>
<td>openAndWait</td>
<td>${waitack}</td>
<td></td>
</tr>
</tbody>
</table>
</test>
</section><section class="screenshot">
<h1>The Related Events tab</h1>
<img type="image/png" src="http://img.erp5.cn/user-Howto.Manage.Support.Requests.Related.Events.Tab?format=png" title="Related Events tab" alt="Related Events tab">
<details open="open">
<p>
Now we are lead to the <strong>Related Events tab</strong>
of the original incoming Event from John Doe, which we "Declare as Received", "Deliver" and "Create Response".
</p><p>
As we just created one response to the original Event from John Doe, there is only one Event listed in the tab which is the Response mail we want to check. <strong>Click on this Event to open it</strong>
.
</p>
</details>
<test>
<table class="test" style="display: none;">
<tbody>
<tr>
<td>clickAndWait</td>
<td>link=Related Events</td>
<td></td>
</tr>
<tr>
<td>verifyText</td>
<td>//span[@class="listbox-current-page-total-number"]</td>
<td>1 records</td>
</tr>
<tr>
<td>clickAndWait</td>
<td>link=Re: ZUITE-TEST-INCOMING-EVENT-EVENT-001</td>
<td></td>
</tr>
</tbody>
</table>
</test>
</section><section class="screenshot">
<h1>The Sent Event - Response to client</h1>
<img type="image/png" src="http://img.erp5.cn/user-Howto.Manage.Support.Requests.Response.Event.Sent?format=png" title="Sent Event " alt="Sent Event ">
<details open="open">
<p>
Now we have access to the <strong>new Event created automatically</strong>
when we "Create Response" from the original incoming Event. The Event state is now
<strong>"sent”</strong>
, this means that the email containing the answer has been sent to the client, John Does's email address!
</p>
</details>
<test>
<table class="test" style="display: none;">
<tbody>
<tr style="opacity: 1; z-index: 0;">
<td>verifyText</td>
<td>//label[normalize-space(text())='State']/../div</td>
<td>Sent</td>
</tr>
<tr>
<td>select</td>
<td>//select[@name="field_my_resource"]</td>
<td>Test Functional Incoming Service</td>
</tr>
<tr>
<td>type</td>
<td>//input[@name="field_my_source_title"]</td>
<td>${user_title}</td>
</tr>
<tr>
<td>clickAndWait</td>
<td>//button[@name="Base_edit:method"]</td>
<td></td>
</tr>
<tr>
<td>selectAndWait</td>
<td>//select[@name="select_action"]</td>
<td>Deliver</td>
</tr>
<tr>
<td>clickAndWait</td>
<td>//button[@id="dialog_submit_button"]</td>
<td></td>
</tr>
<tr style="opacity: 1; z-index: 0;">
<td>verifyText</td>
<td>//label[normalize-space(text())='State']/../div</td>
<td>Delivered</td>
</tr>
</tbody>
</table>
</test>
</section><section class="screenshot">
<h1>Where is your processed Events (1)</h1>
<img type="image/png" src="http://img.erp5.cn/user-Howto.Manage.Support.Requests.Browse.Support.Requests?format=png" title="Browse for Support Requests" alt="Browse for Support Requests">
<details open="open">
<p>We will need to find all the related Events after we have communicated with the client, so we will go back to the Follow Up Ticket of the original Event, which we created to record all the related Events to the original Event from our clients.</p>As you remember the Ticket is a Support Request. In order to find it, <strong>click on the “Browse” tab</strong>
of your ERP5 instance Home Page, and
<strong>click on “Support Requests”</strong>
in order to reach the Support Request module.
<p>&nbsp;</p>
</details>
<test>
<table class="test" style="display: none;">
<tbody>
<tr>
<td>selectAndWait</td>
<td>//select[@name="select_module"]</td>
<td>Events</td>
</tr>
<tr>
<td>verifyText</td>
<td>//div[@id="breadcrumb"]/a[2]</td>
<td>Events</td>
</tr>
</tbody>
</table>
</test>
</section><section class="screenshot">
<h1>Where is your processed Events (2)</h1>
<img src="http://img.erp5.cn/user-Howto.Manage.Support.Requests.Browse.For.Support.Requests.Module?format=png" type="image/png" title="Browse for Support Requests module" alt="Browse for Support Requests module">
<details open="open">
<p>
The red line highlights the Support Request Ticket we created when we assigned the incoming Event.<strong>Click on this line</strong>
in order to open this support Request Ticket.
</p>
</details>
<test>
<table class="test" style="display: none;">
<tbody>
<tr>
<td>clickAndWait</td>
<td>//button[@name="Folder_show:method"]</td>
<td></td>
</tr>
<tr>
<td>type</td>
<td>//tr[@class='listbox-search-line']/th[@class="listbox-table-filter-cell"]/input[@name='listbox_title']</td>
<td>%ZUITE-TEST-INCOMING-EVENT-EVENT-001</td>
</tr>
<tr>
<td>clickAndWait</td>
<td>//input[@name="Base_doSelect:method"]</td>
<td></td>
</tr>
<tr>
<td>verifyText</td>
<td>//span[@class="listbox-current-page-total-number"]</td>
<td>2 records</td>
</tr>
</tbody>
</table>
</test>
</section><section class="screenshot">
<h1>Your processed Events in Follow Up Ticket</h1>
<img type="image/png" src="http://img.erp5.cn/user-Howto.Manage.Support.Requests.Processed.Events.In.Follow.Up.Ticket?format=png" title="Processed Events in the Ticket" alt="Processed Events in the Ticket">
<details open="open">
<p>
We can see first that not much information has been edited, but you can do it now. Indeed, we have just created this ticket but not edited it yet. You can find some help in the tutorial <strong>“How to Create a Marketing Campaign”</strong>
in order to understand which field is used for what (the Campaign and Support Request Tickets look exactly the same indeed).
</p><p>
<strong>The red area displays all the related Events stored in this ticket</strong>
. As you can see there are three Events listed: the first one is the original Event which is the incoming Event we created to notice our team of John's question. This Event is in the "Delivered" state, because user “Yingjie” acknowledged it. The second and third ones are the answers that we created for John Doe. These Events are in the “Sent” state, because the email was sent to the client!
</p><p>
<strong>From now on, this Support Request can be used if in the future, client John Doe sends new emails about configuration problems</strong>
. The only thing you will have to do in order to add Events to this Support Requests, is to open the “Action” item list and select “Create new Event”. Then the new Event will be created and associated automatically to the Ticket, as described in the
<strong>“How to Prepare Outgoing Events”</strong>
tutorial.
</p>
</details>
<test>
<table class="test" style="display: none;">
<tbody>
<tr style="opacity: 1;">
<td colspan="3">&lt;span metal:use-macro="container/Zuite_viewTestMacroLibrary/macros/login_as_manager"&gt;Login As Manager&lt;/span&gt;</td>
</tr>
<tr>
<td>openAndWait</td>
<td>${base_url}/view</td>
<td></td>
</tr>
<tr>
<td>selectAndWait</td>
<td>//select[@name="select_module"]</td>
<td>Support Requests</td>
</tr>
<tr>
<td colspan="3">&lt;tal:block tal:content="structure python: here.Zuite_generateListboxBrowsing(listbox_selection=(['title', 'ZUITE-TEST-INCOMING-EVENT-TICKET-TITLE-001'],), enter_object=True)"/&gt;</td>
</tr>
<tr>
<td>verifyText</td>
<td>//span[@class="listbox-current-page-total-number"]</td>
<td>2 records</td>
</tr>
<tr style="opacity: 1;">
<td colspan="3">&lt;span metal:use-macro="container/Zuite_viewTestMacroLibrary/macros/login_as_manager"&gt;Login As Manager&lt;/span&gt;</td>
</tr>
<tr>
<td>openAndWait</td>
<td>${base_url}/Zuite_tearDownIncomingEventTest</td>
<td></td>
</tr>
<tr>
<td>verifyTextPresent</td>
<td>Clean Ok</td>
<td></td>
</tr>
<tr style="opacity: 1;">
<td colspan="3">&lt;span metal:use-macro="container/Zuite_viewTestMacroLibrary/macros/wait_for_activities"&gt; Wait for activities &lt;/span&gt;</td>
</tr>
</tbody>
</table>
</test>
</section>
\ No newline at end of file
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="Test Page" module="erp5.portal_type"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_Access_contents_information_Permission</string> </key>
<value>
<tuple>
<string>Assignee</string>
<string>Assignor</string>
<string>Associate</string>
<string>Manager</string>
<string>Owner</string>
</tuple>
</value>
</item>
<item>
<key> <string>_Add_portal_content_Permission</string> </key>
<value>
<tuple>
<string>Assignor</string>
<string>Manager</string>
</tuple>
</value>
</item>
<item>
<key> <string>_Change_local_roles_Permission</string> </key>
<value>
<tuple>
<string>Assignor</string>
<string>Manager</string>
</tuple>
</value>
</item>
<item>
<key> <string>_Modify_portal_content_Permission</string> </key>
<value>
<tuple>
<string>Manager</string>
</tuple>
</value>
</item>
<item>
<key> <string>_View_Permission</string> </key>
<value>
<tuple>
<string>Assignee</string>
<string>Assignor</string>
<string>Associate</string>
<string>Manager</string>
<string>Owner</string>
</tuple>
</value>
</item>
<item>
<key> <string>_count</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>_mt_index</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
</value>
</item>
<item>
<key> <string>_tree</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent>
</value>
</item>
<item>
<key> <string>categories</string> </key>
<value>
<tuple>
<string>follow_up/project_module/82</string>
<string>group/nexedi</string>
<string>contributor/person_module/1088</string>
<string>contributor/person_module/20110828-41AAD33</string>
<string>follow_up/product_module/148</string>
<string>contributor/person_module/590</string>
<string>contributor/person_module/2326</string>
<string>contributor/person_module/20110829-FF7377</string>
<string>contributor/person_module/20111027-2BE16E4</string>
<string>classification/collaborative/project</string>
<string>publication_section/documentation/user</string>
<string>publication_section/documentation</string>
<string>contributor/person_module/851</string>
<string>contributor/person_module/20120219-45BE264</string>
<string>publication_section/tutorial</string>
</tuple>
</value>
</item>
<item>
<key> <string>content_md5</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>text/html</string> </value>
</item>
<item>
<key> <string>default_reference</string> </key>
<value> <string>user-Howto.Manage.Support.Request</string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string>In this presentation, you will learn how to manage support requests with ERP5 CRM.</string> </value>
</item>
<item>
<key> <string>effective_date</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>format</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>user-Howto.Manage.Support.Request.007.en</string> </value>
</item>
<item>
<key> <string>int_index</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>language</string> </key>
<value> <string>en</string> </value>
</item>
<item>
<key> <string>portal_type</string> </key>
<value> <string>Test Page</string> </value>
</item>
<item>
<key> <string>short_title</string> </key>
<value> <string>Manage Support Requests</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>How to Manage Support Requests</string> </value>
</item>
<item>
<key> <string>version</string> </key>
<value> <string>007</string> </value>
</item>
<item>
<key> <string>workflow_history</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAU=</string> </persistent>
</value>
</item>
</dictionary>
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<global name="Length" module="BTrees.Length"/>
</pickle>
<pickle> <int>0</int> </pickle>
</record>
<record id="3" aka="AAAAAAAAAAM=">
<pickle>
<global name="OOBTree" module="BTrees.OOBTree"/>
</pickle>
<pickle>
<none/>
</pickle>
</record>
<record id="4" aka="AAAAAAAAAAQ=">
<pickle>
<global name="OOBTree" module="BTrees.OOBTree"/>
</pickle>
<pickle>
<none/>
</pickle>
</record>
<record id="5" aka="AAAAAAAAAAU=">
<pickle>
<global name="PersistentMapping" module="Persistence.mapping"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>data</string> </key>
<value>
<dictionary>
<item>
<key> <string>document_publication_workflow</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAY=</string> </persistent>
</value>
</item>
<item>
<key> <string>edit_workflow</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAc=</string> </persistent>
</value>
</item>
<item>
<key> <string>processing_status_workflow</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAg=</string> </persistent>
</value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</pickle>
</record>
<record id="6" aka="AAAAAAAAAAY=">
<pickle>
<global name="WorkflowHistoryList" module="Products.ERP5Type.patches.WorkflowTool"/>
</pickle>
<pickle>
<tuple>
<none/>
<list>
<dictionary>
<item>
<key> <string>action</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>actor</string> </key>
<value> <string>klaus.woelfel</string> </value>
</item>
<item>
<key> <string>comment</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>error_message</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>time</string> </key>
<value>
<object>
<klass>
<global id="6.1" name="DateTime" module="DateTime.DateTime"/>
</klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>1413967838.33</float>
<string>UTC</string>
</tuple>
</state>
</object>
</value>
</item>
<item>
<key> <string>validation_state</string> </key>
<value> <string>draft</string> </value>
</item>
</dictionary>
<dictionary>
<item>
<key> <string>action</string> </key>
<value> <string>publish_action</string> </value>
</item>
<item>
<key> <string>actor</string> </key>
<value> <string>klaus.woelfel</string> </value>
</item>
<item>
<key> <string>comment</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>error_message</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>time</string> </key>
<value>
<object>
<klass> <reference id="6.1"/> </klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>1413992121.43</float>
<string>UTC</string>
</tuple>
</state>
</object>
</value>
</item>
<item>
<key> <string>validation_state</string> </key>
<value> <string>draft</string> </value>
</item>
</dictionary>
<dictionary>
<item>
<key> <string>action</string> </key>
<value> <string>publish</string> </value>
</item>
<item>
<key> <string>actor</string> </key>
<value> <string>klaus.woelfel</string> </value>
</item>
<item>
<key> <string>comment</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>error_message</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>time</string> </key>
<value>
<object>
<klass> <reference id="6.1"/> </klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>1413992121.44</float>
<string>UTC</string>
</tuple>
</state>
</object>
</value>
</item>
<item>
<key> <string>validation_state</string> </key>
<value> <string>published</string> </value>
</item>
</dictionary>
<dictionary>
<item>
<key> <string>action</string> </key>
<value> <string>archive</string> </value>
</item>
<item>
<key> <string>actor</string> </key>
<value> <string>ni.yan</string> </value>
</item>
<item>
<key> <string>comment</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>error_message</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>time</string> </key>
<value>
<object>
<klass> <reference id="6.1"/> </klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>1468940635.3</float>
<string>UTC</string>
</tuple>
</state>
</object>
</value>
</item>
<item>
<key> <string>validation_state</string> </key>
<value> <string>archived</string> </value>
</item>
</dictionary>
</list>
</tuple>
</pickle>
</record>
<record id="7" aka="AAAAAAAAAAc=">
<pickle>
<global name="WorkflowHistoryList" module="Products.ERP5Type.patches.WorkflowTool"/>
</pickle>
<pickle>
<tuple>
<none/>
<list>
<dictionary>
<item>
<key> <string>action</string> </key>
<value> <string>edit</string> </value>
</item>
<item>
<key> <string>actor</string> </key>
<value> <string>klaus.woelfel</string> </value>
</item>
<item>
<key> <string>comment</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>error_message</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>0.0.0.0</string> </value>
</item>
<item>
<key> <string>state</string> </key>
<value> <string>current</string> </value>
</item>
<item>
<key> <string>time</string> </key>
<value>
<object>
<klass>
<global id="7.1" name="DateTime" module="DateTime.DateTime"/>
</klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>1413967838.29</float>
<string>UTC</string>
</tuple>
</state>
</object>
</value>
</item>
</dictionary>
<dictionary>
<item>
<key> <string>action</string> </key>
<value> <string>edit</string> </value>
</item>
<item>
<key> <string>actor</string> </key>
<value> <string>klaus.woelfel</string> </value>
</item>
<item>
<key> <string>comment</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAk=</string> </persistent>
</value>
</item>
<item>
<key> <string>error_message</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>0.0.0.0</string> </value>
</item>
<item>
<key> <string>state</string> </key>
<value> <string>current</string> </value>
</item>
<item>
<key> <string>time</string> </key>
<value>
<object>
<klass> <reference id="7.1"/> </klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>1413967838.36</float>
<string>UTC</string>
</tuple>
</state>
</object>
</value>
</item>
</dictionary>
<dictionary>
<item>
<key> <string>action</string> </key>
<value> <string>edit</string> </value>
</item>
<item>
<key> <string>actor</string> </key>
<value> <string>klaus.woelfel</string> </value>
</item>
<item>
<key> <string>comment</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>error_message</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>938.27284.35511.22801</string> </value>
</item>
<item>
<key> <string>state</string> </key>
<value> <string>current</string> </value>
</item>
<item>
<key> <string>time</string> </key>
<value>
<object>
<klass> <reference id="7.1"/> </klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>1413967875.7</float>
<string>UTC</string>
</tuple>
</state>
</object>
</value>
</item>
</dictionary>
<dictionary>
<item>
<key> <string>action</string> </key>
<value> <string>edit</string> </value>
</item>
<item>
<key> <string>actor</string> </key>
<value> <string>klaus.woelfel</string> </value>
</item>
<item>
<key> <string>comment</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>error_message</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>938.27285.10899.39833</string> </value>
</item>
<item>
<key> <string>state</string> </key>
<value> <string>current</string> </value>
</item>
<item>
<key> <string>time</string> </key>
<value>
<object>
<klass> <reference id="7.1"/> </klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>1413967890.74</float>
<string>UTC</string>
</tuple>
</state>
</object>
</value>
</item>
</dictionary>
<dictionary>
<item>
<key> <string>action</string> </key>
<value> <string>edit</string> </value>
</item>
<item>
<key> <string>actor</string> </key>
<value> <string>klaus.woelfel</string> </value>
</item>
<item>
<key> <string>comment</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>error_message</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>938.27285.27214.18824</string> </value>
</item>
<item>
<key> <string>state</string> </key>
<value> <string>current</string> </value>
</item>
<item>
<key> <string>time</string> </key>
<value>
<object>
<klass> <reference id="7.1"/> </klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>1413968353.09</float>
<string>UTC</string>
</tuple>
</state>
</object>
</value>
</item>
</dictionary>
<dictionary>
<item>
<key> <string>action</string> </key>
<value> <string>edit</string> </value>
</item>
<item>
<key> <string>actor</string> </key>
<value> <string>klaus.woelfel</string> </value>
</item>
<item>
<key> <string>comment</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>error_message</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>938.27293.8108.52701</string> </value>
</item>
<item>
<key> <string>state</string> </key>
<value> <string>current</string> </value>
</item>
<item>
<key> <string>time</string> </key>
<value>
<object>
<klass> <reference id="7.1"/> </klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>1413977587.63</float>
<string>UTC</string>
</tuple>
</state>
</object>
</value>
</item>
</dictionary>
<dictionary>
<item>
<key> <string>action</string> </key>
<value> <string>edit</string> </value>
</item>
<item>
<key> <string>actor</string> </key>
<value> <string>klaus.woelfel</string> </value>
</item>
<item>
<key> <string>comment</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>error_message</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>938.27447.2391.28347</string> </value>
</item>
<item>
<key> <string>state</string> </key>
<value> <string>current</string> </value>
</item>
<item>
<key> <string>time</string> </key>
<value>
<object>
<klass> <reference id="7.1"/> </klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>1413977630.29</float>
<string>UTC</string>
</tuple>
</state>
</object>
</value>
</item>
</dictionary>
<dictionary>
<item>
<key> <string>action</string> </key>
<value> <string>edit</string> </value>
</item>
<item>
<key> <string>actor</string> </key>
<value> <string>klaus.woelfel</string> </value>
</item>
<item>
<key> <string>comment</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>error_message</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>938.27447.48867.6468</string> </value>
</item>
<item>
<key> <string>state</string> </key>
<value> <string>current</string> </value>
</item>
<item>
<key> <string>time</string> </key>
<value>
<object>
<klass> <reference id="7.1"/> </klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>1413991171.77</float>
<string>UTC</string>
</tuple>
</state>
</object>
</value>
</item>
</dictionary>
<dictionary>
<item>
<key> <string>action</string> </key>
<value> <string>edit</string> </value>
</item>
<item>
<key> <string>actor</string> </key>
<value> <string>klaus.woelfel</string> </value>
</item>
<item>
<key> <string>comment</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>error_message</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>938.27673.29356.63795</string> </value>
</item>
<item>
<key> <string>state</string> </key>
<value> <string>current</string> </value>
</item>
<item>
<key> <string>time</string> </key>
<value>
<object>
<klass> <reference id="7.1"/> </klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>1413992043.66</float>
<string>UTC</string>
</tuple>
</state>
</object>
</value>
</item>
</dictionary>
<dictionary>
<item>
<key> <string>action</string> </key>
<value> <string>edit</string> </value>
</item>
<item>
<key> <string>actor</string> </key>
<value> <string>superg</string> </value>
</item>
<item>
<key> <string>comment</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>error_message</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>940.10023.31051.28381</string> </value>
</item>
<item>
<key> <string>state</string> </key>
<value> <string>current</string> </value>
</item>
<item>
<key> <string>time</string> </key>
<value>
<object>
<klass> <reference id="7.1"/> </klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>1450111895.17</float>
<string>UTC</string>
</tuple>
</state>
</object>
</value>
</item>
</dictionary>
<dictionary>
<item>
<key> <string>action</string> </key>
<value> <string>edit</string> </value>
</item>
<item>
<key> <string>actor</string> </key>
<value> <string>supersven</string> </value>
</item>
<item>
<key> <string>comment</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>error_message</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>947.51380.938.37161</string> </value>
</item>
<item>
<key> <string>state</string> </key>
<value> <string>current</string> </value>
</item>
<item>
<key> <string>time</string> </key>
<value>
<object>
<klass> <reference id="7.1"/> </klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>1458220677.35</float>
<string>UTC</string>
</tuple>
</state>
</object>
</value>
</item>
</dictionary>
<dictionary>
<item>
<key> <string>action</string> </key>
<value> <string>edit</string> </value>
</item>
<item>
<key> <string>actor</string> </key>
<value> <string>supersven</string> </value>
</item>
<item>
<key> <string>comment</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>error_message</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>949.58333.62993.30483</string> </value>
</item>
<item>
<key> <string>state</string> </key>
<value> <string>current</string> </value>
</item>
<item>
<key> <string>time</string> </key>
<value>
<object>
<klass> <reference id="7.1"/> </klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>1458220682.11</float>
<string>UTC</string>
</tuple>
</state>
</object>
</value>
</item>
</dictionary>
<dictionary>
<item>
<key> <string>action</string> </key>
<value> <string>edit</string> </value>
</item>
<item>
<key> <string>actor</string> </key>
<value> <string>supersven</string> </value>
</item>
<item>
<key> <string>comment</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>error_message</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>949.58334.2601.30651</string> </value>
</item>
<item>
<key> <string>state</string> </key>
<value> <string>current</string> </value>
</item>
<item>
<key> <string>time</string> </key>
<value>
<object>
<klass> <reference id="7.1"/> </klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>1458220689.4</float>
<string>UTC</string>
</tuple>
</state>
</object>
</value>
</item>
</dictionary>
</list>
</tuple>
</pickle>
</record>
<record id="8" aka="AAAAAAAAAAg=">
<pickle>
<global name="WorkflowHistoryList" module="Products.ERP5Type.patches.WorkflowTool"/>
</pickle>
<pickle>
<tuple>
<none/>
<list>
<dictionary>
<item>
<key> <string>action</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>actor</string> </key>
<value> <string>klaus.woelfel</string> </value>
</item>
<item>
<key> <string>comment</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>error_message</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>external_processing_state</string> </key>
<value> <string>empty</string> </value>
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>0.0.0.0</string> </value>
</item>
<item>
<key> <string>time</string> </key>
<value>
<object>
<klass>
<global id="8.1" name="DateTime" module="DateTime.DateTime"/>
</klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>1413967838.3</float>
<string>UTC</string>
</tuple>
</state>
</object>
</value>
</item>
</dictionary>
<dictionary>
<item>
<key> <string>action</string> </key>
<value> <string>detect_uploaded_file</string> </value>
</item>
<item>
<key> <string>actor</string> </key>
<value> <string>klaus.woelfel</string> </value>
</item>
<item>
<key> <string>comment</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>error_message</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>external_processing_state</string> </key>
<value> <string>uploaded</string> </value>
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>0.0.0.0</string> </value>
</item>
<item>
<key> <string>time</string> </key>
<value>
<object>
<klass> <reference id="8.1"/> </klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>1413967838.31</float>
<string>UTC</string>
</tuple>
</state>
</object>
</value>
</item>
</dictionary>
<dictionary>
<item>
<key> <string>action</string> </key>
<value> <string>detect_converted_file</string> </value>
</item>
<item>
<key> <string>actor</string> </key>
<value> <string>klaus.woelfel</string> </value>
</item>
<item>
<key> <string>comment</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>error_message</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>external_processing_state</string> </key>
<value> <string>converted</string> </value>
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>0.0.0.0</string> </value>
</item>
<item>
<key> <string>time</string> </key>
<value>
<object>
<klass> <reference id="8.1"/> </klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>1413967838.32</float>
<string>UTC</string>
</tuple>
</state>
</object>
</value>
</item>
</dictionary>
</list>
</tuple>
</pickle>
</record>
<record id="9" aka="AAAAAAAAAAk=">
<pickle>
<global name="Message" module="Products.ERP5Type.Message"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>default</string> </key>
<value> <string>Object copied from ${source_item}</string> </value>
</item>
<item>
<key> <string>domain</string> </key>
<value> <string>erp5_ui</string> </value>
</item>
<item>
<key> <string>mapping</string> </key>
<value>
<dictionary>
<item>
<key> <string>source_item</string> </key>
<value> <string>/nexedi/test_page_module/user-Howto.Manage.Support.Request</string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>message</string> </key>
<value> <string>Object copied from ${source_item}</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="Role Definition" module="erp5.portal_type"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_count</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>_folder_handler</string> </key>
<value> <string>CMFBTreeFolderHandler</string> </value>
</item>
<item>
<key> <string>_mt_index</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
</value>
</item>
<item>
<key> <string>_tree</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent>
</value>
</item>
<item>
<key> <string>categories</string> </key>
<value>
<tuple>
<string>agent/person_module/453</string>
<string>agent/person_module/424</string>
</tuple>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>1</string> </value>
</item>
<item>
<key> <string>portal_type</string> </key>
<value> <string>Role Definition</string> </value>
</item>
<item>
<key> <string>role_name</string> </key>
<value> <string>Assignee</string> </value>
</item>
<item>
<key> <string>workflow_history</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAU=</string> </persistent>
</value>
</item>
</dictionary>
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<global name="Length" module="BTrees.Length"/>
</pickle>
<pickle> <int>0</int> </pickle>
</record>
<record id="3" aka="AAAAAAAAAAM=">
<pickle>
<global name="OOBTree" module="BTrees.OOBTree"/>
</pickle>
<pickle>
<none/>
</pickle>
</record>
<record id="4" aka="AAAAAAAAAAQ=">
<pickle>
<global name="OOBTree" module="BTrees.OOBTree"/>
</pickle>
<pickle>
<none/>
</pickle>
</record>
<record id="5" aka="AAAAAAAAAAU=">
<pickle>
<global name="PersistentMapping" module="Persistence.mapping"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>data</string> </key>
<value>
<dictionary>
<item>
<key> <string>edit_workflow</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAY=</string> </persistent>
</value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</pickle>
</record>
<record id="6" aka="AAAAAAAAAAY=">
<pickle>
<global name="WorkflowHistoryList" module="Products.ERP5Type.patches.WorkflowTool"/>
</pickle>
<pickle>
<tuple>
<none/>
<list>
<dictionary>
<item>
<key> <string>action</string> </key>
<value> <string>edit</string> </value>
</item>
<item>
<key> <string>actor</string> </key>
<value> <string>klaus.woelfel</string> </value>
</item>
<item>
<key> <string>comment</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>error_message</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>0.0.0.0</string> </value>
</item>
<item>
<key> <string>state</string> </key>
<value> <string>current</string> </value>
</item>
<item>
<key> <string>time</string> </key>
<value>
<object>
<klass>
<global id="6.1" name="DateTime" module="DateTime.DateTime"/>
</klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>1413967838.36</float>
<string>UTC</string>
</tuple>
</state>
</object>
</value>
</item>
</dictionary>
<dictionary>
<item>
<key> <string>action</string> </key>
<value> <string>edit</string> </value>
</item>
<item>
<key> <string>actor</string> </key>
<value> <string>klaus.woelfel</string> </value>
</item>
<item>
<key> <string>comment</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAc=</string> </persistent>
</value>
</item>
<item>
<key> <string>error_message</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>0.0.0.0</string> </value>
</item>
<item>
<key> <string>state</string> </key>
<value> <string>current</string> </value>
</item>
<item>
<key> <string>time</string> </key>
<value>
<object>
<klass> <reference id="6.1"/> </klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>1413967838.37</float>
<string>UTC</string>
</tuple>
</state>
</object>
</value>
</item>
</dictionary>
</list>
</tuple>
</pickle>
</record>
<record id="7" aka="AAAAAAAAAAc=">
<pickle>
<global name="Message" module="Products.ERP5Type.Message"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>default</string> </key>
<value> <string>Object copied from ${source_item}</string> </value>
</item>
<item>
<key> <string>domain</string> </key>
<value> <string>erp5_ui</string> </value>
</item>
<item>
<key> <string>mapping</string> </key>
<value>
<dictionary>
<item>
<key> <string>source_item</string> </key>
<value> <string>/nexedi/test_page_module/user-Howto.Manage.Support.Request</string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>message</string> </key>
<value> <string>Object copied from ${source_item}</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="Embedded File" module="erp5.portal_type"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_count</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>_mt_index</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
</value>
</item>
<item>
<key> <string>_tree</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>2</string> </value>
</item>
<item>
<key> <string>portal_type</string> </key>
<value> <string>Embedded File</string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>workflow_history</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAU=</string> </persistent>
</value>
</item>
</dictionary>
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<global name="Length" module="BTrees.Length"/>
</pickle>
<pickle> <int>0</int> </pickle>
</record>
<record id="3" aka="AAAAAAAAAAM=">
<pickle>
<global name="OOBTree" module="BTrees.OOBTree"/>
</pickle>
<pickle>
<none/>
</pickle>
</record>
<record id="4" aka="AAAAAAAAAAQ=">
<pickle>
<global name="OOBTree" module="BTrees.OOBTree"/>
</pickle>
<pickle>
<none/>
</pickle>
</record>
<record id="5" aka="AAAAAAAAAAU=">
<pickle>
<global name="PersistentMapping" module="Persistence.mapping"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>data</string> </key>
<value>
<dictionary>
<item>
<key> <string>edit_workflow</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAY=</string> </persistent>
</value>
</item>
<item>
<key> <string>embedded_workflow</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAc=</string> </persistent>
</value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</pickle>
</record>
<record id="6" aka="AAAAAAAAAAY=">
<pickle>
<global name="WorkflowHistoryList" module="Products.ERP5Type.patches.WorkflowTool"/>
</pickle>
<pickle>
<tuple>
<none/>
<list>
<dictionary>
<item>
<key> <string>action</string> </key>
<value> <string>edit</string> </value>
</item>
<item>
<key> <string>actor</string> </key>
<value> <string>klaus.woelfel</string> </value>
</item>
<item>
<key> <string>comment</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>error_message</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>0.0.0.0</string> </value>
</item>
<item>
<key> <string>state</string> </key>
<value> <string>current</string> </value>
</item>
<item>
<key> <string>time</string> </key>
<value>
<object>
<klass>
<global id="6.1" name="DateTime" module="DateTime.DateTime"/>
</klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>1413967838.37</float>
<string>UTC</string>
</tuple>
</state>
</object>
</value>
</item>
</dictionary>
<dictionary>
<item>
<key> <string>action</string> </key>
<value> <string>edit</string> </value>
</item>
<item>
<key> <string>actor</string> </key>
<value> <string>klaus.woelfel</string> </value>
</item>
<item>
<key> <string>comment</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAg=</string> </persistent>
</value>
</item>
<item>
<key> <string>error_message</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>0.0.0.0</string> </value>
</item>
<item>
<key> <string>state</string> </key>
<value> <string>current</string> </value>
</item>
<item>
<key> <string>time</string> </key>
<value>
<object>
<klass> <reference id="6.1"/> </klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>1413967838.39</float>
<string>UTC</string>
</tuple>
</state>
</object>
</value>
</item>
</dictionary>
</list>
</tuple>
</pickle>
</record>
<record id="7" aka="AAAAAAAAAAc=">
<pickle>
<global name="WorkflowHistoryList" module="Products.ERP5Type.patches.WorkflowTool"/>
</pickle>
<pickle>
<tuple>
<none/>
<list>
<dictionary>
<item>
<key> <string>action</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>actor</string> </key>
<value> <string>klaus.woelfel</string> </value>
</item>
<item>
<key> <string>comment</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>error_message</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>time</string> </key>
<value>
<object>
<klass>
<global name="DateTime" module="DateTime.DateTime"/>
</klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>1413967838.38</float>
<string>UTC</string>
</tuple>
</state>
</object>
</value>
</item>
<item>
<key> <string>validation_state</string> </key>
<value> <string>embedded</string> </value>
</item>
</dictionary>
</list>
</tuple>
</pickle>
</record>
<record id="8" aka="AAAAAAAAAAg=">
<pickle>
<global name="Message" module="Products.ERP5Type.Message"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>default</string> </key>
<value> <string>Object copied from ${source_item}</string> </value>
</item>
<item>
<key> <string>domain</string> </key>
<value> <string>erp5_ui</string> </value>
</item>
<item>
<key> <string>mapping</string> </key>
<value>
<dictionary>
<item>
<key> <string>source_item</string> </key>
<value> <string>/nexedi/test_page_module/user-Howto.Manage.Support.Request</string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>message</string> </key>
<value> <string>Object copied from ${source_item}</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="Embedded File" module="erp5.portal_type"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts21263998.25</string> </value>
</item>
<item>
<key> <string>_count</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>_mt_index</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
</value>
</item>
<item>
<key> <string>_tree</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent>
</value>
</item>
<item>
<key> <string>categories</string> </key>
<value>
<tuple>
<string>classification/kb/standard</string>
<string>publication_section/documentation/user</string>
<string>group/nexedi/tiolive</string>
<string>contributor/person_module/20110829-FF7377</string>
</tuple>
</value>
</item>
<item>
<key> <string>content_md5</string> </key>
<value> <string>3087ba4eb04d563d0bcd31c1e4ed7340</string> </value>
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>image/png</string> </value>
</item>
<item>
<key> <string>data</string> </key>
<value> <string encoding="base64">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
aAEQr9d74403rly5csCAAe+8887YsWPLy8tr1omx42L83bVr1//973933HHH5s2bMf3BBx8MHz68
Qd9DU06BfXbo0KEjRox499132cbt27fjamFhod1uf+qpp1599VXMcObMmc8991yDCkYQRIOheuk2
RnsVMF7HUUW7d+8eNGjQkiVLTjvttChmvmzZsi+++GLbtm06nW7atGmoultuuWXkyJGoMbbDhg0b
0IW7du3Co+MqbkeXhOeA4glXV60ZNrQAuH3BggU5OTnZ2dl5eXm333672+2O0CIlimJZWdkDDzyA
8uvZs+fTTz/90EMPffPNN1H8TurzwYkTJ3744Yfa6tdffz169Gi07/Llyz/66CP8Jm022w033ICF
RK83rmwEQTQAqpduM7RXAd90000oA1DlhybetGlTFDNfunTpE088kZGRAWrY98wzz6BsRo0a9emn
n7IdUBsXX3zxxo0bUcClpaUYz/Xr16+hGTZi/xUrVmAUnqRy3XXX/fTTT5FPpLKy8pFHHsFwGdP3
3HPPa6+91oBvoWmnoDFp0qT58+fv2bOHfUUo4AsuuAATqPBXXnmlR48eoNYo3HXXXSRggmg5qF66
DdBeBbxz585a0/UkcldGDK9Rtyw9bNgwjHQxgVswzMXAF3VbXl5+9dVXr1279uabb8Y7gKFDh0bo
e1JXho3Yf+/evXgslkaxneIkVcaOHcsSiYmJWOz6fKRBRTolZ511ltFoRO+igPHbW7Nmzdy5c3E7
3j9hKMz2wbd2797d6LIRBNF4qF669WivAh44cCCLgJFG1D/XOgxJSxcVFSUkJLB0bGxsSUkJqAL2
+Xw7duw4cuTI8OHDR44c+fLLL4Magp9++umRD1drho3YHxPx8fEsnZWVdaqzVDCbzVq6Kf+6GnoK
GmjfcePGrVq16u6778ZbFlzFrw63l5WVWa1Vj7kRhNrm8yUIomWgeunWoL0KePHixRh9Ytg0ePDg
JUuWRDdz/CvU/v5Yay6o1unVq9emTZsOHTqECsF0dnY2KhkFfPHFFzciw0bsjxu1fyGRY+6o09BT
CAeDdYx6/X4/xsETJkxgJdfpdC6XSxTb618g0R6RQB3dDrX89SZC4hPwxGVwWQqk5EHef+A/T8KT
RVCk7RALsX+Bv1wBV3SBLn7wb4ftC2DBB/BBhKOwxM1w81JYesoCtAmoXrplaa+Xv2HDhm3durWZ
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</string> </value>
</item>
<item>
<key> <string>default_reference</string> </key>
<value> <string>user-how-to-login-screeshot</string> </value>
</item>
<item>
<key> <string>default_source_reference</string> </key>
<value> <string>img0.png</string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>height</string> </key>
<value> <int>409</int> </value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>3</string> </value>
</item>
<item>
<key> <string>portal_type</string> </key>
<value> <string>Embedded File</string> </value>
</item>
<item>
<key> <string>short_title</string> </key>
<value> <string>How to log In</string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <int>39444</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>How to log In</string> </value>
</item>
<item>
<key> <string>version</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>width</string> </key>
<value> <int>640</int> </value>
</item>
<item>
<key> <string>workflow_history</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAU=</string> </persistent>
</value>
</item>
</dictionary>
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<global name="Length" module="BTrees.Length"/>
</pickle>
<pickle> <int>0</int> </pickle>
</record>
<record id="3" aka="AAAAAAAAAAM=">
<pickle>
<global name="OOBTree" module="BTrees.OOBTree"/>
</pickle>
<pickle>
<none/>
</pickle>
</record>
<record id="4" aka="AAAAAAAAAAQ=">
<pickle>
<global name="OOBTree" module="BTrees.OOBTree"/>
</pickle>
<pickle>
<none/>
</pickle>
</record>
<record id="5" aka="AAAAAAAAAAU=">
<pickle>
<global name="PersistentMapping" module="Persistence.mapping"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>data</string> </key>
<value>
<dictionary>
<item>
<key> <string>edit_workflow</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAY=</string> </persistent>
</value>
</item>
<item>
<key> <string>embedded_workflow</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAc=</string> </persistent>
</value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</pickle>
</record>
<record id="6" aka="AAAAAAAAAAY=">
<pickle>
<global name="WorkflowHistoryList" module="Products.ERP5Type.patches.WorkflowTool"/>
</pickle>
<pickle>
<tuple>
<none/>
<list>
<dictionary>
<item>
<key> <string>action</string> </key>
<value> <string>edit</string> </value>
</item>
<item>
<key> <string>actor</string> </key>
<value> <string>klaus.woelfel</string> </value>
</item>
<item>
<key> <string>comment</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>error_message</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>0.0.0.0</string> </value>
</item>
<item>
<key> <string>state</string> </key>
<value> <string>current</string> </value>
</item>
<item>
<key> <string>time</string> </key>
<value>
<object>
<klass>
<global id="6.1" name="DateTime" module="DateTime.DateTime"/>
</klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>1413967838.39</float>
<string>UTC</string>
</tuple>
</state>
</object>
</value>
</item>
</dictionary>
<dictionary>
<item>
<key> <string>action</string> </key>
<value> <string>edit</string> </value>
</item>
<item>
<key> <string>actor</string> </key>
<value> <string>klaus.woelfel</string> </value>
</item>
<item>
<key> <string>comment</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAg=</string> </persistent>
</value>
</item>
<item>
<key> <string>error_message</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>0.0.0.0</string> </value>
</item>
<item>
<key> <string>state</string> </key>
<value> <string>current</string> </value>
</item>
<item>
<key> <string>time</string> </key>
<value>
<object>
<klass> <reference id="6.1"/> </klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>1413967838.4</float>
<string>UTC</string>
</tuple>
</state>
</object>
</value>
</item>
</dictionary>
</list>
</tuple>
</pickle>
</record>
<record id="7" aka="AAAAAAAAAAc=">
<pickle>
<global name="WorkflowHistoryList" module="Products.ERP5Type.patches.WorkflowTool"/>
</pickle>
<pickle>
<tuple>
<none/>
<list>
<dictionary>
<item>
<key> <string>action</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>actor</string> </key>
<value> <string>klaus.woelfel</string> </value>
</item>
<item>
<key> <string>comment</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>error_message</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>time</string> </key>
<value>
<object>
<klass>
<global name="DateTime" module="DateTime.DateTime"/>
</klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>1413967838.39</float>
<string>UTC</string>
</tuple>
</state>
</object>
</value>
</item>
<item>
<key> <string>validation_state</string> </key>
<value> <string>embedded</string> </value>
</item>
</dictionary>
</list>
</tuple>
</pickle>
</record>
<record id="8" aka="AAAAAAAAAAg=">
<pickle>
<global name="Message" module="Products.ERP5Type.Message"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>default</string> </key>
<value> <string>Object copied from ${source_item}</string> </value>
</item>
<item>
<key> <string>domain</string> </key>
<value> <string>erp5_ui</string> </value>
</item>
<item>
<key> <string>mapping</string> </key>
<value>
<dictionary>
<item>
<key> <string>source_item</string> </key>
<value> <string>/nexedi/test_page_module/user-Howto.Manage.Support.Request</string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>message</string> </key>
<value> <string>Object copied from ${source_item}</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="Embedded File" module="erp5.portal_type"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts40268530.36</string> </value>
</item>
<item>
<key> <string>_count</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>_mt_index</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
</value>
</item>
<item>
<key> <string>_tree</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent>
</value>
</item>
<item>
<key> <string>content_md5</string> </key>
<value> <string>8760ecc3b8af45dd84ac399ec7868b3d</string> </value>
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>image/png</string> </value>
</item>
<item>
<key> <string>data</string> </key>
<value> <string encoding="base64">/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBggGBQkIBwgKCQkKDRYODQwMDSQTFBAWHxwhIB8c
Hh4jLCw2IyUsJR4eKy8sNCc0LzQ0IShENTYsQSw8QDQBCQoKDQsNGQ4OGTAkHiQ1NDUsKTUpLDQ0
NSw0NSwsNTU1NCwpLCwsNSwxKikpNTQsKTQsLCwsNDU0NDQpLSw0LP/AABEIACgAKQMBIgACEQED
EQH/xAAcAAACAQUBAAAAAAAAAAAAAAAABwUBAgMGCAT/xAAzEAACAQIEBAIHCQEAAAAAAAABAgMA
BAURMUEHEiFRBiITQlJTYWLBJDNxgZGhsbLwFf/EABgBAQEBAQEAAAAAAAAAAAAAAAUDBAYC/8QA
IREAAgIBBAIDAAAAAAAAAAAAAQIAAxEEEjFBEyFRofD/2gAMAwEAAhEDEQA/AHeaoSFGZ03oJ61o
HELxtDhllLbRP0HlkKnq7ewPqarTS1rbRM+ovWlc8k+gPky/H+IEthikL2SCayik5JRvKDqVO2W3
etyw7ELfE7GK7tJRLDMvMrDf/dq5+hvDiHgW/v55s7lrpwqLoqKgPTsOoAqU4bcQWwe59BduWs5T
nKuvIfeKP7DfXakdRpE2A1cj7mDS33KzeY5Geuo+qKxRSpPEskbK6MAyspzBB0INZaJi8h/E0l9D
gNxJhkXpLhVz5Qcm5d+X5stKSGI3+A3U6tjUc75L5EWZkHXfoP1roUilXxQ8AJNFLiljFlGSXnRR
923vAOx9Yfn3pHRXqua277hms0+51tyRj4mj2v8AyBglwlkSbFmYyAsTsM+p66ZVDRz4LFIpso2L
A9Crn61dBE1l4buoHXlYysuX4qKnuGnD6TxJeie5Vkw+Aj0r6Fz7C/Hudh8TSdtvjUEgDA/YmGjT
hmfDMcn1759cmMbhLLikuCTG5Tlw7m+ylz5s8/MF+XP988qYGVYoIIraBIYUWOJFCqijIKBoAKy1
ztjb2LYjtSeNAuZWrHUOpVgCCMiCNaKK8ykV2P8AC+e7x6CLDiIsNnk55G3twNQBvn6vbQ6UxsKw
u2wbDorKyiEUEK8qgfyTuTqTRRVLLncAMZCqhKydonuoooqcvP/Z</string> </value>
</item>
<item>
<key> <string>filename</string> </key>
<value> <string>a.png</string> </value>
</item>
<item>
<key> <string>height</string> </key>
<value> <int>40</int> </value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>agenda_123123111_screenshot</string> </value>
</item>
<item>
<key> <string>portal_type</string> </key>
<value> <string>Embedded File</string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <int>837</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Agenda 123123111</string> </value>
</item>
<item>
<key> <string>width</string> </key>
<value> <int>41</int> </value>
</item>
<item>
<key> <string>workflow_history</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAU=</string> </persistent>
</value>
</item>
</dictionary>
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<global name="Length" module="BTrees.Length"/>
</pickle>
<pickle> <int>0</int> </pickle>
</record>
<record id="3" aka="AAAAAAAAAAM=">
<pickle>
<global name="OOBTree" module="BTrees.OOBTree"/>
</pickle>
<pickle>
<none/>
</pickle>
</record>
<record id="4" aka="AAAAAAAAAAQ=">
<pickle>
<global name="OOBTree" module="BTrees.OOBTree"/>
</pickle>
<pickle>
<none/>
</pickle>
</record>
<record id="5" aka="AAAAAAAAAAU=">
<pickle>
<global name="PersistentMapping" module="Persistence.mapping"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>data</string> </key>
<value>
<dictionary>
<item>
<key> <string>edit_workflow</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAY=</string> </persistent>
</value>
</item>
<item>
<key> <string>embedded_workflow</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAc=</string> </persistent>
</value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</pickle>
</record>
<record id="6" aka="AAAAAAAAAAY=">
<pickle>
<global name="WorkflowHistoryList" module="Products.ERP5Type.patches.WorkflowTool"/>
</pickle>
<pickle>
<tuple>
<none/>
<list>
<dictionary>
<item>
<key> <string>action</string> </key>
<value> <string>edit</string> </value>
</item>
<item>
<key> <string>actor</string> </key>
<value> <string>klaus.woelfel</string> </value>
</item>
<item>
<key> <string>comment</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>error_message</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>0.0.0.0</string> </value>
</item>
<item>
<key> <string>state</string> </key>
<value> <string>current</string> </value>
</item>
<item>
<key> <string>time</string> </key>
<value>
<object>
<klass>
<global id="6.1" name="DateTime" module="DateTime.DateTime"/>
</klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>1413967838.4</float>
<string>UTC</string>
</tuple>
</state>
</object>
</value>
</item>
</dictionary>
<dictionary>
<item>
<key> <string>action</string> </key>
<value> <string>edit</string> </value>
</item>
<item>
<key> <string>actor</string> </key>
<value> <string>klaus.woelfel</string> </value>
</item>
<item>
<key> <string>comment</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAg=</string> </persistent>
</value>
</item>
<item>
<key> <string>error_message</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>0.0.0.0</string> </value>
</item>
<item>
<key> <string>state</string> </key>
<value> <string>current</string> </value>
</item>
<item>
<key> <string>time</string> </key>
<value>
<object>
<klass> <reference id="6.1"/> </klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>1413967838.4</float>
<string>UTC</string>
</tuple>
</state>
</object>
</value>
</item>
</dictionary>
</list>
</tuple>
</pickle>
</record>
<record id="7" aka="AAAAAAAAAAc=">
<pickle>
<global name="WorkflowHistoryList" module="Products.ERP5Type.patches.WorkflowTool"/>
</pickle>
<pickle>
<tuple>
<none/>
<list>
<dictionary>
<item>
<key> <string>action</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>actor</string> </key>
<value> <string>klaus.woelfel</string> </value>
</item>
<item>
<key> <string>comment</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>error_message</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>time</string> </key>
<value>
<object>
<klass>
<global name="DateTime" module="DateTime.DateTime"/>
</klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>1413967838.4</float>
<string>UTC</string>
</tuple>
</state>
</object>
</value>
</item>
<item>
<key> <string>validation_state</string> </key>
<value> <string>embedded</string> </value>
</item>
</dictionary>
</list>
</tuple>
</pickle>
</record>
<record id="8" aka="AAAAAAAAAAg=">
<pickle>
<global name="Message" module="Products.ERP5Type.Message"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>default</string> </key>
<value> <string>Object copied from ${source_item}</string> </value>
</item>
<item>
<key> <string>domain</string> </key>
<value> <string>erp5_ui</string> </value>
</item>
<item>
<key> <string>mapping</string> </key>
<value>
<dictionary>
<item>
<key> <string>source_item</string> </key>
<value> <string>/nexedi/test_page_module/user-Howto.Manage.Support.Request</string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>message</string> </key>
<value> <string>Object copied from ${source_item}</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<section class="master">
<h1>How to Manage Support Requests</h1>
<img alt="How to manage support requests" src="http://img.erp5.cn/user-Howto.Manage.Support.Requests.Scenario?format=png" title="How to manage support requests" type="image/png" />
<footer>by <a href="http://www.osoe-project.org/contact">OSOE Project</a>.</footer>
<details open="open">
<p>This visual guide is part of a collection of documents created by the One Student One ERP (OSOE) project in collaboration with Institut Mines Telecom, Telecom Bretagne, Dresden University of Technology and the South Westfalia University of Applied Sciences. It can be used to teach modern ERP theory and practice to undergraduate students or professionals.</p>
<p><b>Copyright</b>: You are free to copy, distribute, display, and perform the work under the following conditions: you must attribute the work in the manner specified by the author or licensor; you may not use this work for any commercial purposes including training, consulting, advertising, self-advertising, publishing, etc.; you may not alter, transform, or build upon this work. For any reuse or distribution, you must make clear to others the license terms of this work. Any of these conditions can be waived if you get permission from the copyright holder through a commercial license or an educational license. For more information, contact info@nexedi.com</p>
</details>
<test>
<table class="test" style="display: none;">
<tbody>
<tr style="opacity: 1;">
<td colspan="3">&lt;span metal:use-macro=&quot;container/Zuite_viewTestMacroLibrary/macros/init_test_environment&quot;&gt;init&lt;/span&gt;</td>
</tr>
<tr>
<td>openAndWait</td>
<td>${base_url}/Zuite_setUpIncomingEventTest</td>
<td>&nbsp;</td>
</tr>
<tr style="opacity: 1; z-index: 0;">
<td>verifyTextPresent</td>
<td>Init Ok</td>
<td>&nbsp;</td>
</tr>
<tr style="opacity: 1;">
<td colspan="3">&lt;span metal:use-macro=&quot;container/Zuite_viewTestMacroLibrary/macros/wait_for_activities&quot;&gt; Wait for activities &lt;/span&gt;</td>
</tr>
<tr style="opacity: 1; z-index: 0;">
<td colspan="3">&lt;span metal:use-macro=&quot;container/Zuite_viewTestMacroLibrary/macros/login_as_functional_test_user&quot;&gt;Login As Functional Test User&lt;/span&gt;</td>
</tr>
</tbody>
</table>
</test></section>
<section>
<h1>Agenda</h1>
<ul>
<li>Create an incoming Event from the client&#39;s document</li>
<li>Define the Recipient - the team member responsible to reply to client</li>
<li>Create the Follow Up Ticket - a Support Request Ticket</li>
<li>Deliver the Event</li>
<li>Reply to the client</li>
</ul>
<details open="open">
<p>Support Request is a kind of Ticket which the incoming Events (email, phone call, fax, etc.) of your customers are assigned to, and which is a very important Ticket in ERP5 CRM because it allows you to manage all the interactions between your customer, your company and your supplier effectively, which helps consolidating the customer relations of your company.</p>
<p>From last tutorial we have learned the standard process of managing incoming Events. In this tutorial, we will specially introduce the process of how to manage the Ticket &quot;Support Request&quot;, following the standard process of managing incoming Events explained in last tutorial.</p>
</details>
<test>
<table class="test" style="display: none;">
<tbody>
</tbody>
</table>
</test></section>
<section class="illustration">
<h1>The incoming Event workflow</h1>
<img alt="The incoming Event workflow" src="http://img.erp5.cn/user-Events.Event.Workflow?format=png" title="The incoming Event workflow" type="image/png" />
<details open="open">
<p>As you have learned from last tutorial, the second part of this illustration shows the standard process of Incoming Events: <strong>Declare as Received</strong> , <strong>Define the Event&#39;s Recipient</strong> , <strong>Create a Follow Up Ticket</strong> and <strong>Deliver</strong></p>
<p>Now we will explain in detail how to practice this process in managing Support Requests.</p>
</details>
<test>
<table class="test" style="display: none;">
<tbody>
</tbody>
</table>
</test></section>
<section class="illustration">
<h1>Scenario</h1>
<img alt="Scenario: a request for support of ERP5 instance configuration" src="http://img.erp5.cn/user-Howto.Manage.Support.Requests.Scenario?format=png" title="Scenario: a request for support of ERP5 instance configuration" type="image/png" />
<details open="open">
<p>This tutorial is based on a scenario that will help you understand how to manage Support Requests and the role of this kind of Ticket.</p>
<p>Z Company is an electricity supplier, one of VIFIB clients who are using the ERP5 instance. John Scott Doh is the marketing manager of Z Company. From this year, as the other departments of Z Company, he starts to implement the ERP5 to manage his marketing department, and specially the ERP5 CRM for his business with his clients. In the very beginning of using this new instance, he met some difficulties in the configuration of the ERP5 instance, so he wrote to the ERP5 support team asking for help. When the ERP5 support team receives the email from this client, someone in the team will create a new incoming Event in ERP5 in order to ask for someone who is capable to answer to the request of John Doh.</p>
<p>Now please follow this scenario, combine with the standard incoming Events process you have learned, to see what&#39;s the steps to take in ERP5 to manage the support requests from your clients.</p>
</details>
<test>
<table class="test" style="display: none;">
<tbody>
</tbody>
</table>
</test></section>
<section class="screenshot">
<h1>Find the request sender John Doh in your ERP5</h1>
<p><img alt="Browse for John Doh in your ERP5" src="https://img.erp5.cn/user-Howto.Add.People.Check.Creation.1.Modules.Persons.Svg?format=png" title="Check person creation (1): Click on the 'Modules' tab" type="image/svg+xml" /></p>
<details open="open">
<p>In ERP5 CRM, in order to better manage the customer relations, once we receive an incoming email, phonecall or fax from our clients, we will have to <strong>create a new incoming Event from the support request sender&#39;s document</strong> in order to tell our team that we receive a message from our client. In this way, all the support requests from our clients will be recorded immediately, and be assigned to personnel to handle them later.</p>
<p>In our example, we will first create an incoming Event to inform our ERP5 support team that we have received an email from John Doh who is asking for help. As it is John Doh who sent this email, we will create the incoming Event directly from John Doh&#39;s Person Document, in order for the Event to be linked easily to John Doh in ERP5.</p>
<p>In order to <strong>create an incoming Event from the request sender John Doh&#39;s document</strong> , the <strong>first step</strong> will be to <strong>reach John Doh&#39;s person document</strong> in ERP5. To do so, <strong>click on the &ldquo;Browse&rdquo; tab</strong> of your instance Homepage, and <strong>click on &ldquo;Persons&rdquo;.</strong></p>
</details>
<test>
<table class="test" style="display: none;">
<tbody>
<tr>
<td colspan="3">&lt;tal:block tal:define=&quot;click_configuration python: {&#39;text&#39;: &#39;Modules&#39;}&quot;&gt; &lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/click_on_panel_link&quot; /&gt; &lt;/tal:block&gt;</td>
</tr>
<tr>
<td colspan="3">&lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/wait_for_content_loaded&quot;&gt; &lt;/tal:block&gt;</td>
</tr>
<tr>
<td colspan="3">&lt;tal:block tal:define=&quot;click_configuration python: {&#39;text&#39;: &#39;Persons&#39;}&quot;&gt; &lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/click_on_page_link&quot;&gt; &lt;/tal:block&gt; &lt;/tal:block&gt;</td>
</tr>
<tr>
<td colspan="3">&lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/wait_for_content_loaded&quot;&gt;&lt;/tal:block&gt;</td>
</tr>
<tr>
<td colspan="3">&lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/wait_for_listbox_loaded&quot; /&gt;</td>
</tr>
</tbody>
</table>
</test></section>
<section class="screenshot">
<h1>Click on John&#39;s line</h1>
<img alt="Click on John's line" src="http://img.erp5.cn/user-Howto.Manage.Support.Requests.Click.Persons.Line.Svg?format=png" title="Click on John's line" type="image/png" />
<details open="open">
<p>Then we will reach list of Persons stored in your ERP5 instance, <strong>click on John Doh&#39;s line</strong> in order to reach his Person Document.</p>
</details>
<test>
<table class="test" style="display: none;">
<tbody>
<tr>
<td>waitForElementPresent</td>
<td>//a[contains(text(), &quot;ZUITE-TEST-INCOMING-EVENT-PERSON-SUPERVISOR&quot;)]</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>click</td>
<td>//a[contains(text(), &quot;ZUITE-TEST-INCOMING-EVENT-PERSON-SUPERVISOR&quot;)]</td>
<td>&nbsp;</td>
</tr>
<tr>
<td colspan="3">&lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/wait_for_content_loaded&quot;&gt; &lt;/tal:block&gt;</td>
</tr>
</tbody>
</table>
</test></section>
<section class="screenshot">
<h1>Open the Events tab</h1>
<img alt="Open the Events tab in the person's document" src="http://img.erp5.cn/user-Howto.Manage.Support.Requests.Open.Events.List.Svg?format=png" title="Open the Events tab in the person's document" type="image/png" />
<details open="open">
<p>Now that you have reached John Doh&#39;s Person Document, the <strong>second step</strong> in order to create an incoming Event from the support request sender&#39;s document is to <strong>reach the Event list of John Doh</strong> by <strong>Click on the Event Tab</strong> in John Doh&#39;s document.</p>
</details>
<test>
<table class="test" style="display: none;">
<tbody>
<tr>
<td colspan="3">&lt;tal:block tal:define=&quot;click_configuration python: {&#39;text&#39;: &#39;Events&#39;}&quot;&gt; &lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/click_on_panel_link&quot; /&gt; &lt;/tal:block&gt;</td>
</tr>
<tr>
<td colspan="3">&lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/wait_for_content_loaded&quot;&gt;&lt;/tal:block&gt;</td>
</tr>
</tbody>
</table>
</test></section>
<section class="screenshot">
<h1>The Events list is empty</h1>
<img alt="The Events list is empty" src="http://img.erp5.cn/user-Howto.Manage.Support.Requests.Events.List.Empty.Svg?format=png" title="The Events list is empty" type="image/png" />
<details open="open">
<p>As you can see, the Events list of John Doh is still empty because until now, there is no Event related to John Doh, i.e., VIFIB hasn&#39;t had any interaction with him so far.</p>
</details>
<test>
<table class="test" style="display: none;">
<tbody>
</tbody>
</table>
</test></section>
<section class="screenshot">
<h1>Create a new Event (1): Action list</h1>
<img alt="Click on 'Create New Event' on Action list" src="http://img.erp5.cn/user-Howto.Manage.Support.Requests.Create.Event.Action.List.Svg?format=png" title="Click on 'Create New Event' on Action list" type="image/png" />
<details open="open">
<p>Since we have received the mail message from our client John Doh asking for help, we will now create a new Event related to John Doh to record this message. To do so, <strong>open the &ldquo;Action&rdquo; item list and choose &ldquo;Create New Event&rdquo;</strong> .</p>
</details>
<test>
<table class="test" style="display: none;">
<tbody>
<tr>
<td colspan="3">&lt;tal:block tal:define=&quot;click_configuration python: {&#39;text&#39;: &#39;Create New Event&#39;}&quot;&gt; &lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/click_on_panel_link&quot;&gt; &lt;/tal:block&gt; &lt;/tal:block&gt;</td>
</tr>
<tr>
<td colspan="3">&lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/wait_for_content_loaded&quot;&gt; &lt;/tal:block&gt;</td>
</tr>
</tbody>
</table>
</test></section>
<section class="screenshot">
<h1>Create a new Event (2): Set Event title, type and direction</h1>
<p><img alt="Set incoming Event title, type and direction" src="http://img.erp5.cn/user-Howto.Manage.Support.Requests.Create.Event.Title.Type.Direction.Svg?format=png" title="Set incoming Event title, type and direction" type="image/png" /></p>
<p><img alt="Set incoming Event title, type and direction" src="http://img.erp5.cn/user-Howto.Manage.Support.Requests.Create.Event.Title.Type.Direction.2.Svg?format=png" title="Set incoming Event title, type and direction" type="image/png" />&nbsp;2</p>
<details open="open">
<p>As you have learned in the previous tutorial &ldquo;How to Prepare Outgoing Events&rdquo;, when the new Event is created, you can first set the basic information such as <strong>Event title, type and direction</strong> , etc. The only difference here is to <strong>set the Event Direction to &ldquo;In&rdquo;</strong> this time, because you want to create an Incoming Event, indicating that you have received an email in this case, and then you will enter this email in your ERP5 for someone of your team to process it.</p>
<p>Now you can copy and paste the email you have received from your client John Doh into &quot;Message&quot; area, or you can also do it later in the Event edit page.</p>
<p>In order to follow this tutorial, check <strong>Keep in draft state</strong> option in order to create an Event on &quot;Draft&quot; State. Afterwards, we are going to learn how to learn how to declare it as received manually.</p>
<p>When you are done, <strong>click the &ldquo;Create New Event&rdquo;</strong> button.</p>
</details>
<test>
<table class="test" style="display: none;">
<tbody>
<tr>
<td>click</td>
<td>//input[@name=&quot;editable&quot;]</td>
<td>&nbsp;</td>
</tr>
<tr>
<td colspan="3">&lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/wait_for_content_loaded&quot;&gt; &lt;/tal:block&gt;</td>
</tr>
<tr>
<td>waitForElementPresent</td>
<td>//input[@name=&quot;field_your_title&quot;]</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>select</td>
<td>//select[@name=&quot;field_your_portal_type&quot;]</td>
<td>Mail Message</td>
</tr>
<tr>
<td>type</td>
<td>//input[@name=&quot;field_your_title&quot;]</td>
<td>ZUITE-TEST-INCOMING-EVENT-EVENT-001</td>
</tr>
<tr>
<td>click</td>
<td>//input[@name=&quot;field_your_direction&quot; and @value=&quot;incoming&quot;]</td>
<td>&nbsp;</td>
</tr>
<tr style="opacity: 1; z-index: 0;">
<td>click</td>
<td>//input[@name=&quot;field_your_keep_draft&quot;]</td>
<td>&nbsp;</td>
</tr>
<tr>
<td colspan="3">&lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/submit_dialog&quot;&gt; &lt;/tal:block&gt;</td>
</tr>
<tr>
<td colspan="3">&lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/wait_for_content_loaded&quot;&gt; &lt;/tal:block&gt;</td>
</tr>
</tbody>
</table>
</test></section>
<section class="screenshot">
<h1>&quot;New Event created&quot;</h1>
<img alt="New incoming Event has been created-state Draft" src="http://img.erp5.cn/user-Howto.Manage.Support.Requests.Create.Event.Draft.Event.Svg?format=png" title="New incoming Event has been created-state Draft" type="image/png" />
<details open="open">
<p>As you can see in the red area of the picture, a new Event has been created, which is on the <strong>&ldquo;Draft&rdquo; state</strong> . The blue area shows the <strong>Sender and Recipient fields</strong> which have already been filled automatically, following this <strong>rule</strong> : The Sender is John Doh, because the incoming Event has been created from his person document. This act tells the ERP5 team that we have received an email from our client John Doh somewhere. The Recipient here is Jingjing XU, because this is the name of the <strong>ERP5 user</strong> who created this incoming Event. However, <strong>this information can be changed later</strong> , if we need to assign this incoming Event to someone else in our team to take care of it.</p>
</details>
<test>
<table class="test" style="display: none;">
<tbody>
<tr>
<td>waitForElementPresent</td>
<td>//input[@value=&quot;ZUITE-TEST-INCOMING-EVENT-EVENT-001&quot;]</td>
<td>&nbsp;</td>
</tr>
<tr style="opacity: 1; z-index: 0;">
<td>verifyText</td>
<td>//label[normalize-space(text())=&#39;State&#39;]/../div</td>
<td>Draft</td>
</tr>
</tbody>
</table>
</test></section>
<section class="screenshot">
<h1>Create a new Event (3): Copy/paste the email you received</h1>
<img alt="Copy/paste the email you received into the new incoming Event" src="http://img.erp5.cn/user-Howto.Manage.Support.Requests.Create.Event.Copy.Message.Into.New.Incoming.Event.Svg?format=png" title="Copy/paste the email you received into the new incoming Event" type="image/png" />
<details open="open">
<p>Now, <strong>copy and paste the email you have received from your client John Doh into the red area: Text Format</strong> . This area aims at showing the email you have received to all the persons of your team, which is the content of this new incoming Event. If you have done it in the previous step, you can just review and edit it as you want. And finally, don&#39;t forget to <strong>save</strong> your data changes.</p>
</details>
<test>
<table class="test" style="display: none;">
<tbody>
<tr>
<td>type</td>
<td>//div[@data-gadget-scope=&quot;field_my_text_content&quot;]//textarea</td>
<td>ZUITE-TEST-EVENT-CONTENT this is the content of our event.</td>
</tr>
<tr>
<td colspan="3">&lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/save&quot;&gt; &lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/wait_for_content_loaded&quot;&gt; &lt;/tal:block&gt; &lt;/tal:block&gt;</td>
</tr>
</tbody>
</table>
</test></section>
<section class="screenshot">
<h1>Create a new Event (4): &quot;Receive&quot; the Event</h1>
<img alt="Click on 'Declare as Received' on Action list" src="http://img.erp5.cn/user-Howto.Manage.Support.Requests.Receive.Event.Svg?format=png" title="Click on 'Declare as Received' on Action list" type="image/png" />
<details open="open">
<p>Now that you have <strong>drafted</strong> all the necessary fields of this incoming Event, it is time to conform to the ERP5 that you have <strong>received</strong> this email from your client, the move will lead to the change of the Event&#39;s state as Received.</p>
<p>To do so, <strong>open the Action Item List and choose &ldquo;Declare as Received&rdquo;</strong> .</p>
</details>
<test>
<table class="test" style="display: none;">
<tbody>
<tr>
<td colspan="3">&lt;tal:block tal:define=&quot;click_configuration python: {&#39;text&#39;: &#39;Declare as Received&#39;}&quot;&gt; &lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/click_on_panel_link&quot;&gt; &lt;/tal:block&gt; &lt;/tal:block&gt;</td>
</tr>
<tr>
<td colspan="3">&lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/wait_for_content_loaded&quot;&gt; &lt;/tal:block&gt;</td>
</tr>
<tr>
<td colspan="3">&lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/submit_dialog&quot;&gt; &lt;/tal:block&gt;</td>
</tr>
<tr>
<td colspan="3">&lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/wait_for_content_loaded&quot;&gt; &lt;/tal:block&gt;</td>
</tr>
</tbody>
</table>
</test></section>
<section class="screenshot">
<h1>Event &quot;Received&quot;</h1>
<img alt="Event Received" src="http://img.erp5.cn/user-Howto.Manage.Support.Requests.Create.Event.State.Received.Svg?format=png" title="Event Received" type="image/png" />
<details open="open">
<p>As you can see on the screenshot, after we declared that the Event is received, the state of the newly created Event is now changed from &quot;Draft&quot; to &quot;Received&quot;, which is the first state of an incoming Event, as you can witness on the workflow of incoming Events in ERP5, shown on the left of the picture.</p>
</details>
<test>
<table class="test" style="display: none;">
<tbody>
<tr>
<td>waitForElementPresent</td>
<td>//input[@name=&quot;field_my_destination_title_list&quot;]</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>storeValue</td>
<td>//input[@name=&quot;field_my_destination_title_list&quot;]</td>
<td>user_title</td>
</tr>
<tr>
<td>verifyText</td>
<td>//p[@id=&quot;field_my_translated_simulation_state_title&quot;]</td>
<td>Received</td>
</tr>
</tbody>
</table>
</test></section>
<section class="screenshot">
<h1>Define the &quot;Recipient&quot; - the person responsible to reply to client</h1>
<img alt="Change the &quot;Recipient&quot; of the Event" src="http://img.erp5.cn/user-Howto.Manage.Support.Requests.Change.Recipient.Replier.Svg?format=png" title="Change the &quot;Recipient&quot; of the Event" type="image/png" />
<details open="open">
<p>Now it is time to define who should process this Event - the person in the ERP5 support team who will have to provide John Doh with an answer. We will ask our team member &ldquo;Yingjie XU&rdquo; to take care of this Event.</p>
<p>To be able to proceed with this step you must have already created the Person and user account for Yingjie XU by following the tutorial <a href="howto-Create.New.User">How to create new User</a>.</p>
<p>To assign the Event to &ldquo;Yingjie XU&rdquo;, first <strong>change the person name in the &ldquo;Recipient&rdquo; field</strong> from &quot;Jingjing XU&quot; (the default Recipient) to &quot;Yingjie XU&quot;. Second, as usual, don&#39;t forget to <strong>&quot;Save&quot;</strong>.</p>
<p>This step aims at indicating that &ldquo;Yingjie XU&rdquo; should receive this email from the client, and has to take care of it. So after the step that we &quot;Receive&quot; the Event, this Event will appear on Yingjie&#39;s worklist as &quot;Received Events to Deliver&quot;, which we will show you later. In this way, Yingjie will know that he is responsible to handling a new incoming Event.</p>
</details>
<test>
<table class="test" style="display: none;">
<tbody>
</tbody>
</table>
</test></section>
<section class="screenshot">
<h1>Another focus: switch user</h1>
<img alt="Switch user to reply incoming Event" src="http://img.erp5.cn/user-Howto.Manage.Support.Requests.Switch.User.Log.Out.Svg?format=png" title="Switch user to reply incoming Event" type="image/png" />
<details open="open">
<p>Now the incoming Event has been <strong>&quot;Received&quot;</strong> , the <strong>&quot;Recipient&quot;</strong> has been defined, the <strong>Follow Up Ticket</strong> has been created, so it is time for the &quot;Replier&quot; - the Recipient to offer support to the client. And all the following interactions between the Replier and the Client will be recorded under the Support Request Ticket we just created.</p>
<p>In this section, we will switch users in order to understand how users can be aware that they have Events to handle.<br />
<strong>Log out</strong> by opening the &ldquo;My favourites&rdquo; item list, and choose <strong>Log out</strong> . After being logged out, we have <strong>logge in as user &ldquo;yingjie.xu&rdquo;</strong> in order to help you understand how incoming Events are displayed in the <strong>worklist</strong> of this user.</p>
</details>
<test>
<table class="test" style="display: none;">
<tbody>
<tr style="opacity: 1; z-index: 0;">
<td colspan="3">&lt;span metal:use-macro=&quot;container/Zuite_viewTestMacroLibrary/macros/login_as_functional_another_test_user&quot;&gt;Login As Another Functional Test User&lt;/span&gt;</td>
</tr>
<tr>
<td colspan="3">&lt;tal:block tal:define=&quot;click_configuration python: {&#39;text&#39;: &#39;Modules&#39;}&quot;&gt; &lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/click_on_panel_link&quot; /&gt; &lt;/tal:block&gt;</td>
</tr>
<tr>
<td colspan="3">&lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/wait_for_content_loaded&quot;&gt; &lt;/tal:block&gt;</td>
</tr>
<tr>
<td colspan="3">&lt;tal:block tal:define=&quot;click_configuration python: {&#39;text&#39;: &#39;Events&#39;}&quot;&gt; &lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/click_on_page_link&quot;&gt; &lt;/tal:block&gt; &lt;/tal:block&gt;</td>
</tr>
<tr>
<td colspan="3">&lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/wait_for_content_loaded&quot;&gt;&lt;/tal:block&gt;</td>
</tr>
<tr>
<td colspan="3">&lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/wait_for_listbox_loaded&quot; /&gt;</td>
</tr>
</tbody>
</table>
</test></section>
<section class="screenshot">
<h1>Received Events in Worklist</h1>
<img alt="Received Events to Deliver" src="http://img.erp5.cn/user-Howto.Manage.Support.Requests.Worklist.Received.Events.To.Deliver.Svg?format=png" title="Received Events to Deliver" type="image/png" />
<details open="open">
<p>&ldquo;Yingjie&rdquo; is now logged in, and while opening his Worklist, we see that <strong>there are 1 &quot;Received Events to Deliver&rdquo;</strong> to be treated. Let&#39;s <strong>click on this line</strong>.</p>
</details>
<test>
<table class="test" style="display: none;">
<tbody>
</tbody>
</table>
</test></section>
<section class="screenshot">
<h1>Which Event should be processed ?</h1>
<img alt="Choose in the &quot;Received Events&quot; List" src="http://img.erp5.cn/user-Howto.Manage.Support.Requests.List.Received.Events.To.Deliver.Recipient.Choose.Svg?format=png" title="Choose in the &quot;Received Events&quot; List" type="image/png" />
<details open="open">
<p>This is the <strong>list of &quot;Received Events to Deliver&quot;</strong>, reached through the Worklist. All the Events declared as &quot;Received&quot; and have assigned to a &quot;Recipient&quot; will displayed on this list. In order to know who has to take care of them, <strong>each user has to search for his person name in the Recipients field</strong>, and then he will <strong>click now on this Event with the his name as the Recipeint order to process it</strong>. ERP5 can be also configured to only display the received events of the user who is currently logged in, but the standard ERP5 configuration for SMBs is to display all received events.</p>
<p>Now we have reached the List through Yingjie&#39;s Worklist, we can see that there is 1 received Event to deliver (Normally there could be more Events on the list with different Recipients). So user &quot;Yingjie&rdquo; only has his name in one Event, which means that this is the only Event he is entitled to take care of. So click on this line in order to process it.</p>
</details>
<test>
<table class="test" style="display: none;">
<tbody>
<tr>
<td>waitForElementPresent</td>
<td>//a[contains(text(), &quot;ZUITE-TEST-INCOMING-EVENT-EVENT-001&quot;)]</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>click</td>
<td>//a[contains(text(), &quot;ZUITE-TEST-INCOMING-EVENT-EVENT-001&quot;)]</td>
<td>&nbsp;</td>
</tr>
<tr>
<td colspan="3">&lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/wait_for_content_loaded&quot;&gt; &lt;/tal:block&gt;</td>
</tr>
</tbody>
</table>
</test></section>
<section class="screenshot">
<h1>Assign this Event to a Support Request Ticket</h1>
<img alt="Assign Event to Ticket" src="http://img.erp5.cn/user-Howto.Manage.Support.Requests.Create.Follow.Up.Ticket.Svg?format=png" title="Assign Event to Ticket" type="image/png" />
<details open="open">
<p>According to the standard process of incoming Events, if the Event can be handled in a simple way, we can <strong>Create Response directly</strong> from the Received Event&#39;s Action item list, as the option shown in the blue frame. But if the incoming Event needs to be handled in a complicated way, which needs a Ticket to contain many following Events, as in our case the support request from our client, we will then need to <strong>Create Follow Up Ticket</strong> from the Received Event&#39;s Action item list, as the option shown in the red frame.</p>
<p>So the next step will be to assign this Event to a Ticket. If you remember correctly, a Ticket can be a campaign, a sale opportunity, a support request, a meeting, etc...In this case, the client has asked for help in his email, so this is clearly a Support Request that has to be created. In order to create this Support Request Ticket, <strong>open the Action Item List and choose the action &ldquo;Create Follow Up Ticket&rdquo;</strong></p>
</details>
<test>
<table class="test" style="display: none;">
<tbody>
<tr>
<td colspan="3">&lt;tal:block tal:define=&quot;click_configuration python: {&#39;text&#39;: &#39;Create Follow-up Ticket&#39;}&quot;&gt; &lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/click_on_panel_link&quot;&gt; &lt;/tal:block&gt; &lt;/tal:block&gt;</td>
</tr>
<tr>
<td colspan="3">&lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/wait_for_content_loaded&quot;&gt; &lt;/tal:block&gt;</td>
</tr>
</tbody>
</table>
</test></section>
<section class="screenshot">
<h1>Create a Support Request - Set Ticket title, type and nature</h1>
<img alt="Set Ticket title, type and nature" src="http://img.erp5.cn/user-Howto.Manage.Support.Requests.Create.Follow.Up.Ticket.Title.Type.Svg?format=png" title="Set Ticket title, type and nature" type="image/png" />
<details open="open">
<p>Now you will choose the type of Ticket you want to assign this Event to. In the first field, you can enter a <strong>Ticket Title</strong> . This title will be displayed in the field Follow-Up of this Event. After this, you can choose the <strong>Ticket Type</strong> . In our example, we will choose &quot;Support Request&quot; as Ticket type, which means that later we will be able to find this support request Ticket in the Support Request module of ERP5. After created, this Ticket can receive many different Events afterwards, such as the reply from ERP5 support team member, and the further questions from the client John Doh. When you are done, <strong>click the &ldquo;Create Follow Up Ticket&rdquo; button</strong> .</p>
</details>
<test>
<table class="test" style="display: none;">
<tbody>
<tr>
<td>type</td>
<td>//input[@name=&quot;field_your_follow_up_ticket_title&quot;]</td>
<td>ZUITE-TEST-INCOMING-EVENT-TICKET-TITLE-001</td>
</tr>
<tr>
<td>select</td>
<td>//select[@name=&quot;field_your_follow_up_ticket_type&quot;]</td>
<td>Support Request</td>
</tr>
<tr>
<td colspan="3">&lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/submit_dialog&quot;&gt; &lt;/tal:block&gt;</td>
</tr>
<tr>
<td colspan="3">&lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/wait_for_content_loaded&quot;&gt; &lt;/tal:block&gt;</td>
</tr>
</tbody>
</table>
</test></section>
<section class="screenshot">
<h1>&quot;Follow Up Ticket created&quot;</h1>
<img alt="Follow Up Ticket created" src="http://img.erp5.cn/user-Howto.Manage.Support.Requests.Follow.Up.Ticket.Created.Svg?format=png" title="Follow Up Ticket created" type="image/png" />
<details open="open">
<p>As you can see stated in the left upside of the screenshot, the Follow Up Ticket of this incoming Event has been created. You can see the Ticket is displayed in the <strong>&quot;Follow Up&quot;</strong> field in the Event&#39;s page.</p>
<p>The Follow Up Ticket is created in order to contain all the following Events happened between the client and ERP5 team which are related to the original Event. We can easily access to it by <strong>clicking the plane icon</strong> in the right side of this field.</p>
</details>
<test>
<table class="test" style="display: none;">
<tbody>
<tr>
<td>waitForElementPresent</td>
<td>//p[text()=&quot;Delivered&quot;]</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>click</td>
<td>//input[@name=&quot;editable&quot;]</td>
<td>&nbsp;</td>
</tr>
<tr>
<td colspan="3">&lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/wait_for_content_loaded&quot;&gt; &lt;/tal:block&gt;</td>
</tr>
<tr>
<td>waitForElementPresent</td>
<td>//input[@name=&quot;field_my_default_follow_up_title&quot;]</td>
<td></td>
</tr>
<tr>
<td>verifyValue</td>
<td>//input[@name=&quot;field_my_default_follow_up_title&quot;]</td>
<td>ZUITE-TEST-INCOMING-EVENT-TICKET-TITLE-001</td>
</tr>
<tr>
<td>click</td>
<td>//input[@name=&quot;field_my_default_follow_up_title&quot;]/../../a</td>
<td>&nbsp;</td>
</tr>
<tr>
<td colspan="3">&lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/wait_for_content_loaded&quot;&gt; &lt;/tal:block&gt;</td>
</tr>
<tr>
<td>waitForElementPresent</td>
<td>//input[@value=&quot;ZUITE-TEST-INCOMING-EVENT-TICKET-TITLE-001&quot;]</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>storeLocation</td>
<td>support_request</td>
<td>&nbsp;</td>
</tr>
<tr style="opacity: 1;">
<td colspan="3">&lt;span metal:use-macro=&quot;container/Zuite_viewTestMacroLibrary/macros/wait_for_activities&quot;&gt; Wait for activities &lt;/span&gt;</td>
</tr>
<tr>
<td>openAndWait</td>
<td>${base_url}/Base_clearCache</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>assertTextPresent</td>
<td>Cleared.</td>
<td>&nbsp;</td>
</tr>
</tbody>
</table>
</test></section>
<section class="screenshot">
<h1>Edit the Follow Up Ticket - Define the Operators</h1>
<img alt="Edit the Follow Up Ticket " src="http://img.erp5.cn/user-Howto.Manage.Support.Requests.Edit.Follow.Up.Ticket.Svg?format=png" title="Edit the Follow Up Ticket " type="image/png" />
<details open="open">
<p>Now we can access to the Follow Up Ticket of the incoming Event - the Support Request Ticket we just created. In the page of the Ticket, as circled in red, you can now define the Manager, the Supervisor and the Operators, so they will know through their worklist that they are responsible to process the Ticket.</p>
<p>As circled in blue, you can already see the Event from which we created the Support Request Ticket has been contained in the Events List of this Ticket. From now on, every interactions happen later between the operators and the client will be recorded in this Ticket, and clearly listed in the Events List.</p>
<p>Now we can return to the event and we will now explain how to provide client John Doe with an answer to his question.</p>
</details>
<test>
<table class="test" style="display: none;">
<tbody>
<tr>
<td>open</td>
<td>${support_request}</td>
<td>&nbsp;</td>
</tr>
<tr>
<td colspan="3">&lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/wait_for_app_loaded&quot;&gt; &lt;/tal:block&gt;</td>
</tr>
<tr>
<td>waitForElementPresent</td>
<td>//input[@name=&quot;field_my_quantity&quot;]</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>type</td>
<td>//input[@name=&quot;field_my_quantity&quot;]</td>
<td>10.0</td>
</tr>
<tr>
<td>select</td>
<td>//select[@name=&quot;field_my_quantity_unit&quot;]</td>
<td>Time/Day</td>
</tr>
<tr>
<td>type</td>
<td>//input[@name=&quot;field_my_price&quot;]</td>
<td>20.00</td>
</tr>
<tr>
<td>select</td>
<td>//select[@name=&quot;field_my_price_currency&quot;]</td>
<td>EUR</td>
</tr>
<tr>
<td colspan="3">&lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/save&quot;&gt; &lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/wait_for_content_loaded&quot;&gt; &lt;/tal:block&gt; &lt;/tal:block&gt;</td>
</tr>
</tbody>
</table>
</test></section>
<!--<section class="screenshot">
<h1>Event "Delivered"</h1>
<img type="image/png" src="http://img.erp5.cn/user-Howto.Manage.Support.Requests.Event.Delivered?format=png" title="Event &quot;Delivered&quot;" alt="Event &quot;Delivered&quot;">
<details open="open">
<p>The state of the Event has then changed from "Received" to "Delivered" which means it is now acknowledged by someone to be taken care of.</p><p>
<strong>By delivering the Event which is the final step of Process incoming Events, the Recipient who is entitled to take care of the Event says to his team that the Event is taken into account and will be processed by him.</strong>
</p>
</details>
<test>
<table class="test" style="display: none;">
<tbody>
<tr>
<td>waitForElementPresent</td>
<td>//p[text()=&quot;Submitted&quot;]</td>
<td></td>
</tr>
<tr>
<td>verifyValue</td>
<td>//input[@name="field_my_title"]</td>
<td>ZUITE-TEST-INCOMING-EVENT-TICKET-TITLE-001</td>
</tr>
</tbody>
</table>
</test>
</section>-->
<section class="screenshot">
<h1>Create Response to client</h1>
<img alt="Create Response to client " src="http://img.erp5.cn/user-Howto.Manage.Support.Requests.Create.Response.Svg?format=png" title="Create Response to client " type="image/png" />
<details open="open">
<p>Now it is time to reply to the client. If you remember, we have created a Follow Up Ticket for this Event in order to record all the following interactions related to the original Event. But the same as those Events which can be handled in a simple way so not need to be assigned to a Follow Up Ticket, we will use the Action item List in the Event page to create responses to our clients. The only difference is, all the Events of replies or other interactions created from this Event will be related to it by &quot;Event Origin&quot; and be recorded in the Follow Up Ticket we created.</p>
<p>Now we will <strong>click on &quot;Create Response&quot; in the Action item List</strong> in the Event page to reply to client John Doh.</p>
</details>
<test>
<table class="test" style="display: none;">
<tbody>
<tr style="opacity: 1; z-index: 0;">
<td>click</td>
<td>//a[text()=&quot;ZUITE-TEST-INCOMING-EVENT-EVENT-001&quot;]</td>
<td>&nbsp;</td>
</tr>
<tr>
<td colspan="3">&lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/wait_for_content_loaded&quot;&gt; &lt;/tal:block&gt;</td>
</tr>
<tr>
<td>verifyValue</td>
<td>//input[@name=&quot;field_my_title&quot;]</td>
<td>ZUITE-TEST-INCOMING-EVENT-EVENT-001</td>
</tr>
<tr>
<td colspan="3">&lt;tal:block tal:define=&quot;click_configuration python: {&#39;text&#39;: &#39;Create Response&#39;}&quot;&gt; &lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/click_on_panel_link&quot;&gt; &lt;/tal:block&gt; &lt;/tal:block&gt;</td>
</tr>
<tr>
<td colspan="3">&lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/wait_for_content_loaded&quot;&gt; &lt;/tal:block&gt;</td>
</tr>
</tbody>
</table>
</test></section>
<section class="screenshot">
<h1>Edit and send the response</h1>
<img alt="Edit the response" src="http://img.erp5.cn/user-Howto.Manage.Support.Requests.Edit.Response.Svg?format=png" title="Edit the response" type="image/png" />
<details open="open">
<p>Now we reached the Reponse editing page. We will first edit the reply in the &quot;Message&quot; field, then check the other information in this page such as Title, Date, etd. When you are sure everything is correctly edited, click on &quot;Create Response&quot;, then <strong>the response will be sent to the client and be created automatically as an outgoing Event with a state of &quot;Sent&quot;</strong> .</p>
<p><strong>You should be very careful before click on &quot;Create Response&quot;</strong> , because after this action, your message to clients will be sent to them and cannot be modified any more.</p>
</details>
<test>
<table class="test" style="display: none;">
<tbody>
<tr>
<td>waitForElementPresent</td>
<td>//div[@data-gadget-scope=&quot;field_your_response_event_text_content&quot;]//textarea</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>type</td>
<td>//div[@data-gadget-scope=&quot;field_your_response_event_text_content&quot;]//textarea</td>
<td>Some response</td>
</tr>
<tr>
<td colspan="3">&lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/submit_dialog&quot;&gt; &lt;/tal:block&gt;</td>
</tr>
<tr>
<td colspan="3">&lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/wait_for_content_loaded&quot;&gt; &lt;/tal:block&gt;</td>
</tr>
</tbody>
</table>
</test></section>
<section class="screenshot">
<h1>&quot;Response Created&quot;</h1>
<img alt="&quot;Response Created&quot;" src="http://img.erp5.cn/user-Howto.Manage.Support.Requests.Response.Created.Svg?format=png" title="&quot;Response Created&quot;" type="image/png" />
<details open="open">
<p>Here we are back to the original Event Mail Message from client John Doh. As you can see on this page, it is stated <strong>&quot;Response Created&quot;</strong> , which means this Information Request has been replied.</p>
<p>You can still access to the Response Event you have sent to clients to see the details, just have to click on the <strong>&quot;Related Events&quot; tab</strong> .</p>
</details>
<test>
<table class="test" style="display: none;">
<tbody>
<tr>
<td>storeLocation</td>
<td>response</td>
<td>&nbsp;</td>
</tr>
<tr>
<td colspan="3">&lt;span metal:use-macro=&quot;container/Zuite_viewTestMacroLibrary/macros/wait_for_activities&quot;&gt; Wait for activities &lt;/span&gt;</td>
</tr>
<tr>
<td>openAndWait</td>
<td>${base_url}/Base_clearCache</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>assertTextPresent</td>
<td>Cleared.</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>open</td>
<td>${response}</td>
<td>&nbsp;</td>
</tr>
<tr>
<td colspan="3">&lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/wait_for_app_loaded&quot;&gt; &lt;/tal:block&gt;</td>
</tr>
</tbody>
</table>
</test></section>
<section class="screenshot">
<h1>The Related Events tab</h1>
<img alt="Related Events tab" src="http://img.erp5.cn/user-Howto.Manage.Support.Requests.Related.Events.Tab.Svg?format=png" title="Related Events tab" type="image/png" />
<details open="open">
<p>Now we are lead to the <strong>Related Events tab</strong> of the original incoming Event from John Doh, which we &quot;Declare as Received&quot;, &quot;Deliver&quot; and &quot;Create Response&quot;.</p>
<p>As we just created one response to the original Event from John Doh, there is only one Event listed in the tab which is the Response mail we want to check. <strong>Click on this Event to open it</strong> .</p>
</details>
<test>
<table class="test" style="display: none;">
<tbody>
<tr>
<td colspan="3">&lt;tal:block tal:define=&quot;click_configuration python: {&#39;text&#39;: &#39;Related Events&#39;}&quot;&gt; &lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/click_on_panel_link&quot;&gt; &lt;/tal:block&gt; &lt;/tal:block&gt;</td>
</tr>
<tr>
<td colspan="3">&lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/wait_for_content_loaded&quot;&gt; &lt;/tal:block&gt;</td>
</tr>
<tr>
<td colspan="3">&lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/wait_for_listbox_loaded&quot; /&gt;</td>
</tr>
<tr>
<td>waitForElementPresent</td>
<td>//a[text()=&quot;Re: ZUITE-TEST-INCOMING-EVENT-EVENT-001&quot;]</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>click</td>
<td>//a[text()=&quot;Re: ZUITE-TEST-INCOMING-EVENT-EVENT-001&quot;]</td>
<td>&nbsp;</td>
</tr>
</tbody>
</table>
</test></section>
<section class="screenshot">
<h1>The Sent Event - Response to client</h1>
<img alt="Sent Event " src="http://img.erp5.cn/user-Howto.Manage.Support.Requests.Response.Event.Sent.Svg?format=png" title="Sent Event " type="image/png" />
<details open="open">
<p>Now we have accessed to the <strong>new Event created automatically</strong> when we &quot;Create Response&quot; from the original incoming Event. The Event state is now <strong>&quot;sent&rdquo;</strong> , this means that the email containing the answer has been sent to the client John&#39;s email address!</p>
</details>
<test>
<table class="test" style="display: none;">
<tbody>
<tr>
<td colspan="3">&lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/wait_for_content_loaded&quot;&gt; &lt;/tal:block&gt;</td>
</tr>
<tr>
<td>waitForElementPresent</td>
<td>//p[@id=&quot;field_my_translated_simulation_state_title&quot;]</td>
<td>&nbsp;</td>
</tr>
<tr style="opacity: 1; z-index: 0;">
<td>verifyText</td>
<td>//p[@id=&quot;field_my_translated_simulation_state_title&quot;]</td>
<td>Sent</td>
</tr>
<tr>
<td>type</td>
<td>//input[@name=&quot;field_my_source_title&quot;]</td>
<td>${user_title}</td>
</tr>
<tr>
<td colspan="3">&lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/save&quot;&gt; &lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/wait_for_content_loaded&quot;&gt; &lt;/tal:block&gt; &lt;/tal:block&gt;</td>
</tr>
<tr>
<td colspan="3">&lt;tal:block tal:define=&quot;click_configuration python: {&#39;text&#39;: &#39;Deliver&#39;}&quot;&gt; &lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/click_on_panel_link&quot;&gt; &lt;/tal:block&gt; &lt;/tal:block&gt;</td>
</tr>
<tr>
<td colspan="3">&lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/wait_for_content_loaded&quot;&gt; &lt;/tal:block&gt;</td>
</tr>
<tr>
<td colspan="3">&lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/submit_dialog&quot;&gt; &lt;/tal:block&gt;</td>
</tr>
<tr>
<td colspan="3">&lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/wait_for_content_loaded&quot;&gt; &lt;/tal:block&gt;</td>
</tr>
<tr>
<td>waitForElementPresent</td>
<td>//p[@id=&quot;field_my_translated_simulation_state_title&quot;]</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>verifyText</td>
<td>//p[@id=&quot;field_my_translated_simulation_state_title&quot;]</td>
<td>Delivered</td>
</tr>
</tbody>
</table>
</test></section>
<section class="screenshot">
<h1>Where is your processed Events (1)</h1>
<img alt="Browse for Support Requests" src="http://img.erp5.cn/user-Howto.Manage.Support.Requests.Browse.Support.Requests.Svg?format=png" title="Browse for Support Requests" type="image/png" />
<details open="open">
<p>We will need to find all the related Events after we have communicated with the client, so we will go back to the Follow Up Ticket of the original Event, which we created to recorded all the related Events to the original Event from our clients.</p>
You remember the Ticket is a Support Request. In order to find it, <strong>click on the &ldquo;Browse&rdquo; tab</strong> of your ERP5 instance Home Page, and <strong>click on &ldquo;Support Requests&rdquo;</strong> in order to reach the Support Request module.
<p>&nbsp;</p>
</details>
<test>
<table class="test" style="display: none;">
<tbody>
<tr>
<td colspan="3">&lt;tal:block tal:define=&quot;click_configuration python: {&#39;text&#39;: &#39;Modules&#39;}&quot;&gt; &lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/click_on_panel_link&quot; /&gt; &lt;/tal:block&gt;</td>
</tr>
<tr>
<td colspan="3">&lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/wait_for_content_loaded&quot;&gt; &lt;/tal:block&gt;</td>
</tr>
<tr>
<td colspan="3">&lt;tal:block tal:define=&quot;click_configuration python: {&#39;text&#39;: &#39;Events&#39;}&quot;&gt; &lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/click_on_page_link&quot;&gt; &lt;/tal:block&gt; &lt;/tal:block&gt;</td>
</tr>
<tr>
<td colspan="3">&lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/wait_for_content_loaded&quot;&gt;&lt;/tal:block&gt;</td>
</tr>
<tr>
<td colspan="3">&lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/wait_for_listbox_loaded&quot; /&gt;</td>
</tr>
</tbody>
</table>
</test></section>
<section class="screenshot">
<h1>Where is your processed Events (2)</h1>
<img alt="Browse for Support Requests module" src="http://img.erp5.cn/user-Howto.Manage.Support.Requests.Browse.For.Support.Requests.Module.Svg?format=png" title="Browse for Support Requests module" type="image/png" />
<details open="open">
<p>The red line is the line of the Support Request Ticket we created when we assigned the incoming Event.<strong>Click on this line</strong> in order to open this support Request Ticket.</p>
</details>
<test>
<table class="test" style="display: none;">
<tbody>
</tbody>
</table>
</test></section>
<section class="screenshot">
<h1>Your processed Events in Follow Up Ticket</h1>
<img alt="Processed Events in the Ticket" src="http://img.erp5.cn/user-Howto.Manage.Support.Requests.Processed.Events.In.Follow.Up.Ticket.Svg?format=png" title="Processed Events in the Ticket" type="image/png" />
<details open="open">
<p>We can see first that not much information has been edited, but you can do it now. Indeed, we have just created this ticket but not edited it yet. You can find some help in the tutorial <strong>&ldquo;How to Create a Marketing Campaign&rdquo;</strong> in order to understand which field is used for what (the Campaign and Support Request Tickets look exactly the same indeed).</p>
<p><strong>The red area displays all the related Events stored in this ticket</strong> . As you can see there are three Events listed: the first one is the original Event which is the incoming Event we created to notice our team of John&#39;s question. This Event is on the Delivered state, because user &ldquo;Yingjie&rdquo; acknowledged it. The second and third ones are the answers that we created for John Doh. These Events are on the &ldquo;Sent&rdquo; state, because the email was sent to the client!</p>
<p><strong>From now on, this Support Request can be used if in the future, client John Doh sends new emails about configuration problems</strong> . The only thing you will have to do in order to add Events to this Support Requests, is to open the &ldquo;Action&rdquo; item list and select &ldquo;Create new Event&rdquo;. Then the new Event will be created and associated automatically to the Ticket, as described in the <strong>&ldquo;How to Prepare Outgoing Events&rdquo;</strong> tutorial.</p>
</details>
<test>
<table class="test" style="display: none;">
<tbody>
<tr style="opacity: 1;">
<td colspan="3">&lt;span metal:use-macro=&quot;container/Zuite_viewTestMacroLibrary/macros/login_as_manager&quot;&gt;Login As Manager&lt;/span&gt;</td>
</tr>
<tr>
<td colspan="3">&lt;tal:block tal:define=&quot;click_configuration python: {&#39;text&#39;: &#39;Modules&#39;}&quot;&gt; &lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/click_on_panel_link&quot; /&gt; &lt;/tal:block&gt;</td>
</tr>
<tr>
<td colspan="3">&lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/wait_for_content_loaded&quot;&gt; &lt;/tal:block&gt;</td>
</tr>
<tr>
<td colspan="3">&lt;tal:block tal:define=&quot;click_configuration python: {&#39;text&#39;: &#39;Support Requests&#39;}&quot;&gt; &lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/click_on_page_link&quot;&gt; &lt;/tal:block&gt; &lt;/tal:block&gt;</td>
</tr>
<tr>
<td colspan="3">&lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/wait_for_content_loaded&quot;&gt;&lt;/tal:block&gt;</td>
</tr>
<tr>
<td colspan="3">&lt;tal:block metal:use-macro=&quot;here/Zuite_CommonTemplateForRenderjsUi/macros/wait_for_listbox_loaded&quot; /&gt;</td>
</tr>
<tr>
<td>waitForElementPresent</td>
<td>//a[contains(text(), &quot;ZUITE-TEST-INCOMING-EVENT-TICKET-TITLE-001&quot;)]</td>
<td>&nbsp;</td>
</tr>
<tr style="opacity: 1;">
<td colspan="3">&lt;span metal:use-macro=&quot;container/Zuite_viewTestMacroLibrary/macros/login_as_manager&quot;&gt;Login As Manager&lt;/span&gt;</td>
</tr>
<tr>
<td>openAndWait</td>
<td>${base_url}/Zuite_tearDownIncomingEventTest</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>verifyTextPresent</td>
<td>Clean Ok</td>
<td>&nbsp;</td>
</tr>
<tr style="opacity: 1;">
<td colspan="3">&lt;span metal:use-macro=&quot;container/Zuite_viewTestMacroLibrary/macros/wait_for_activities&quot;&gt; Wait for activities &lt;/span&gt;</td>
</tr>
</tbody>
</table>
</test></section>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="Test Page" module="erp5.portal_type"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_Access_contents_information_Permission</string> </key>
<value>
<tuple>
<string>Assignee</string>
<string>Assignor</string>
<string>Manager</string>
<string>Owner</string>
</tuple>
</value>
</item>
<item>
<key> <string>_Add_portal_content_Permission</string> </key>
<value>
<tuple>
<string>Assignee</string>
<string>Assignor</string>
<string>Manager</string>
<string>Owner</string>
</tuple>
</value>
</item>
<item>
<key> <string>_Change_local_roles_Permission</string> </key>
<value>
<tuple>
<string>Assignor</string>
<string>Manager</string>
</tuple>
</value>
</item>
<item>
<key> <string>_Modify_portal_content_Permission</string> </key>
<value>
<tuple>
<string>Assignee</string>
<string>Assignor</string>
<string>Manager</string>
<string>Owner</string>
</tuple>
</value>
</item>
<item>
<key> <string>_View_Permission</string> </key>
<value>
<tuple>
<string>Assignee</string>
<string>Assignor</string>
<string>Manager</string>
<string>Owner</string>
</tuple>
</value>
</item>
<item>
<key> <string>_count</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>_mt_index</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
</value>
</item>
<item>
<key> <string>_tree</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent>
</value>
</item>
<item>
<key> <string>categories</string> </key>
<value>
<tuple>
<string>follow_up/project_module/82</string>
<string>group/nexedi</string>
<string>follow_up/product_module/148</string>
<string>classification/collaborative/project</string>
<string>publication_section/documentation/user</string>
<string>publication_section/documentation</string>
<string>publication_section/tutorial</string>
<string>publication_section/marketing/osoe</string>
<string>contributor/person_module/1088</string>
<string>contributor/person_module/20110828-41AAD33</string>
<string>contributor/person_module/590</string>
<string>contributor/person_module/2326</string>
<string>contributor/person_module/20110829-FF7377</string>
<string>contributor/person_module/20111027-2BE16E4</string>
<string>contributor/person_module/851</string>
<string>contributor/person_module/20120219-45BE264</string>
<string>contributor/person_module/20130927-61A66CC</string>
<string>contributor/person_module/20160111-383FB92</string>
</tuple>
</value>
</item>
<item>
<key> <string>content_md5</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>text/html</string> </value>
</item>
<item>
<key> <string>default_reference</string> </key>
<value> <string>user-Howto.Manage.Support.Request</string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string>In this presentation, you will learn how to manage support requests with ERP5 CRM.</string> </value>
</item>
<item>
<key> <string>effective_date</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>format</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>user-Howto.Manage.Support.Request.NewUI</string> </value>
</item>
<item>
<key> <string>int_index</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>language</string> </key>
<value> <string>en</string> </value>
</item>
<item>
<key> <string>portal_type</string> </key>
<value> <string>Test Page</string> </value>
</item>
<item>
<key> <string>short_title</string> </key>
<value> <string>Manage Support Requests</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>How to Manage Support Requests</string> </value>
</item>
<item>
<key> <string>version</string> </key>
<value> <string>008</string> </value>
</item>
<item>
<key> <string>workflow_history</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAU=</string> </persistent>
</value>
</item>
</dictionary>
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<global name="Length" module="BTrees.Length"/>
</pickle>
<pickle> <int>0</int> </pickle>
</record>
<record id="3" aka="AAAAAAAAAAM=">
<pickle>
<global name="OOBTree" module="BTrees.OOBTree"/>
</pickle>
<pickle>
<none/>
</pickle>
</record>
<record id="4" aka="AAAAAAAAAAQ=">
<pickle>
<global name="OOBTree" module="BTrees.OOBTree"/>
</pickle>
<pickle>
<none/>
</pickle>
</record>
<record id="5" aka="AAAAAAAAAAU=">
<pickle>
<global name="PersistentMapping" module="Persistence.mapping"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>data</string> </key>
<value>
<dictionary>
<item>
<key> <string>edit_workflow</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAY=</string> </persistent>
</value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</pickle>
</record>
<record id="6" aka="AAAAAAAAAAY=">
<pickle>
<global name="WorkflowHistoryList" module="Products.ERP5Type.Workflow"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_log</string> </key>
<value>
<list>
<dictionary>
<item>
<key> <string>action</string> </key>
<value> <string>edit</string> </value>
</item>
<item>
<key> <string>actor</string> </key>
<value> <string>zope</string> </value>
</item>
<item>
<key> <string>comment</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>error_message</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>990.46685.5322.5410</string> </value>
</item>
<item>
<key> <string>state</string> </key>
<value> <string>current</string> </value>
</item>
<item>
<key> <string>time</string> </key>
<value>
<object>
<klass>
<global id="6.1" name="DateTime" module="DateTime.DateTime"/>
</klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>1616383378.41</float>
<string>UTC</string>
</tuple>
</state>
</object>
</value>
</item>
</dictionary>
<dictionary>
<item>
<key> <string>action</string> </key>
<value> <string>edit</string> </value>
</item>
<item>
<key> <string>actor</string> </key>
<value> <string>zope</string> </value>
</item>
<item>
<key> <string>comment</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>error_message</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>990.56362.63801.23466</string> </value>
</item>
<item>
<key> <string>state</string> </key>
<value> <string>current</string> </value>
</item>
<item>
<key> <string>time</string> </key>
<value>
<object>
<klass> <reference id="6.1"/> </klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>1616456970.39</float>
<string>UTC</string>
</tuple>
</state>
</object>
</value>
</item>
</dictionary>
<dictionary>
<item>
<key> <string>action</string> </key>
<value> <string>edit</string> </value>
</item>
<item>
<key> <string>actor</string> </key>
<value> <string>zope</string> </value>
</item>
<item>
<key> <string>comment</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>error_message</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>990.57589.33205.22869</string> </value>
</item>
<item>
<key> <string>state</string> </key>
<value> <string>current</string> </value>
</item>
<item>
<key> <string>time</string> </key>
<value>
<object>
<klass> <reference id="6.1"/> </klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>1616461474.55</float>
<string>UTC</string>
</tuple>
</state>
</object>
</value>
</item>
</dictionary>
<dictionary>
<item>
<key> <string>action</string> </key>
<value> <string>edit</string> </value>
</item>
<item>
<key> <string>actor</string> </key>
<value> <string>zope</string> </value>
</item>
<item>
<key> <string>comment</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>error_message</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>990.57664.37747.53504</string> </value>
</item>
<item>
<key> <string>state</string> </key>
<value> <string>current</string> </value>
</item>
<item>
<key> <string>time</string> </key>
<value>
<object>
<klass> <reference id="6.1"/> </klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>1616461925.86</float>
<string>UTC</string>
</tuple>
</state>
</object>
</value>
</item>
</dictionary>
<dictionary>
<item>
<key> <string>action</string> </key>
<value> <string>edit</string> </value>
</item>
<item>
<key> <string>actor</string> </key>
<value> <string>zope</string> </value>
</item>
<item>
<key> <string>comment</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>error_message</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>990.57672.6410.40140</string> </value>
</item>
<item>
<key> <string>state</string> </key>
<value> <string>current</string> </value>
</item>
<item>
<key> <string>time</string> </key>
<value>
<object>
<klass> <reference id="6.1"/> </klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>1616462195.41</float>
<string>UTC</string>
</tuple>
</state>
</object>
</value>
</item>
</dictionary>
<dictionary>
<item>
<key> <string>action</string> </key>
<value> <string>edit</string> </value>
</item>
<item>
<key> <string>actor</string> </key>
<value> <string>zope</string> </value>
</item>
<item>
<key> <string>comment</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>error_message</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>990.57676.38684.9966</string> </value>
</item>
<item>
<key> <string>state</string> </key>
<value> <string>current</string> </value>
</item>
<item>
<key> <string>time</string> </key>
<value>
<object>
<klass> <reference id="6.1"/> </klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>1616463864.18</float>
<string>UTC</string>
</tuple>
</state>
</object>
</value>
</item>
</dictionary>
<dictionary>
<item>
<key> <string>action</string> </key>
<value> <string>edit</string> </value>
</item>
<item>
<key> <string>actor</string> </key>
<value> <string>zope</string> </value>
</item>
<item>
<key> <string>comment</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>error_message</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>990.57704.26417.49766</string> </value>
</item>
<item>
<key> <string>state</string> </key>
<value> <string>current</string> </value>
</item>
<item>
<key> <string>time</string> </key>
<value>
<object>
<klass> <reference id="6.1"/> </klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>1616463949.22</float>
<string>UTC</string>
</tuple>
</state>
</object>
</value>
</item>
</dictionary>
<dictionary>
<item>
<key> <string>action</string> </key>
<value> <string>edit</string> </value>
</item>
<item>
<key> <string>actor</string> </key>
<value> <string>zope</string> </value>
</item>
<item>
<key> <string>comment</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>error_message</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>990.57705.53766.17169</string> </value>
</item>
<item>
<key> <string>state</string> </key>
<value> <string>current</string> </value>
</item>
<item>
<key> <string>time</string> </key>
<value>
<object>
<klass> <reference id="6.1"/> </klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>1616464323.56</float>
<string>UTC</string>
</tuple>
</state>
</object>
</value>
</item>
</dictionary>
<dictionary>
<item>
<key> <string>action</string> </key>
<value> <string>edit</string> </value>
</item>
<item>
<key> <string>actor</string> </key>
<value> <string>zope</string> </value>
</item>
<item>
<key> <string>comment</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>error_message</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>990.57712.3890.17015</string> </value>
</item>
<item>
<key> <string>state</string> </key>
<value> <string>current</string> </value>
</item>
<item>
<key> <string>time</string> </key>
<value>
<object>
<klass> <reference id="6.1"/> </klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>1616464605.65</float>
<string>UTC</string>
</tuple>
</state>
</object>
</value>
</item>
</dictionary>
<dictionary>
<item>
<key> <string>action</string> </key>
<value> <string>edit</string> </value>
</item>
<item>
<key> <string>actor</string> </key>
<value> <string>zope</string> </value>
</item>
<item>
<key> <string>comment</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>error_message</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>990.57716.49865.23978</string> </value>
</item>
<item>
<key> <string>state</string> </key>
<value> <string>current</string> </value>
</item>
<item>
<key> <string>time</string> </key>
<value>
<object>
<klass> <reference id="6.1"/> </klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>1616465351.21</float>
<string>UTC</string>
</tuple>
</state>
</object>
</value>
</item>
</dictionary>
<dictionary>
<item>
<key> <string>action</string> </key>
<value> <string>edit</string> </value>
</item>
<item>
<key> <string>actor</string> </key>
<value> <string>zope</string> </value>
</item>
<item>
<key> <string>comment</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>error_message</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>990.57729.12245.46506</string> </value>
</item>
<item>
<key> <string>state</string> </key>
<value> <string>current</string> </value>
</item>
<item>
<key> <string>time</string> </key>
<value>
<object>
<klass> <reference id="6.1"/> </klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>1616465530.93</float>
<string>UTC</string>
</tuple>
</state>
</object>
</value>
</item>
</dictionary>
<dictionary>
<item>
<key> <string>action</string> </key>
<value> <string>edit</string> </value>
</item>
<item>
<key> <string>actor</string> </key>
<value> <string>zope</string> </value>
</item>
<item>
<key> <string>comment</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>error_message</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>990.57732.11941.50824</string> </value>
</item>
<item>
<key> <string>state</string> </key>
<value> <string>current</string> </value>
</item>
<item>
<key> <string>time</string> </key>
<value>
<object>
<klass> <reference id="6.1"/> </klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>1616465752.05</float>
<string>UTC</string>
</tuple>
</state>
</object>
</value>
</item>
</dictionary>
<dictionary>
<item>
<key> <string>action</string> </key>
<value> <string>edit</string> </value>
</item>
<item>
<key> <string>actor</string> </key>
<value> <string>zope</string> </value>
</item>
<item>
<key> <string>comment</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>error_message</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>990.57735.56863.15360</string> </value>
</item>
<item>
<key> <string>state</string> </key>
<value> <string>current</string> </value>
</item>
<item>
<key> <string>time</string> </key>
<value>
<object>
<klass> <reference id="6.1"/> </klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>1616465985.62</float>
<string>UTC</string>
</tuple>
</state>
</object>
</value>
</item>
</dictionary>
<dictionary>
<item>
<key> <string>action</string> </key>
<value> <string>edit</string> </value>
</item>
<item>
<key> <string>actor</string> </key>
<value> <string>zope</string> </value>
</item>
<item>
<key> <string>comment</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>error_message</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>990.57739.49836.8823</string> </value>
</item>
<item>
<key> <string>state</string> </key>
<value> <string>current</string> </value>
</item>
<item>
<key> <string>time</string> </key>
<value>
<object>
<klass> <reference id="6.1"/> </klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>1616466160.52</float>
<string>UTC</string>
</tuple>
</state>
</object>
</value>
</item>
</dictionary>
<dictionary>
<item>
<key> <string>action</string> </key>
<value> <string>edit</string> </value>
</item>
<item>
<key> <string>actor</string> </key>
<value> <string>zope</string> </value>
</item>
<item>
<key> <string>comment</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>error_message</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>990.57742.44268.64256</string> </value>
</item>
<item>
<key> <string>state</string> </key>
<value> <string>current</string> </value>
</item>
<item>
<key> <string>time</string> </key>
<value>
<object>
<klass> <reference id="6.1"/> </klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>1616466806.58</float>
<string>UTC</string>
</tuple>
</state>
</object>
</value>
</item>
</dictionary>
<dictionary>
<item>
<key> <string>action</string> </key>
<value> <string>edit</string> </value>
</item>
<item>
<key> <string>actor</string> </key>
<value> <string>zope</string> </value>
</item>
<item>
<key> <string>comment</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>error_message</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>990.57753.29033.64614</string> </value>
</item>
<item>
<key> <string>state</string> </key>
<value> <string>current</string> </value>
</item>
<item>
<key> <string>time</string> </key>
<value>
<object>
<klass> <reference id="6.1"/> </klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>1616473268.76</float>
<string>UTC</string>
</tuple>
</state>
</object>
</value>
</item>
</dictionary>
<dictionary>
<item>
<key> <string>action</string> </key>
<value> <string>edit</string> </value>
</item>
<item>
<key> <string>actor</string> </key>
<value> <string>zope</string> </value>
</item>
<item>
<key> <string>comment</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>error_message</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>990.57861.9580.6724</string> </value>
</item>
<item>
<key> <string>state</string> </key>
<value> <string>current</string> </value>
</item>
<item>
<key> <string>time</string> </key>
<value>
<object>
<klass> <reference id="6.1"/> </klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>1616502305.44</float>
<string>UTC</string>
</tuple>
</state>
</object>
</value>
</item>
</dictionary>
</list>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
......@@ -20,6 +20,6 @@ test_page_module/user-Howto.Manage.Invoices
test_page_module/user-Howto.Manage.Invoices/**
test_page_module/user-Howto.Manage.Packing.Lists
test_page_module/user-Howto.Manage.Packing.Lists/**
test_page_module/user-Howto.Manage.Support.Request.007.en
test_page_module/user-Howto.Manage.Support.Request.007.en/**
test_page_module/user-Howto.Post.Outgoing.Events
\ No newline at end of file
test_page_module/user-Howto.Post.Outgoing.Events
test_page_module/user-Howto.Manage.Support.Request.NewUI
test_page_module/user-Howto.Manage.Support.Request.NewUI/**
......@@ -19,6 +19,6 @@ test_page_module/user-Howto.Manage.Invoices
test_page_module/user-Howto.Manage.Invoices/**
test_page_module/user-Howto.Manage.Packing.Lists
test_page_module/user-Howto.Manage.Packing.Lists/**
test_page_module/user-Howto.Manage.Support.Request.007.en
test_page_module/user-Howto.Manage.Support.Request.007.en/**
test_page_module/user-Howto.Post.Outgoing.Events
test_page_module/user-Howto.Manage.Support.Request.NewUI
test_page_module/user-Howto.Manage.Support.Request.NewUI/**
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment