Read navigation url OR Custom property for a term in Taxonomy using Javascript

Hi All,
we have followed the below steps to retrieve the managed metadata terms.
http://sympmarc.com/2013/10/11/spservices-stories-18-retrieve-managed-metadata-using-javascript-and-spservices/
and we have achieved and constructed the same through JavaScript.
Below is the screen shot.
Issue:-
we are unable to retrieve the term navigation url. Can you please help us to retrieve navigation url OR Custom property.
Thanks in Advance.

Hi,
According to your description, you want to manage term custom property in SharePoint 2010.
As you know, there is no OOTB method to meet your requirement.
If you want to do it without coding, you can take a look at this tool about managing term store:
http://www.metavistech.com/product/term-store-manager
As this is a third party tool, we are not sure whether it has risks, please use with caution.
Best regards
Patrick Liang
TechNet Community Support

Similar Messages

  • SharePoint 2010 UI Interface to add Custom Property for a Term, similar to SharePoint 2013 .

    Hi All,
    We have a requirement to capture additional metadata for each Term (Ex: Requested for, Requested date, Requested by). these properties are not available in Sharepoint 2010 OOTB but can be acheived using Term.SetCustomProperty(). where as in SharePoint 2013,we
    have option to add/update/delete custom Properties in Term Store management window(Custom propertiesTabs) , which is OOTB. 
    Just want to understand is  there any way to get that Custom Property Tab interface in 2010. Or any other way to manage(Add/Update/delete) custom properties from the browser itself. 
    Is there any codeplex/other solution which will  allow us to manage properties from browser with out doing the code.
    Any suggestions on this would be helpful
    Thanks in advance
    ragava_28

    Hi,
    According to your description, you want to manage term custom property in SharePoint 2010.
    As you know, there is no OOTB method to meet your requirement.
    If you want to do it without coding, you can take a look at this tool about managing term store:
    http://www.metavistech.com/product/term-store-manager
    As this is a third party tool, we are not sure whether it has risks, please use with caution.
    Best regards
    Patrick Liang
    TechNet Community Support

  • How Update Custom fields for EABL DB table by using BAPI_MTRREADDOC_UPLOAD

    Hi friends,
    How can I Update Custom fields for EABL DB table by using BAPI_MTRREADDOC_UPLOAD
    for the parameter EXTENSIONIN of type BAPIPAREX
    I am passing the Structure as BAPI_TE_EABL
    in that structure MRIDNUMBER as EABL-ABLBELNR field value
    ZMESSAGE some text of 30 char and
    ZSKIPC of 2 char
    but I am not able to update that data for the MRIDNUMBER (ABLBELNR ) in DB table EABL
    I am getting RETURN Structure message type E
    as
    "Upload interim entries: Maintain one table only"
    Can any one provide me solution
    Thanks in Advance
    Ganesh

    Hi,
    Refer the following SAP notes.
    1. Note 485557 - BAPI_REQUISITION_CREATE: 'EXTENSIONIN' customer enhancements
    2. Note 584902 - BAPI_REQUISITION_CHANGE: ExtensionIn not connected
    3. Note 792132 - EBAN, EBKN: user-defined fields are not filled
    Regards,
    Harish

  • How to create a custom property for web dynpro iView - please respond

    Hi,
    I have to create a custom iView property for a web dynpro Java Application.  I am searching forums and sap help and not able to find any documentation on this. Please post your thoughts here...
    Thanks
    Srini
    Edited by: Srinibapati on Sep 5, 2009 3:56 PM

    No One replied and closing this thread...........I still don't have answer for this.
    Thanks.
    Srini

  • How to access custom property for attribute and control in .vm file?

    Hi,
    I have created custom properties in OPM for attribute and apply also that properties to attribute.
    But if how to access that value in .vm file?
    I accessed using
    $attribute.getProperty("ScreenProp", "default value")
    but it's not working but same is worked for screen custom property

    $control.getProperties().get("PropertyName") works for custom properties on a control
    If you output $control and $control.getProperties() to the html you can lookup the API for the used classes.
    I can't give an example of the html because it's stripped in this forum
    Edited by: Peter van de Riet on 20-mei-2011 14:18

  • Retrieve custom property for a community

    How would you retrieve a custom property set on a Community? Is there an equilavent PT tag similar to the "pt:userInfo" tag?
    Any info would be appreciated!--jason

    We went a different route to obtain custom properties. However, when using the QueryObjects method, you have to pass it the folder id. How would go about retrieving the current folder id?
    Thank you again!--JasonFTN Financial
    Here is the code we are using:
    Dim oPortletcontext As Plumtree.Remote.Portlet.IPortletContextDim oPortletManager As Plumtree.Remote.PRC.IObjectManagerDim oExtendeddata As Plumtree.Remote.PRC.IExtendedDataDim oQuery As Plumtree.Remote.PRC.IObjectQueryDim oRow As Plumtree.Remote.PRC.IObjectQueryRow
    oPortletcontext = Plumtree.Remote.Portlet.PortletContextFactory.CreatePortletContext(Request, Response)
    oPortletManager = oPortletcontext.GetRemotePortalSession.GetObjectManager(Plumtree.Remote.PRC.ObjectClass.Community)
    oQuery = oPortletManager.QueryObjects(353)oRow = oQuery.GetRow(0)oExtendeddata = oRow.GetExtendedData
    response.write(oExtendeddata.GetValue("Reference Number"))

  • Custom property for file in File System Repository

    Hi,
    I have create a folder on KM using File system Repository access a network path, but facing a problems that the folder can't support custom property and can't classifiable.

    hi
    http://help.sap.com/saphelp_nw04/helpdata/en/69/d96b83a84611d5993600508b6b8b11/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/43/2e6868c6ce72408d982213e314fda1/content.htm.<b>please don,t forget points</b>
    with regards
    subrato kundu

  • Can you make custom ringtone for iPhone 4 w/o using iTunes?

    My computer crashed and I had to redownload iTunes and all my music the other day. I plugged my iPhone 4 in to put a custom ringtone I made in iTunes on it and it says it wants to "erase and sync" my phone since it was connected to my old iTunes. Is there a way to fix this or is there a way to make a new custom ringtone for my iphone without using iTunes?

    about backup http://support.apple.com/kb/HT1766
    you're better off creating new ringtones.  Take a look at the first link I gave you, that will answer all your questions.

  • Retrieve custom property for a user

    Within a custom portlet, how would I obtain custom properites of the current user viewing the portlet? For example, if a user had property "Favorite Food" populated and I wanted my portlet to display recipes using his/her favorite food.

    I finally found it myself. Here is what I was originally looking for...
    DimoPortletcontext AsPlumtree.Remote.Portlet.IPortletContextDimsEmail AsString
    oPortletcontext = Plumtree.Remote.Portlet.PortletContextFactory.CreatePortletContext(Request, Response)sEmail = oPortletcontext.GetRequest.GetSettingValue(Plumtree.Remote.Portlet.SettingType.UserInfo, "Email"))

  • How do I set an Apex mulri-row reports form value for the specifc current row using Javascript?

    I have a multi-row region based on a table in which I have two particular columns of interest.  The first has an LOV defined for which I have set up a pick-list of codes associated with the item's status as "OK" or having some problem, for which there are a small number of set codes associated.  Most rows will be OK, but when there is a problem, the pick-list will be used.
    When that pick list has been used, there is an optional "comments" column that can be filled in.  I want my screen to dynamically enable/disable a pushbutton that links to the comment based on the code.  This being row-based, the push-button needs enabling or disabling by row, not as a whole "conditional column".  That bit is ok, I think, but I don't know and can't find the syntax for how within the javascript onchange function I set the current row value for a different column to the one that triggered it.
    My header function (that doesn't work) is going to be something like this (where the status column LOV having a value = 6 means "OK").  Note I'm using alert for a debug mechamism.  The $s line is my failed attempt to set he column value, here with a hard-coded string "Changed COMMENTS":
    <script type="text/javascript">
    function doActivateButton(object)
      if(parseInt(object.value)!='6')
        alert('It is not 6!');
        $s('#COMMENTS','Changed COMMENTS','Changed COMMENTS',TRUE);
      else
        alert('It is 6, you know!');
    </script>
    Ideally, I want any existing comments blanked if the user picks "OK" (6) as the new status, whereas for debug above I'm setting the hardcoded debug string.  You will probably also note I realise I haven't properly understood the purpose of the third parameter in the $s API.
    (This is a reports region, by the way.  A detail block, in forms-speak, with a header block above it.)
    Thanks for any assistance.
    Mark

    Sorry, versions are: Apex 4.1 on Oracle RDBMS 11.2.

  • How to reference a custom property in a vo transient attribute expr + bug

    Hi all
    I have created a transient attribute with an expression that evaluate null content to replace it by a appropriate text.
    <ViewAttribute
        Name="DescriptionUI"
        IsUpdateable="false"
        IsSelected="false"
        IsPersistent="false"
        PrecisionRule="true"
        Type="java.lang.String"
        ColumnType="VARCHAR2"
        AliasName="VIEW_ATTR"
        SQLType="VARCHAR">
        <TransientExpression><![CDATA[((Description == null) ? 'Pas de description' : Description)]]></TransientExpression>
      </ViewAttribute>I have defined a custom property for that attribute that contains the message text. I was surprised to see that the custom property was not associate with the attribute in the source file. Don't understand where the association is done
        <Properties>
          <CustomProperties>
            <Property
              Name="flex.tree.noLabel"
              ResId="flex.noDescription"/>
          </CustomProperties>
        </Properties>I had some difficulties to use the custom property editor. When creating a new related one by using an existing resource the property column value is not changed and the content 'Property' is generated. Because no relationships exists between attribute and the property, the entry is lost in the table referring custom property list for the attribute when your come back into the view object or if you save an another entry in an another attribute.
    So my first question ? Is the attribute editing part the right part to define custom property pairs if they are not related to attributes ? is it a bug ?
    My second question is : is it possible to evaluate the bundle in the expression (replacing the literal 'Pas de description' by an expression) ? What is the expression to use ? Where it is described to do such things in the help or in the documentation ?
    Thank you

    This is wrong
    ((Label == null) ? {FlexParameterModelBundle['flex.tree.noLabel']} : Label)
    What is the correct syntax to refer to the project model standard bundle in the groovy expression ?
    Thank for the help !

  • Namespace and dynamic custom property access

    Hi,
    I am trying to dynamically set Custom Property of KM Folder(Repository Framework) using the sample code which I found in one of the SAP site. I have modified the code for my requirement and this is how it looks. What I am not able to understand is the "namespace" part. Can anyone tell me what is this namespace field and how should I modify the code for it to get working.
    RID rid = RID.getRID("/documents/TestFolder");
    IResource resource = ResourceFactory.getInstance().getResource(rid, resourceContext);
    String namespace = "http://com.sap.netweaver.bc.rf.sample/xmlns/sample";
    String name = "PublishedOn";
    IPropertyName propertyName = new PropertyName(namespace, name);
    IProperty property = resource.getProperty(propertyName);
    IMutableProperty mutableProperty = property.getMutable();
    mutableProperty.setStringValue("10/12/2005");

    They play the same role as namespaces in XML, RDF or WebDAV. You may want to read http://www.rpbourret.com/xml/NamespacesFAQ.htm.

  • Trigger mail on Custom Property Change event

    Dear All,
    We have few license documents stored into our KM Repository and it has few custom properties attached to it such as Document Priority, Expiry Date, Document Status, description and so on... now We have already configure schedular task in km to check for document Expiry Date and generates few E-mail notification to responsible persons intimating the expiry..
    Now what i require is, the custom property Document Status has statuses Renewed, Renewal In Process, Expired and Not to be Renewed so, i want mail notification on the event of Custom Property Document Status is changed...so, is there any standard API for that or anyway other alternative to achieve this.
    Regards,
    Tushar Dave

    Hi,
    Could you kindly tell me, how the first part was done.
    I am in a requirement as follows.
    'Sending Mail notification to the document owner when the document is about to expire. and the expiry data is a custom property for us.'
    your help would be really supportive.
    Thanks,
    SK

  • Custom Shape for JFrame

    HI,
    I need to give the custom shape for the JFrame. I used the setWindowShape method and i got the shape for the window. In my application, many custom shaped windows are occurring but all are same shapes. So i plan to keep the Custom Shaped window class as base class. If i need shaped window then i will create the class which extends the Custom Shaped window class through that i can get the custom shaped window, but i am not getting the custom shaped window.
    Here is the code for the custom shaped window. It is working fine.
    import java.awt.*;
    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;
    import java.awt.geom.Ellipse2D;
    import javax.swing.*;
    public class ShapedWindow extends JFrame {
         public ShapedWindow() {
              super("ShapedWindow");
              try {
                   UIManager
                             .setLookAndFeel("com.sun.java.swing.plaf.windows.WindowsLookAndFeel");
              } catch (ClassNotFoundException e) {
                   e.printStackTrace();
              } catch (InstantiationException e) {
                   e.printStackTrace();
              } catch (IllegalAccessException e) {
                   e.printStackTrace();
              } catch (UnsupportedLookAndFeelException e) {
                   e.printStackTrace();
              JPanel jpnl = new JPanel() {
                   public void paintComponents(Graphics g) {
                        g.setColor(new Color(64, 144, 196));
                        g.setColor(Color.WHITE);
                        g.drawLine(270, 120, 395, 120);
              jpnl.setLayout(new FlowLayout(FlowLayout.RIGHT, -2, 2));
              jpnl.setBackground(new Color(1, 107, 177));
              this.setLayout(new BorderLayout());
              JButton jbtn1 = new JButton("Cancel");
              jbtn1.setBackground(new Color(1, 107, 177));
              jbtn1.setForeground(new Color(255, 255, 255));
              jbtn1.setFocusPainted(false);
              jbtn1.setBorderPainted(false);
              jbtn1.setContentAreaFilled(false);
              // jbtn1.setBounds(325, 90, 75, 25);
              jbtn1.addActionListener(new ActionListener() {
                   public void actionPerformed(ActionEvent evt) {
                        JOptionPane.showMessageDialog(null, "Cancel");
              JButton jbtn2 = new JButton("OK");
              jbtn2.setBackground(new Color(1, 107, 177));
              jbtn2.setForeground(new Color(255, 255, 255));
              jbtn2.setFocusPainted(false);
              jbtn2.setBorderPainted(false);
              jbtn2.setContentAreaFilled(false);
              // jbtn2.setBounds(285, 90, 55, 25);
              jbtn2.addActionListener(new ActionListener() {
                   public void actionPerformed(ActionEvent evt) {
                        JOptionPane.showMessageDialog(null, "OK");
              jpnl.add(jbtn2);
              jpnl.add(jbtn1);
              JPanel jpnl1 = new JPanel();
              jpnl1.setBackground(new Color(1, 107, 177));
              this.add(jpnl1, BorderLayout.CENTER);
              this.add(jpnl, BorderLayout.SOUTH);
              this.setResizable(false);
              this.setBackground(new Color(1, 107, 177));
              this.setSize(new Dimension(500, 150));
              this.setLocationRelativeTo(null);
              this.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
              Polygon poly = new Polygon();
              poly.addPoint(1, 1);
              poly.addPoint(ShapedWindow.this.getWidth() - 1, 1);
              poly.addPoint(ShapedWindow.this.getWidth() - 1, ShapedWindow.this
                        .getHeight() - 1);
              poly.addPoint(ShapedWindow.this.getWidth() - 100, ShapedWindow.this
                        .getHeight() - 1);
              poly.addPoint(ShapedWindow.this.getWidth() - 130, ShapedWindow.this
                        .getHeight() - 30);
              poly.addPoint(1, getHeight() - 30);
              poly.addPoint(1, 1);
              com.sun.awt.AWTUtilities.setWindowShape(ShapedWindow.this, poly);
         public static void main(String[] args) {
              JFrame.setDefaultLookAndFeelDecorated(true);
              Window w = new ShapedWindow();
                 w.setVisible(true);
    }In the below code, i kept the base class jfrmShape class, for this i set the custom shape. childShape class which extends the jfrmShape. But i didn't get the shape. Please find the mistake and help me.
    package SWindow;
    import java.awt.Polygon;
    import javax.swing.JFrame;
    import javax.swing.SwingUtilities;
    import PWGUI.ShapedWindow;
    public class jfrmShape extends JFrame {
         public jfrmShape() {
              Polygon poly = new Polygon();
              poly.addPoint(1, 1);
              poly.addPoint(jfrmShape.this.getWidth() - 1, 1);
              poly.addPoint(jfrmShape.this.getWidth() - 1,
                        jfrmShape.this.getHeight() - 1);
              poly.addPoint(jfrmShape.this.getWidth() - 100, jfrmShape.this
                        .getHeight() - 1);
              poly.addPoint(jfrmShape.this.getWidth() - 130, jfrmShape.this
                        .getHeight() - 30);
              poly.addPoint(1, getHeight() - 30);
              poly.addPoint(1, 1);
              com.sun.awt.AWTUtilities.setWindowShape(jfrmShape.this, poly);
              com.sun.awt.AWTUtilities.setWindowOpacity(jfrmShape.this, 0.56f);
                    setDefaultLookAndFeelDecorated(true);
              setTitle("Shaped Window");
              setSize(300, 300);
              setVisible(true);
              setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    package SWindow;
    import javax.swing.JFrame;
    public class childShape extends jfrmShape{
         public static void main(String [] args)
              new childShape().setVisible(true);
    }

    In Keynote 6 there is no facility to save shape styles.

  • Adding Custom Property to all documents

    Hi Experts,
      I have requirement to add custom property for documents. This property should be displayed under custom Tab of all documents. How can i achieve this?  Please help me regarding this.
    Regards,
    Kumar.

    Hi Kumar,
    Make all the properties, indexable.
    This u can do in the configuration of properties.
    Then these props will be searchable
    U need to come up with how u want to search these docs
    Probably a search iview and its search options and search components will be reqd.
    Mention the requirements in that way. U can start a new thread for searching rather
    than continuing with this thread as the subject is adding custom property.
    Regards
    BP

Maybe you are looking for