How to customize update folder information service in webcenter content - oracle-ucm

I have to add custom field into folder information popup. when we clicking on the "Update Folder Information"
How to complete this?

Metadata fields are configured in the Configuration Manager (Administration -> Admin Applets -> Configuration Manager -> Information Fields). But...
Folders can't carry metadata like documents can. If you configure a metadata field, it won't be part of the folder configuration. It will only let you set default metadata for documents put in that folder.

Related

Type of catalog object selection not available when creating report from Oracle Catalog Manager

When trying to create a report for the catalog objects in OBIEE (12c) through the Catalog Manager tool, it is supposed to give me the type of object I want to create the report for. But for me that selection is not coming at all. In some forums it is mentioned that run the catalog manager not through the shortcut but through the runcat.cmd file in Oracle_Home/bi/bitools/bin directory, but even that didn't help.Here's what I am seeing:
And here's what I am supposed to see:
Any insights would be appreciated.Thanks

How to copy existing dashboard to the new Project in Appdynamics

How to copy an existing dashboard to the new project in appdynamics.
You can export the dashboard and you will get the json version of your dashboard.(The export button is located top of the your dashboard page)
This json file can be easily editable with any editor and you can replace the Application and/or other properties which contain on of your dashboards.
https://docs.appdynamics.com/display/PRO45/Import+and+Export+Custom+Dashboards+and+Templates+Using+the+UI

upload stopwords and synonyms to Elasticsearch cloud server

I have deployed my Elasticsearch server to the cloud: cloud.elastic.co
I have seen stopwords and synonyms documentation, which explain stopwords.txt/synonyms.txt files could be copied under config folder... but how can I do this on a cloud server?
I know I can pass the stopwords in an array, but using a file, it would be easier to update them:
Updating stopwords is easier if you specify them in a file with the
stopwords_path parameter. You can just update the file (on every node
in the cluster) and then force the analyzers to be re-created by
either of these actions
You have to use Custom Plugins section to manage any custom plugins, scripts or dictionaries (stopwords, synonymns, etc.)
Steps:
Create a zip file with the following directory structure:
.
|__ dictionaries
|__ stopwords.txt
Login to elastic cloud and go to Custom Plugins section
Click on Add Plugin
Fill in the relevant details and for the section Plugin Type select A bundle containing a dictionary or script
Click on Create Plugin
Go back to the Custom plugins page and click on the new plugin you just added.
Scroll to the bottom and upload the zip file created in first step.
Now you have to update your cluster so that its available to all the nodes. To do this follow the steps below:
Click on Deployment
Select your cluster/deployment form the page
On the menu in the left click on Edit.
Scroll to the section Elasticsearch plugins and settings on the
page. Click on Manage plugins and settings.
From the expanded list select your bundle (located under Custom
Plugins section in the expanded list).
On the bottom of the page click on Save Changes
Wait for the update activity to complete. Once completed you can now use stopwords.txt as below:
"stopwords_path": "stopwords.txt"
Here is the complete elastic cloud documentation.
Documentation page for adding plugin/script/dictionary is here.

How can I enable cluster.indices.close.enable temporarily on Elastic Cloud?

The document(https://www.elastic.co/guide/en/cloud/external/cluster-config.html#user-settings) says
You might enable this setting temporarily in order to change the analyzer configuration for an existing index.
But I can't find how to do that.
How can I enable cluster.indices.close.enable temporarily?
That is a setting to modify in your User settings panel, see this link:
Log into the Cloud UI.
Click on a cluster name from the Clusters panel and click Edit icon.
In the User Settings section, update the user settings.
Click Save changes.
As #ZerefeL mentions in the comment, you might have to wait up to 10 minutes for the config to be properly updated.

How to show/edit custom properties on the properties page in AEM

I have several assets under /content/dam/myassets in AEM 6
I've given a custom property to each of these assets with the name of dc:location.
Is there a way that I can show this property on the asset's properties page so that users can see and edit it? This is how the property page looks at the moment.
What I've tried
I've added loc property under /apps/dam/content (shown below) but still I can't see it on the properties page.
There's a GUI for modifying the Asset Metadata forms. To get there, select Tools > Assets > Metadata Schemas from the left rail. Documentation can be found at http://docs.adobe.com/docs/en/aem/6-1/administer/content/assets/metadata-schemas.html.

Resources