on 2007 Aug 31 6:50 AM
Dear experts
We have a requirement:
Some conditions are defined in a report in Solution manager which runs in a weekly basis.
If any of the conditions are not met, that particular exceptional condition shoud come in the Collaboration Meeting room "tasks"
Is this possible? If so How can we do that ?
Please help me..
Regards
Aparnna
Hi Aparnna,
SAP have provided a Office Notification connector(SONiC) for the portal to connect with SAP inbox into UWL. you can download the SDA file and the documents from the <a href="https://www.sdn.sap.com/irj/sdn/downloads">sdn</a> in the EP link.
Hope it helps!
Thanks,
Vijay
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Aparnna,
This would be bit tricky , but its worth trying out. ok,goto UWL-Administration and find the list of current configurations in that you can find <b>uwl.collaboration</b> then download that xml file and the fallowing code into the xml file..
<ItemTypes>
<ItemType name="uwl.notification.som" connector="SomProviderConnector" defaultView="SomView" defaultAction="showDetails">
<Actions>
<Action name="delete" reference="delete"/>
<Action reference="forward"/>
</Actions>
</ItemType>
</ItemTypes>
<Views>
<View name="SomView" width="98%" supportedItemTypes="uwl.notification.som" columnOrder="status, subject, priority, creatorId, createdDate, attachmentCount, detailIcon" sortby="createdDate:descend, priority:descend" emphasizedItems="unread" selectionMode="MULTISELECT" tableDesign="STANDARD" visibleRowCount="10" headerVisible="yes" tableNavigationFooterVisible="yes" tableNavigationType="CUSTOMNAV" actionRef="">
<Descriptions default="SAP Office Mails"/>
<DisplayAttributes>
<DisplayAttribute name="createdDate" type="datetime" width="" sortable="yes" format="medium" referenceBundle="sent_date" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
<DisplayAttribute name="creatorId" type="people" width="" sortable="yes" format="default" referenceBundle="from" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes"/>
</DisplayAttributes>
<Actions>
<Action reference="delete"/>
<Action reference="forward"/>
</Actions>
</View>
</Views>
Place this xml tags(itemtypes,views) in the correspoding area where you check the uwl.collaboration xml file.
Hope it helps!
P.S. Take a back up of your uwl.collaboration file before updating into server.
Thanks,
Vijay
User | Count |
---|---|
64 | |
10 | |
9 | |
6 | |
6 | |
6 | |
5 | |
5 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.