cancel
Showing results for 
Search instead for 
Did you mean: 

Posting Activity to an External Object passing HTML

Former Member
0 Kudos

Hi there,

i'm trying to post an activity to an external object featured in a group inside my SAP Jam trial instance. What i'd like to do is to pass inside this activity a HTML code. So i tried by doing this request:

POST https://developer.sapjam.com/api/v1/OData/Activities

   

With the following payload:


<entry>

     <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Object" href="ExternalObjects('ExternalActivityID')">ExternalObjects('ExternalActivityID')</link>

     <link rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Distribution" href="Members('ExternalActivityID')\">Members('ExternalActivityID')</link>

     <content>

          <properties>

               <Content><div>Changed: Chance of Success from <b> 075 </b> to <b> 065 </b></div><div> Changed: Opportunity/Lead Priority from <b>very important</b> to<b>important</b></div></Content>

          </properties>

     </content>

</entry>

The result on my sap jam instance is:

As you can see, the html tags are completely ignored. Does SAP Jam allow only specific HTML tags? In this case, can you tell me which ones?

Accepted Solutions (0)

Answers (1)

Answers (1)

Adam_Stone
Active Contributor
0 Kudos

Please take a look at the following page