cancel
Showing results for 
Search instead for 
Did you mean: 

Using HTML markup in OData

0 Kudos

Hello,

We want to store long texts with an OData service. This text should be stored including formatting (html markup?). Does OData support this? Should I use String or Xstring Data types?

Regards, Paul Lauwers.

Accepted Solutions (0)

Answers (1)

Answers (1)

kammaje_cis
Active Contributor
0 Kudos

Paul,

I would suggest making use of OData's media entity. Store your long text in a txt/html file and model it as a media entity.

Here is how.