How to add an item in a metadata column into termstore? - metadata

I have configured a managed metadata service and added few term sets and terms. I then created a list with a metadata column which can use these terms. I am able to get hints for the terms in this column.
Now, My requirement is that when I add some item to this column which is not present in term store, it should be added back to the Term store thus enabling the two way functionality and from the next time I should get hints of this term also.
Can someone explain how this can be achieved. Any help would be greatly appreciated...

You can try following:
Go to your column settings and allow "Fill in" choices. Then when you add or edit item in term picker dialog you will see "Add new item" link which allows you to add term to termset using this dialog instead of going to term store manager.

Related

Remove menu option for specific selected values?

Is there a way to remove the option to select a menu link for specific fields?
For example I have a dashboard that has details of each users action and a few of those users are actually an automated system. So the few that are part of the system do not need to be reviewed as those are always automatic.
I want to only allow this menu selection for actual users and not the few "accounts" that are part of an automated system.
The kind of menu link on selection I am talking about.
Is it possible to remove this menu link for only specific values in a column?
I don't think it's possible - am fascinated to know if someone comes in with a way to do it - so one option to consider is renaming to "Daily Details - ignore for Bot 1 & 2" so the users are aware they should do nothing.

Go to a record from a portal

I'm making an app for authors using Filemaker. I posted this question on their forum but still haven't gotten an answer.
My app is basically a place where people can keep track of all the details that go into creating characters and locations. In each book (record) I have a tab control with 4 tabs: Book Details, Character List, Location List and Group List. Within the character list tab I have a portal which shows a list of the characters for that book.
I'm trying to create a button for each row in the portal which takes me to that records details page (the one with the red box around it). Right now, it's set to go to the character details layout. However, whichever row I click on, it takes me to the last visited record. Is there a way to go to each row's record from the portal? If not, do you know of a way to do the same thing through another method? I have a list layout which I used before, however, it doesn't hide the records for different books. For example, if I select book 1, it still shows characters for book 2. Thanks in advance for any help you can give me!
Create a button, attach a script or single command that uses the Go To Related Record script step using the same relationship as the portal.
Make sure the button fits within the row.

Tableau - How to identify and map countries NOT included in data file?

I have a data file of countries that I am mapping with Tableau. How could I go about obtaining the names and mapping the countries that are NOT mapped from my data file?
Thanks!
Brian
Look at the bottom right of the map for an indicator warning you about missing location info.
If you click it, you will get several options about how to handle the exceptions. One of the choices leads to an edit panel where you see the problem values and associate them with the right countries.
It would be nice if you could export data from the edit panel. Note there is a checkbox to hide all the values with matching geocoding so that you can focus on the problem data.

How to add ID to magento products

I'm trying to add some id to the span where in bundle product Magento shows all the bundled products.
see snapshot
So I would like to change input id from bundle-option-x-qty-input to bundle-produkt-sku or something like this.
I need to have a static id for added products. Now id is dynamically changed by adding a next number bundle-option-1-qty-input, bundle-option-2-qty-input, etc.
I need to know the id of those products cos I want to made some JavaScript code to control amount of this product. Anyone know where is a template file edit or where do I need to add some code?
Sorry for my English.
The best way to debug template path is by using Magento Template Path Hints
Go to System -> Configuration In the top left there is a box named “Current Configuration Scope: “ which has a drop down. From that drop down, choose your store view name. By default it is last option in the drop down i.e Default Store View option. After this go to Advanced -> Developer->Debug And here make Template Path Hints = Yes
See
Mage_Catalog_Block_Product_View_Options_Type_*
/app/code/core/Mage/Catalog/Block/Product/View/Options/Type/Select.php

What's the function of the Publish field of items in Sitecore

I am wondering what the function is of the Publish field of items in Sitecore. Just to be sure I am clear about what field I am talking about it's the field in the "Publishing" section of an item which is only shown when you check the "Standard fields" option.
Normally that field is not filled in and I expected it to be filled automatically by Sitecore when an item is published due to it's publishing restrictions settings but I am no longer sure about this.
Regards,
David
The Publish field of Publishing section contains a date and time for an item to be published from. If you do not specify anything here, the item is publishable by default. These changes are applied to the whole item (the field is shared). If you'd like to change this for different versions, use the LifeTime section instead.
I would encourage you to get acquainted with Content Cookbook for more details.
If I remember correctly, these fields can be used to properties of the publishment. For example, the date range when your page should be online.
If not, please give me a list of fields that are available.