Difference between revisions of "CX Settings Page Manual 3.0"
| (5 intermediate revisions by the same user not shown) | |||
| Line 58: | Line 58: | ||
* This button offers a list of Enablers from GVP_ENABLERS not linked yet to this CX Setting. | * This button offers a list of Enablers from GVP_ENABLERS not linked yet to this CX Setting. | ||
* Allows selecting several Enablers at once. | * Allows selecting several Enablers at once. | ||
| − | |||
* Once finished, save changes by using the [[File:Save3.png|middle|70px]] in the CX Settings page and the Enabler will be associated.<br /> | * Once finished, save changes by using the [[File:Save3.png|middle|70px]] in the CX Settings page and the Enabler will be associated.<br /> | ||
<br /> | <br /> | ||
| Line 64: | Line 63: | ||
* Use the [[File:DeleteRed3.png|middle|30px]] button to remove the association of a Enabler from the CX Setting. | * Use the [[File:DeleteRed3.png|middle|30px]] button to remove the association of a Enabler from the CX Setting. | ||
* Once finished, save changes by using the [[File:Save3.png|middle|70px]] in the CX Setting page. | * Once finished, save changes by using the [[File:Save3.png|middle|70px]] in the CX Setting page. | ||
| + | <br /> | ||
| + | <br /> | ||
| + | |||
| + | === Disablers === | ||
| + | ---- | ||
| + | This block allows associating enablers, previously created in table GVP_ENABLERS, that will disable this setting to be displayed to a user. | ||
| + | This block reads/writes to table GVP_SETTINGS_DISABLERS. | ||
| + | <br /> | ||
| + | [[File:DisablersBlock.png|center|800px|thumb|Disablers Block]] | ||
| + | <br /> | ||
| + | <big>'''Add an existing Enabler to the CX Setting to be a Disabler'''</big> | ||
| + | * Click the [[File:AddRelatedAndSelectExisting.png|middle|130px]] button and a dialog will open to select existing Enabler(s). | ||
| + | * This button offers a list of Enablers from GVP_ENABLERS not linked yet to this CX Setting. | ||
| + | * Allows selecting several Enablers at once. | ||
| + | * Once finished, save changes by using the [[File:Save3.png|middle|70px]] in the CX Settings page and the Enabler will be associated as a Disabler.<br /> | ||
| + | <br /> | ||
| + | <big>'''Remove Enabler from CX Setting'''</big> | ||
| + | * Use the [[File:DeleteRed3.png|middle|30px]] button to remove the association of a Enabler from the CX Setting. | ||
| + | * Once finished, save changes by using the [[File:Save3.png|middle|70px]] in the CX Setting page. | ||
| + | <br /> | ||
| + | <br /> | ||
| + | |||
| + | === Device Type Availability === | ||
| + | ---- | ||
| + | This block allows adding device type availabilities to object Setting. | ||
| + | This block reads/writes to table GVP_SETTINGS_DEVICE_MAPPING. | ||
| + | [[File:DeviceTypeAvailabilityBlockCXSettings.png|thumb|Device Type Availability Block|center|800px]] | ||
| + | <br /> | ||
| + | |||
| + | This block has 3 different levels that can be expanded or collapsed: | ||
| + | # Instance level: The first level groups all the device availabilities for an instance. It can be used to enable/disable the availabilities and configure the quality for all the device types at the same time. In a VOD Channel, it is not possible to create availabilities for different instances. It is just possible to create availabilities into the instance the VOD Channel belongs to. The instance is calculated based on the VOD Channel parent channel, until recursively reaches a root channel that will be linked to an Instance. | ||
| + | # Device Group level: The second level groups all the device types that belong to an specific group. Device Groups are managed globally in the [[Device_Type_Groups_Page_Manual_3.0|Device Type Groups page]]. You can enable/disable the availabilities and configure the quality for all the device types of an specific group. | ||
| + | # Device Type level: The third level contains the specific device types, in case you want to configure the availability and/or quality of an specific device type. | ||
| + | <br /> | ||
| + | |||
| + | '''Configuring availability'''<br /> | ||
| + | The '''Enabled''' column allows you to enable/disable that specific level, affecting the containing sub-levels. It has 3 different values:<br /> | ||
| + | : [[File:Checkbox_Full.png|border|middle|40px]] The devices contained are enabled.<br /> | ||
| + | : [[File:Checkbox_Empty.png|border|middle|40px]] The devices contained are disabled.<br /> | ||
| + | : [[File:Checkbox_Half.png|border|middle|40px]] Mixed. Some devices contained in sub-levels might be enabled and others disabled.<br /> | ||
| + | <br /> | ||
| + | <br /> | ||
| + | |||
| + | === Children === | ||
| + | ---- | ||
| + | This block allows adding children settings to a setting. | ||
| + | This block reads/writes to table GVP_SETTINGS_CHILDREN. | ||
| + | <br /> | ||
| + | [[File:CXSettingsChildrenBlock.png|thumb|Children block|center|800px]] | ||
| + | * Given a setting with children, when operator tries to change '''Setting Type''' from 1 (group) to another value the page will show a warning: "Changing Setting Type from Group to a different value, will remove every children". <br /> | ||
| + | * Then operator can: | ||
| + | ** cancel the action | ||
| + | ** confirm the change. | ||
| + | * If operator confirms the change, the server will remove every entry in GVP_SETTINGS_CHILDREN with GVP_SETTING_CHILDREN.PARENT_ID = the setting that is being edited. <br /><br /> | ||
| + | * Given a setting with children, when operator tries to change '''InstanceId''' to another value, the page will show a warning: "Changing the value of Instance, will remove every children". <br /> | ||
| + | * Then operator can: | ||
| + | ** cancel the action | ||
| + | ** confirm the change. | ||
| + | * If operator confirms the change, the server will remove every entry in GVP_SETTINGS_CHILDREN with GVP_SETTING_CHILDREN.PARENT_ID = the setting that is being edited. | ||
| + | <br /> | ||
| + | <br /> | ||
| + | <big>'''Add an existing Children to the CX Setting'''</big> | ||
| + | * Click the [[File:AddRelatedAndSelectExisting.png|middle|130px]] button and a dialog will open to select an existing setting. | ||
| + | * You can use the [[File:ColumnReorder 3.png|40px]] button to reorder the different settings associated. | ||
| + | * Once finished, save changes by using the [[File:Save3.png|middle|70px]] in the CX Setting page and the Child will be associated.<br /> | ||
| + | <br /> | ||
| + | <big>'''Remove Child from CX Setting'''</big> | ||
| + | * Use the [[File:DeleteRed3.png|middle|30px]] button to remove the association of a Child from the CX Setting. | ||
| + | * Once finished, save changes by using the [[File:Save3.png|middle|70px]] in the CX Setting page. | ||
| + | <br /> | ||
| + | <br /> | ||
| + | |||
| + | === Images === | ||
| + | ---- | ||
| + | This block allows associating images, previously created in table IMAGES, to a setting. This block reads/writes to table GVP_SETTINGS_IMAGES. | ||
| + | [[File:ImagesBlock3.png|thumb|Images block|center|800px]]<br /> | ||
| + | '''Add new images''' | ||
| + | [[File:UploadImageDialog.png|thumb|Upload image dialog|right|300px]] | ||
| + | * Use the [[File:AddNew.png|middle|130px]] button and a new row will be added so you can upload the new image. | ||
| + | * Then click the [[File:UploadIcon.png|middle|30px]] button and a dialog will be open so you will be able to select the image to be uploaded. | ||
| + | * Now fill the rest of the image information. | ||
| + | *Once finished, save changes by using the [[File:Save3.png|middle|70px]] in the edit page and the image will be created and associated.<br /> | ||
| + | <br /> | ||
| + | '''Add existing images''' | ||
| + | * Click the [[File:AddExisting.png|middle|130px]] button and a dialog will open to select and existing image. | ||
| + | *Once finished, save changes by using the [[File:Save3.png|middle|70px]] in the movie page and the image will be associated.<br /> | ||
| + | <br clear=all> | ||
| + | <br /> | ||
| + | [[File:ImagePreview.png|thumb|Image preview|left|border|400px]] | ||
| + | '''Remove images''' | ||
| + | * Use the [[File:DeleteRed3.png|middle|30px]] button to remove the association of a image from the movie . | ||
| + | * Once finished, save changes by using the [[File:Save3.png|middle|70px]] in the movie page. This will not delete the image file from the platform. In order to delete the image, you will have to go to the [[Images_Page_Manual_3.0|Images Page]]. | ||
| + | <br /> | ||
| + | '''Preview images'''<br /> | ||
| + | By clicking in the [[File:Preview.png|30px]] button in each image, you can access to the image preview. | ||
| + | <br clear=all> | ||
| + | |||
<br /> | <br /> | ||
| Line 105: | Line 201: | ||
=== [[File:BulkEdit3.png|middle|40px]] Bulk Edit === | === [[File:BulkEdit3.png|middle|40px]] Bulk Edit === | ||
| − | Bulk Edit is enabled for CX Settings, allowing you to modify several CX Settings at the same time. | + | Bulk Edit is enabled for CX Settings, allowing you to modify several CX Settings at the same time.<br /> |
| + | The bulk editable fields are Name and Title. | ||
<br /> | <br /> | ||
| Line 115: | Line 212: | ||
<br /> | <br /> | ||
| − | === [[File:CopyWithRelateds3.png|middle|160px]] Copy with | + | === [[File:CopyWithRelateds3.png|middle|160px]] Copy with Related === |
Copy with Related is enabled for CX Setting. Using the [[File:CopyWithRelateds3.png|middle|25px]] button, you will be able to clone a CX Setting and the related blocks into a new CX Setting. <br /> | Copy with Related is enabled for CX Setting. Using the [[File:CopyWithRelateds3.png|middle|25px]] button, you will be able to clone a CX Setting and the related blocks into a new CX Setting. <br /> | ||
| − | Once the CX Setting is copied, review that all the fields have been copied properly and press [[File:Save3.png|middle|60px]] Save button. | + | Once the CX Setting is copied, review that all the fields have been copied properly and press [[File:Save3.png|middle|60px]] Save button.<br /> |
| − | + | The copy with relateds will behave as: | |
| + | * '''Enablers''': Use same IDs (Shallow Copy). | ||
| + | * '''Disablers''': Use same IDs (Shallow Copy). | ||
| + | * '''Device Type Availability''': Use same IDs (Shallow Copy). | ||
| + | * '''Children''': Use same IDs (Shallow Copy). | ||
| + | * '''Images''': Use same IDs (Shallow Copy). | ||
<br /> | <br /> | ||
Latest revision as of 18:07, 30 December 2025
Contents
This page is used to manage the settings for Customer Experience.
Blocks
CX Settings
| Field | Description | Restrictions |
|---|---|---|
| Name | Name for this Setting. Not displayed in applications, it is used for internal use only. |
|
| Title | Title for the Setting that is shown in the different applications. |
|
| Setting Type | Type of the setting |
|
| Instance | Instance of the setting | - |
| Owner | Operator that created this CX Setting | Read Only |
Enablers
This block allows associating enablers, previously created in table GVP_ENABLERS, that will enable this setting to be displayed to a user.
This block reads/writes to table GVP_SETTINGS_ENABLERS.
Add an existing Enabler to the CX Setting
- Click the
button and a dialog will open to select existing Enabler(s). - This button offers a list of Enablers from GVP_ENABLERS not linked yet to this CX Setting.
- Allows selecting several Enablers at once.
- Once finished, save changes by using the
in the CX Settings page and the Enabler will be associated.
Remove Enabler from CX Setting
- Use the
button to remove the association of a Enabler from the CX Setting. - Once finished, save changes by using the
in the CX Setting page.
Disablers
This block allows associating enablers, previously created in table GVP_ENABLERS, that will disable this setting to be displayed to a user.
This block reads/writes to table GVP_SETTINGS_DISABLERS.
Add an existing Enabler to the CX Setting to be a Disabler
- Click the
button and a dialog will open to select existing Enabler(s). - This button offers a list of Enablers from GVP_ENABLERS not linked yet to this CX Setting.
- Allows selecting several Enablers at once.
- Once finished, save changes by using the
in the CX Settings page and the Enabler will be associated as a Disabler.
Remove Enabler from CX Setting
- Use the
button to remove the association of a Enabler from the CX Setting. - Once finished, save changes by using the
in the CX Setting page.
Device Type Availability
This block allows adding device type availabilities to object Setting. This block reads/writes to table GVP_SETTINGS_DEVICE_MAPPING.
This block has 3 different levels that can be expanded or collapsed:
- Instance level: The first level groups all the device availabilities for an instance. It can be used to enable/disable the availabilities and configure the quality for all the device types at the same time. In a VOD Channel, it is not possible to create availabilities for different instances. It is just possible to create availabilities into the instance the VOD Channel belongs to. The instance is calculated based on the VOD Channel parent channel, until recursively reaches a root channel that will be linked to an Instance.
- Device Group level: The second level groups all the device types that belong to an specific group. Device Groups are managed globally in the Device Type Groups page. You can enable/disable the availabilities and configure the quality for all the device types of an specific group.
- Device Type level: The third level contains the specific device types, in case you want to configure the availability and/or quality of an specific device type.
Configuring availability
The Enabled column allows you to enable/disable that specific level, affecting the containing sub-levels. It has 3 different values:
The devices contained are enabled.
The devices contained are disabled.
Mixed. Some devices contained in sub-levels might be enabled and others disabled.
Children
This block allows adding children settings to a setting.
This block reads/writes to table GVP_SETTINGS_CHILDREN.
- Given a setting with children, when operator tries to change Setting Type from 1 (group) to another value the page will show a warning: "Changing Setting Type from Group to a different value, will remove every children".
- Then operator can:
- cancel the action
- confirm the change.
- If operator confirms the change, the server will remove every entry in GVP_SETTINGS_CHILDREN with GVP_SETTING_CHILDREN.PARENT_ID = the setting that is being edited.
- Given a setting with children, when operator tries to change InstanceId to another value, the page will show a warning: "Changing the value of Instance, will remove every children".
- Then operator can:
- cancel the action
- confirm the change.
- If operator confirms the change, the server will remove every entry in GVP_SETTINGS_CHILDREN with GVP_SETTING_CHILDREN.PARENT_ID = the setting that is being edited.
Add an existing Children to the CX Setting
- Click the
button and a dialog will open to select an existing setting. - You can use the
button to reorder the different settings associated. - Once finished, save changes by using the
in the CX Setting page and the Child will be associated.
Remove Child from CX Setting
- Use the
button to remove the association of a Child from the CX Setting. - Once finished, save changes by using the
in the CX Setting page.
Images
This block allows associating images, previously created in table IMAGES, to a setting. This block reads/writes to table GVP_SETTINGS_IMAGES.
Add new images
- Use the
button and a new row will be added so you can upload the new image. - Then click the
button and a dialog will be open so you will be able to select the image to be uploaded. - Now fill the rest of the image information.
- Once finished, save changes by using the
in the edit page and the image will be created and associated.
Add existing images
- Click the
button and a dialog will open to select and existing image. - Once finished, save changes by using the
in the movie page and the image will be associated.
Remove images
- Use the
button to remove the association of a image from the movie . - Once finished, save changes by using the
in the movie page. This will not delete the image file from the platform. In order to delete the image, you will have to go to the Images Page.
Preview images
By clicking in the
button in each image, you can access to the image preview.
Actions
| Create | Edit | Edit in List | Bulk Edit | Copy | Copy with Relateds | Edit History | Delete |
|---|---|---|---|---|---|---|---|
Create
CX Setting creation is enabled by default for most of the Content operator profiles.
- Use the
button to create an empty CX Setting. - Fill all the CX Setting data.
- Once finished, save changes by using the
button in the CX Setting page.
Edit
CX Setting edit is enabled by default for most of the operator profiles. It can be used to perform modification in the CX Setting data and related information. Once finished modifying the CX Setting, save changes by using the
button in the CX Setting page.
Edit in List
Edit in list is enabled for CX Setting, allowing the operator to edit the Name and Title fields from the list view. You can also delete any CX Setting by clicking on the
button. Once finished, save changes by using the
button in the CX Setting page.
Bulk Edit
Bulk Edit is enabled for CX Settings, allowing you to modify several CX Settings at the same time.
The bulk editable fields are Name and Title.
Copy
Copy is enabled for CX Settings. Using the
button, you will be able to clone the basic information from the CX Setting into a new CX Setting. The relateds will not be copied using this mode.
Once the CX Setting is copied, review that all the fields have been copied properly and press
Save button.
Copy with Related
Copy with Related is enabled for CX Setting. Using the
button, you will be able to clone a CX Setting and the related blocks into a new CX Setting.
Once the CX Setting is copied, review that all the fields have been copied properly and press
Save button.
The copy with relateds will behave as:
- Enablers: Use same IDs (Shallow Copy).
- Disablers: Use same IDs (Shallow Copy).
- Device Type Availability: Use same IDs (Shallow Copy).
- Children: Use same IDs (Shallow Copy).
- Images: Use same IDs (Shallow Copy).
Edit History
Edit History is disabled of CX Settings.
Delete
You can delete a CX Setting either from the Edit in List or from the CX Setting page, using the
button. A confirmation popup will be shown before excluding it.