ManPageW MediaItem
Enjoy it, and help to fill it! But please, always respecting copyright.
Please write your contributions under the Contributions Section
Contents
Window: Media Item
Description : Maintain Web Media
Help : Maintain Content Management Media
Tab: Web Project
Description : Select Media Project
Help :
Table Name : CM_WebProject
Fields
Name | Description | Help | Technical Data |
---|---|---|---|
Client | Client/Tenant for this installation. | A Client is a company or a legal entity. You cannot share data between Clients. Tenant is a synonym for Client. | AD_Client_ID
NUMBER(10) TableDir |
Organization | Organizational entity within client | An organization is a unit of your client or legal entity - examples are store, department. You can share data between organizations. | AD_Org_ID
NUMBER(10) TableDir |
Name | Alphanumeric identifier of the entity | The name of an entity (record) is used as an default search option in addition to the search key. The name is up to 60 characters in length. | Name
NVARCHAR2(60) String |
Description | Optional short description of the record | A description is limited to 255 characters. | Description
NVARCHAR2(255) String |
Comment/Help | Comment or Hint | The Help field contains a hint, comment or help about the use of this item. | Help
NVARCHAR2(2000) Text |
Active | The record is active in the system | There are two methods of making records unavailable in the system: One is to delete the record, the other is to de-activate the record. A de-activated record is not available for selection, but available for reports.
There are two reasons for de-activating and not deleting records: (1) The system requires the record for audit purposes. (2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries. |
IsActive
CHAR(1) YesNo |
Meta Author | Author of the content | Author of the content for the Containers Meta Data | Meta_Author
NVARCHAR2(2000) String |
Meta Content Type | Defines the type of content i.e. "text/html; charset=UTF-8" | With this tag you can overwrite the type of content and how search engines will interpret it. You should keep in mind that this will not influence how the Server and Client interpret the content. | Meta_Content
NVARCHAR2(2000) String |
Meta Copyright | Contains Copyright information for the content | This Tag contains detailed information about the content's copyright situation, how holds it for which timeframe etc. | Meta_Copyright
NVARCHAR2(2000) String |
Meta Publisher | Meta Publisher defines the publisher of the content | As author and publisher must not be the same person this tag saves the responsible publisher for the content | Meta_Publisher
NVARCHAR2(2000) String |
Meta RobotsTag | RobotsTag defines how search robots should handle this content | The Meta Robots Tag define on how a search engines robot should handle this page and the following ones. It defines two keywords: (NO)INDEX which defines whether or not to index this content and (NO)FOLLOW which defines whether or not to folow links. The most common combination is INDEX,FOLLOW which will force a search robot to index the content and follow links and images. | Meta_RobotsTag
NVARCHAR2(2000) String |
Container Tree | Container Tree | Container Tree | AD_TreeCMC_ID
NUMBER(10) Table |
Stage Tree | Stage Tree | Stage Tree | AD_TreeCMS_ID
NUMBER(10) Table |
Template Tree | Template Tree | Template Tree | AD_TreeCMT_ID
NUMBER(10) Table |
Media Tree | Media Tree | Media Tree | AD_TreeCMM_ID
NUMBER(10) Table |
Tab: Media Item
Description : Maintain Media Item
Help : Media items are deployed on the media servers. The media item can be an Image or an attachment. Attachments are ignored, if there is an image. If there are more then one attachment, the first is used.
Table Name : CM_Media
Fields
Name | Description | Help | Technical Data |
---|---|---|---|
Client | Client/Tenant for this installation. | A Client is a company or a legal entity. You cannot share data between Clients. Tenant is a synonym for Client. | AD_Client_ID
NUMBER(10) TableDir |
Organization | Organizational entity within client | An organization is a unit of your client or legal entity - examples are store, department. You can share data between organizations. | AD_Org_ID
NUMBER(10) TableDir |
Name | Alphanumeric identifier of the entity | The name of an entity (record) is used as an default search option in addition to the search key. The name is up to 60 characters in length. | Name
NVARCHAR2(60) String |
Description | Optional short description of the record | A description is limited to 255 characters. | Description
NVARCHAR2(255) String |
Comment/Help | Comment or Hint | The Help field contains a hint, comment or help about the use of this item. | Help
NVARCHAR2(2000) Text |
Active | The record is active in the system | There are two methods of making records unavailable in the system: One is to delete the record, the other is to de-activate the record. A de-activated record is not available for selection, but available for reports.
There are two reasons for de-activating and not deleting records: (1) The system requires the record for audit purposes. (2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries. |
IsActive
CHAR(1) YesNo |
Summary Level | This is a summary entity | A summary entity represents a branch in a tree rather than an end-node. Summary entities are used for reporting and do not have own values. | IsSummary
CHAR(1) YesNo |
Web Project | A web project is the main data container for Containers, URLs, Ads, Media etc. | A web project is the meta definition which will contain later on all data within the Web Content Management Project. | CM_WebProject_ID
NUMBER(10) TableDir |
Media Type | Defines the media type for the browser | The browser and the media server need info on the type of content | MediaType
CHAR(3) List |
Image | Image or Icon | Images and Icon can be used to display supported graphic formats (gif, jpg, png).
You can either load the image (in the database) or point to a graphic via a URI (i.e. it can point to a resource, http address) |
AD_Image_ID
NUMBER(10) Image |
Tab: Deplayment
Description : Media Deployment
Help : Deployment to Media Server
Table Name : CM_MediaDeploy
Fields
Name | Description | Help | Technical Data |
---|---|---|---|
Client | Client/Tenant for this installation. | A Client is a company or a legal entity. You cannot share data between Clients. Tenant is a synonym for Client. | AD_Client_ID
NUMBER(10) TableDir |
Organization | Organizational entity within client | An organization is a unit of your client or legal entity - examples are store, department. You can share data between organizations. | AD_Org_ID
NUMBER(10) TableDir |
Media Item | Contains media content like images, flash movies etc. | This table contains all the media content like images, flas movies etc. | CM_Media_ID
NUMBER(10) TableDir |
Description | Optional short description of the record | A description is limited to 255 characters. | Description
NVARCHAR2(255) String |
Media Server | Media Server list to which content should get transfered | For performance optimization we save media content on static servers | CM_Media_Server_ID
NUMBER(10) TableDir |
Last Synchronized | Date when last synchronized | LastSynchronized
DATE DateTime | |
Deployed | Entity is deployed | IsDeployed
CHAR(1) YesNo |