> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# NewsFeedItemHtml table

> Detailed description of the news item, in a specific language.

## NewsFeedItemHtml Table (507)

Detailed description of the news item, in a specific language.

## Fields

| Name                 | Description                                                                                                                                 | Type                                  | Nullable |
| -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------- | :------: |
| newsfeeditemhtml\_id | Primary key                                                                                                                                 | PK                                    |    No    |
| newsfeeditem\_id     | Foreign key to NewsFeedItem that this description belongs to.                                                                               | FK [NewsFeedItem](./newsfeeditem.mdx) |    No    |
| Iso2Lang             | ISO 2 letter Language code for the content. "en", "us", "no"                                                                                | String(10)                            |    No    |
| HtmlContent          | The HTML content for the news feed item in the specified language. Styling through pre-defined CSS classes. No SCRIPT or STYLE tags allowed | Clob                                  |    No    |

<img src="https://mintcdn.com/superofficeas/zNQa3AO19PFK63SB/media/loc/en/database/tables/NewsFeedItemHtml.png?fit=max&auto=format&n=zNQa3AO19PFK63SB&q=85&s=eda42ad9c7689218fdc9f8c39864519b" alt="NewsFeedItemHtml table relationship diagram" width="533" height="59" data-path="media/loc/en/database/tables/NewsFeedItemHtml.png" />

## Indexes

| Fields                     | Types          | Description |
| -------------------------- | -------------- | ----------- |
| newsfeeditem\_id, Iso2Lang | FK, String(10) | Unique      |

## Relationships

| Table                          | Description                                                                                       |
| ------------------------------ | ------------------------------------------------------------------------------------------------- |
| [NewsFeedItem](./newsfeeditem) | Contains news feed items - published to one or more users, with one or more language descriptions |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.


## Related topics

- [NewsFeedItem table](/en/database/tables/newsfeeditem.md)
- [NewsFeedItemRecipient table](/en/database/tables/newsfeeditemrecipient.md)
- [NewsFeedItemCta table](/en/database/tables/newsfeeditemcta.md)
- [What's new in version 12.2.2072.0](/release-notes/database/changes-12.2.2072.md)
- [What's new in version 12.3.2195.0](/release-notes/database/changelog.md)
- [Post News Feed Item](/en/api/reference/restful/agent/newsfeed_agent/post-news-feed-item.md)
