cancel
Showing results for 
Search instead for 
Did you mean: 

Doubt in Collaboration room

Former Member
0 Kudos

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

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

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

Former Member
0 Kudos

Hi

Thank you for the reply..

I have one more doubt.. How can bring this task inside the Meeting room Tasks Page.

Iam working on EP 6

Regards

Aparnna

Message was edited by:

Aparnna Prasad

Former Member
0 Kudos

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

Answers (0)