PLM 7.02 WUI Navigation settings

Hello,
       When i enter a BOM in display mode, I see a hyperlink in the bom items. If we click that it will go to classic material master view.
We are using PLM and MDG-M. My requirement is as follows....When we click the BOM items, it should go to MDG-M material master not the classic material master view.
        Kindly let me know the configuration settings/the process of linking the navigation from PLM WUI to the MDG-M. Thanks!!
Regards,
Saravana

Hi Saravana,
you have 2 options:
1. reach it with launchpad customizing (transaction: LPD_CUST)
Open the following entry:
PLM     CM_MAT_BOMMAT    Context Menu for Material - for BOM OIF
Here you can define a new context menu entry to navigate to your target (MDG-M). Then you can open it in MDG-M with a right click on the material number in the BOM and selecting the menu item you just created.
2. you can change the behaviour of the left click on the material
I can be custom development or you can try to use one of the following BAdIs:
Product Lifecycle Management (PLM) -> PLM Web User Interface -> Settings for BO Framework and Navigation -> Navigation, Parameter Mapping, and Services -> Business Add-Ins for Navigation and Parameter Mapping
a)     BAdI: UI Framework Parameters
b)     BAdI: Context Menu
Best regards
Tamas

Similar Messages

  • How to edit the navigation settings using sandboxed code?

    Hello. I need to create web-provisioned event that changes current navigation settings to "Structural Navigation: Display the current site, the navigation items below the current site, and the current site's siblings".
    Currently I am using following code which does not work (I used SharePont manager to get the xml for _webnavigationsettings).
    public const string Webnavigationsettings = "_webnavigationsettings";
    public const string GlobalNavigationIncludeTypes = "__GlobalNavigationIncludeTypes";
    protected void Button1_Click(object sender, EventArgs e)
    SPWeb web = SPContext.Current.Web;
    const string webnavigationsettings = @"<?xml version='1.0' encoding='utf-16' standalone='yes'?>
    <WebNavigationSettings Version='1.1'>
    <SiteMapProviderSettings>
    <SwitchableSiteMapProviderSettings Name='CurrentNavigationSwitchableProvider' TargetProviderName='CurrentNavigation' />
    <TaxonomySiteMapProviderSettings Name='CurrentNavigationTaxonomyProvider' Disabled='True' />
    <SwitchableSiteMapProviderSettings Name='GlobalNavigationSwitchableProvider' UseParentSiteMap='True' />
    <TaxonomySiteMapProviderSettings Name='GlobalNavigationTaxonomyProvider' UseParentSiteMap='True' />
    </SiteMapProviderSettings>
    <NewPageSettings AddNewPagesToNavigation='True' CreateFriendlyUrlsForNewPages='True' />
    </WebNavigationSettings>";
    if (web.GetProperty(Webnavigationsettings) != null)
    web.DeleteProperty(Webnavigationsettings);
    web.AddProperty(Webnavigationsettings, webnavigationsettings);
    if (web.GetProperty(GlobalNavigationIncludeTypes) != null)
    web.DeleteProperty(GlobalNavigationIncludeTypes);
    web.AddProperty(GlobalNavigationIncludeTypes, 3);
    web.Update();
    I can do this with javascript but what about sandboxed c#?  

    Hi,
     Please follow the below links which may help you to do accomplish your work
    http://francoisverbeeck.wordpress.com/2013/01/15/sharepoint-tip-of-the-day-programmatically-ro/ 
    http://discoveringsharepoint.wordpress.com/2013/03/19/programmatically-set-navigation-settings-in-sharepoint-2013/
    Sekar - Our life is short, so help others to grow
    Whenever you see a reply and if you think is helpful, click "Vote As Helpful"! And whenever
    you see a reply being an answer to the question of the thread, click "Mark As Answer

  • Update Navigation Settings of a List automatically , NO manually

    Hi I tried to find a solution for this:
    I'm using the <b>Metadata Navigation settings </b> of Lists in SharePoint 2013. They are drop down menus\filters that sorts my lists.
    These menus are based on the values of <b>Choice Type columns</b> or <b>Metadata Columns</b>. My problem is that I want to update the values (filters) of these menus\filters automatically , without human intervention.
    This means: If there is a new type of choice\metadata in the column , I want that the drop down menu would be updated automatically and with <b>Choice Type columns</b> this is not possible or I couldn't figure it.
    I have to clarify that the insertion of the items in the lists is automatically with a tool called Layer2 so I can't insert values in a<b>Metadata Type column"</b>.
    Also,I tried to create a workflow that insert values in a "<b>Metadata Type column"</b> and then  <u><b>insert the metadata navigation menu\filter of the list based on this column</b></u>  BUT I check
    and looks like is not possible insert values in metadata columns though workflows.
    Does anybody knows how to update the "Metadata Navigation filters\menus" of a list automatically?
    I don't want add a new type of choice manually or new metadata manually.

    Hi,
    To update a column in one list based on another column, you have two options.  If it is a simple formula, then you can define the formula in the column definition as a calculated field.  If it is more complex than that, then you will have to write
    an EventHandler.  Whenever, a listitem is added or updated, the ItemAdded or ItemUpdated Event is raised.  You will get a handle to the listItem through which you should be able to get all the field values.  In this event, you can update the
    other column as you want.
    There is some reference here :
    http://koenvosters.wordpress.com/2009/07/31/howto-create-an-event-handler-for-sharepointmoss-2007/
    Regards
    Ranga
    Regards Ranga www.sharepointfrontier.com

  • Voice Over Navigation Settings

    I am having difficulty with the navigation settings in the Voice Over Utility. I would like to use VO to read a newspaper. I can read the heading of each article but not the text. So I want to select the article with my mouse and then let VO take over. I don't seem to be able to find the right combination of choices in the navigation panel of the utility. Could anyone help?
    Thanks. Mary

    Hi Archie,
    I just installed Leopard and see that the VO Utility has changed a bit, but I will wait until I get your advice before I experiment. I would like to use VO to read newspapers online, but I want to be selective and jump around a lot. I am able to see the headings but the content of the articles. So I would like to point to an article using the mouse pointer and cursor and have the reading begin. Then I would like to go to an article on a different page or section of the paper.
    In the Tiger VO utility, I was never able to select the right combination in the navigation panel. In Leopard, it appears that I would choose only "Voice Over cursor follows mouse cursor," right? And leave everything else unchecked?
    Thanks for your help. . .
    Mary

  • Unable to change site navigation settings

    Hi, 
    I am unable to change navitation settings for a site with the site telling me I do not have permissions.
    1) I am a site collection administrator and also an owner of the actual site
    2) I was able to do it before, for some reason it stoped working and is giving me the permission error now
    3) I can use the error page to send request for permission, however, it comes back to me to approve
    4) One colleague, although only owner of one subsite, is having the same issue for this subsite. It used to work for him also.
    I found this article here and asked our admin to check the permission. He confirmed that running custom scripts option is and always was disabled. 
    http://community.office365.com/en-us/f/154/t/283383.aspx?ss=ed09ef80-acbb-48fc-b6e8-0da9bc4e27da
    The reason why it stopped working is something else though. 
    Allowing to run custom scripts can probably solve the issue but I would like to fix it without that. If the reason is elsewhere, so must the solution be.. or, I hope. 
    Would anyone please suggest where to look? 
    Many thanks
    Jana

    Hi, 
    Wendy,
    thank you for your suggestion. I am an owner of the site and so have a full access. I checked the permissions and they confirm it: 
    Permission levels given to Jana Outratova (i:0#.f|membership|[email protected])
    Limited Access
    Given directly
    Full Control, Limited Access
    Given through the "Site Owners" group.
    Edit
    Given through the "Site Members" group.
    Contribute
    Given through the "Site contributors" group.
    The following factors also affect the level of access for Jana Outratova (i:0#.f|membership|[email protected])
    Deny
    Add and Customize Pages
    Add, change, or delete HTML pages or Web Part Pages, and edit the Web site using a Microsoft SharePoint Foundation-compatible editor.
    I already tried also to give myself the Design permissions specifically but it did not help either. 
    Nicolas, 
    thank you for your participation also.
    I am able to click on the Navigation in the site settings and the site opens fine. I make my amendments to the settings and only when I try to save it, I get the error saying I do not have permissions. 
    Many thanks for further suggestions
    Jana

  • 6110 Navigator Settings

    For an access point with the 6110 GPS Navigator. DO I use VF Live AU or VF Internet AU?

    29-Aug-200703:16 PM
    hippo_potamus wrote:
    On my Nokia 6110 Navigator, the camera settings has "High", "Normal" and "Basic".
    Can someone please help to shed some light on these settings in terms of quality of the image and/or compression?
    I only notice that image file sizes are different when I take pictures using the 3 different options. I downloaded the images to my PC and resolution and DPI all seem the same.
    Thanks
    /totally confused.
    Dear Members,
    Can anyone shed some light on this issue please?
    /alan

  • Combining scored interactions and questions - navigation settings

    I'm trying to get to grips with the way the Preferences > Quiz > Settings > Requried options work when my quiz combines both scored interactive objects and questions.
    I'm currently using Cp4 but would be interested to know if Cp5 behaves the same.
    Am I right in thinking that the effects of the different options are:
    Optional
    The learner can scrub back and forth with the playbar as much as they like without restrictions.
    Required
    The learner can scrub back and forth without restriction, but only up to the last slide with a scored interaction or question. To get further into the lesson they have to click any one of the previous scored interations, or submit a single question answer (wrong or right).
    Pass Requried
    I couldn't figure this out at all! I set a pass score, had a load of scored interactions and questions, but the learner could scrub right through the slides with scored interactions into later slides that weren't scored. Ah well, good job I'll be using the LMS to manage pass/fail
    Edit: Oh, it looks like this only comes into play if I select 'show score at end of quiz' - you can only ontinue past the results page if you achieve the pass score.
    Answer all
    Learner can scrub to the end of any slide with a scored interaction or question, but to get to the next slide must either click the interaction or submit an answer (right or wrong). And if the next slide also has a scored object, repeat. Once they've 'unlocked' a slide they can scrub out and back into it in the same session.
    Any observations on that?
    Obviously learners won't be able to scrub back if backward movement/review is disallowed.
    Incidentally, I did notice that the point Cp locks the slide seems on 'answer all' to have some very odd properties. If I removed the pause from the click box, or the learner clicks play at the pause, then it carries on into a kind of phantom frame - with no captions or slide background - but the click box still works, if you know where on the screen to aim for!
    Does anyone know a way to modify that locking frame to provide some info for the learner on what they need to do to progress?
    Thanks

    Hi BrightonJon
    For the back movement there is an additional field. "Allow Back Movement" (or close to that)
    Required only mentions that you cannot skip until you have answered
    Pass Required means that you have to answer it correct to continue
    These are about single questions.
    A locking frame often happens at strange places. I have it most often using advanced actions.
    Best TD

  • Sort key filters in managed metadata navigation settings in Sharepoint 2010

    Hi All,
    We have setup managed metadata navigation on our document libraries in SharePoint 2010. As part of this configuration, we have added content type as one of our key filters. However, we would like the list of content types in the drop down list in the key
    filters section to be sorted alphabetically by name. Not sure how they are sorted by default, presumably by GUID.
    Does anyone know a way to achieve this ?
    Thanks in advance.
    Damien.

    Hi,
    According to your post, my understanding is that you wanted to sort alphabetically by name in the key filters section.
    You can use a JQuery solution. The source code of the page looks like this:
    <div>
    <span>Content Type</span></div>
    <div><span dir="none"><select name="ctl00$DropDownChoice" id="ctl00_DropDownChoice" title="Content Type">
    <option selected="selected" value=""></option>
    <option value="CT1">CT1</option>
    <option value="CT2">CT2</option> </select>
    <br/></span>
    </div>
    So, you can talk to the dropdown with JQuery like:
    $(":select[title=’Content Type’]"). ;
    More information:
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/8816f3ad-8bc7-4d13-aa8a-594f9281412e/sharepoint-2010-key-filters-of-content-type-arrange-alphabetically
    There is a similar thread for your reference.
    http://sharepoint.stackexchange.com/questions/29550/sharepoint-2010-content-type-in-key-filters-not-arranged-alphabetically
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • Sharepoint Foundation 2013 Configure Search Navigation

    I am testing out the search feature of Foundation 2013 and I want to allow my users to refine their searches via Result Sources.  From the instructions that I have read I should be able to do this in the Global Search Results page that I created ->
    Site Settings -> Search -> Search Settings.  It appears there should be a section for "Configure Search Navigation".  I do not have this option.  Is this something that is disabled in the Foundation edition of Sharepoint?
    For reference here is what I was following for instructions.
    http://en.share-gate.com/blog/sharepoint-2013-search-settings-and-search-box-drop-down-menu About halfway down the page it shows this configuration box.  I cannot see that on my Search Settings page at all.
    I have successfully created a Result Source that does work, but I seemingly have no way of presenting that to the user.  The Navigation WebPart also relies on the "Configure Search Navigation" settings, which I can't see in my setup.
    Suggestions?

    Hello,
    "Configure Search Navigation" is not present in SharePoint Foundation 2013, but it is still available
    via SOM (and PowerShell, of course). Try this if this helps (full url of Search Center on my dev environment is http://dev/search):
    using (var siteCollection = new SPSite("http://dev"))
    using (var site = siteCollection.OpenWeb("search"))
        site.Navigation.SearchNav.AddAsFirst(
            new SPNavigationNode("Test", "http://dev"));
        site.Update();
    Regards,
    Michal

  • In a document library : group by view and manage metadata filter & Navigation problem

    Hi all, I encounter a problem when configuring a document library using a group by view and in combination with the Managed Metadata filtering and
    navigation :
    - all the documents appear under my group by, even the ones that does not correspond
    - In the other hand, the number in brackets shows the correct number of documents that should be shown
    See screenshot below. 
    Did you already encounter that issue ? Is there a workaround ?

    Hi,
    According to your post, my understanding is that you wanted to use a group by view and combine with the Managed Metadata filtering and navigation in a document library
    to show the corresponding documents with the correct numbers in SharePoint 2013.
    In my SharePoint 2013, I created a view which was group by two columns and combine with the Metadata Navigation Hierarchies and Key Filters some fields in a document
    library. As a result, it showed only items matching the filter values.
    So, I recommend that you can follow the steps to implement it in your environment.
    Step1: Enable Metadata Navigation and Filtering:
    Metadata Navigation and Filtering is a Site Feature that has to be activated for this to work.
    And, the Metadata Navigation and Filtering feature is enabled by default on most sites.
    If it is not enabled for your site, you can enable it on the Site Features pages for your site.
    You must be a Site Owner or a Site Collection Administrator to enable Metadata Navigation and Filtering.
    1. Go to “Site Settings” and click “Manage site features” under Site Actions.
    2. Find “Metadata Navigation and Filtering” in the Features list and click “Activate”.
    Step2:
    Configure Metadata Navigation:
    You must have a least the Manage Lists permission level to configure metadata navigation for a list or library.
    1. Open the document library for which you want to configure metadata navigation.
    2. Go to “Library Settings” of the document library and click “Metadata navigation settings” under “General Settings”.
    3. In the Configure Navigation Hierarchies section, select the field or fields you want to display in the navigation hierarchy and then click “Add”.
    4. By default, Folders are automatically displayed in the navigation hierarchy. If you do not want folders to display, select Folders, and then click Remove.
    5. In the Configure Key Filters section, select the fields you want to add as Key Filters, and then click “Add”.
    6. In the Configure automatic column indexing for this list, specify whether you want to automatically create indices on this list to increase the performance of the
    queries that users will perform when they use the Navigation Hierarchy and Key Filter columns you've specified. It is recommended that you select the option “Automatically manage column indices on this list”.
    7. Click “OK”.
    Step3: Set a group by two columns by modifying view in the document library:
    1. Go to the “LIBRARY” ribbon of the document library and click the “Modify view”.
    2. Click the “Group By” and select up to two columns to determine what type of group and subgroup the items in the view will be displayed in.
    3. Click “OK”.
    Step4:
    Go back to the document library, apply Navigation Hierarchies and Key Filters to do a test in your environment.
    The result will like as below:
    There is an article about how to apply Metadata Navigation Filtering in SharePoint 2013 for your reference.
    http://blogs.interfacett.com/how-to-apply-metadata-navigation-filtering-in-sharepoint-2013
    Best Regards,
    Linda Li
    TechNet Community Support

  • How to create an target audience to be used in a list or navigation?

    Hello,
    I created a new SharePoint group called "test" and added an Active Directory Security Group to it.  I used "test" for the Target Audience on a menu item, but the link still showed up on the page with a user who is not in the Active
    Security Group.  Is there something that I am missing?  I have a list of links and some navigation links that I like to be hidden from users who don't have access to them.  
    Any suggestions on how to hide the link based upon an AD security group?
    Thanks,
    Paul

    Hi Paul,
    From your description, I understand you would like to target audience on a navigation link.
    I assume you have created SharePoint group "test" and certain users don't have access to the list, please follow these steps below:
    Before you targeting an audience on a link, make sure you have removed this link from the Recent.
    Click gear icon -> Site settings -> Look and Feel, Navigation.
    Find the section “Structural Navigation: Editing and Sorting” in Navigation Settings page, you can add link in the navigation or edit an existing link.
    Add SharePoint group test in the target audience box.
    You can refer to the article below to target list or library items to an audience:
    https://support.office.com/en-us/article/Target-content-to-specific-audiences-33d84cb6-14ed-4e53-a426-74c38ea32293
    Regards,
    Rebecca Tu
    TechNet Community Support

  • MMS Hidden columns appearing in Document Library Settings / Column list

    Hello all,
    Before you read this please be aware that I have found a resolution (that might be helpful to others) but I am wondering if anyone else has experienced the same thing and the cause.
    Our scenario is as follows:
    We use a Content Type hub
    Most Content Types include one or more Managed metadata columns
    The MMS Notes (hidden) columns (e.g. mms_column_name_0) have appeared on the 'Document Library Settings page under 'Columns' for 2 document libraries only. They appear under the actual name of the column (e.g. mms_column_name).
    They are NOT visible to the user however (i.e. they are not selectable to be used in a view)
    Looking at SharePoint Manager the mms Notes column's are marked as being Hidden = false. Altering this to true has the desired effect.
    But has anyone else experienced the same issue as I'm inquisitive as to the cause.
    The only thing I can think of that caused this to happen was us using 'Metadata navigation settings' (which allows you to configure navigation hierarchies) for the first time on one of the 2 Doc Libs effected . However, on testing it on other document
    libraries the unhiding of columns has not occurred.
    Can anyone shed any why this may have occurred?
    Jason

    Hi jasonl27,
    this behaviour:
    This is by design. Two separate lists do not have any type of relationship established to distinguish that the
    columns are the same. For example, take an arbitrary column called "Position" being created on two different custom lists. Because the column Position is a custom column created
    in the list, it has no mapping to other lists. The "Position"
    in one list could refer to a title of a person
    in one list, or a physical location on a different list. SharePoint cannot tell if these two items are the same or completely different. As a result, a new column name is added when we move the item.
    perhaps you may try to do these steps:
    $site = Get-SPSite -Identity "http://......../"
    $web = $site.RootWeb
    $field=$web.Fields["column name"]
    $field.Update($true)
    $field.Hidden= "True"
    $web.Dispose()
    $site.Dispose()
    Regards,
    Aries
    Microsoft Online Community Support
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • How to avoid postback while filter document library using metadata navigation filters?

    Hi All,
             Please help me with this scenario. I have a document library with metadata columns and normal columns and have enabled metadata navigation settings and key filters.
            It filters fine. But only problem every time i click the whole page will refresh. is there any way we can avoid page refresh while filtering.
    Or
    Any alternative solutions also much appreciated.
    Thanks for your help in advance.

    You're not going to be able to avoid that post back. The pages haven't been designed to allow AJAX behaviour and trying to re-build them would be a monster for MS let alone for you.

  • Blue Ray Navigation Oddity

    I finished a DVD and verything works as anticipated.
    Then I composed a Blue Ray Disc with basically the same content just better (1080P) quality. The BD runs fine except for one odd thing:
    Apparently each menu item has an ID number. Then one can configure in Encore how the cursor will jump on the main menu triggered by the arrow 4 buttons on the remote control of the DVD/BD-Player.
    This works fine on both discs (DVD and BD).
    To make Navigation even a little bit easier, I also printed the Menu Item ID number on the main Menu, before each Menu Item. So the user sees on the main menu for example: (14) Lonely Shepherd.
    Now the discrepancy: When playing the DVD, I can punch in #14 on the remote and it plays the movie "Lonely Shepherd". Not so when playing the BD. Nothing happens when pushing '#14'. Not even '#14 enter'.
    The navigation settings of the BD are identical to the ones of the DVD.
    Can somebody help here, or is Number punching just not supported with BDs?

    I don't know if there is a difference in Bluray operation.
    But I get the same results: in a Bluray player, a DVD allows selection of titles by number on the remote; a bluray disk  does not.

  • Creator Saving DataSource Settings

    I've been fighting multiple problems setting up a system that lets me develop code under Creator (on a WinXP box) then publish on a local App Server 8 machine (WhiteBox Linux). I am accessing MySQL running on a WhiteBox Linux machine. (three-tier, right out of the book). I've finally got most of the bugs worked out, but in the process, I moved my Data Source from ff_local to ffdb.
    Although I changed the few pages that used the DataSource, I'm still getting an error when I deploy the project locally, that says "Deployment failed because the following data sources have not been found in the Server Navigator: jdbc/ff_local.... ". I've rebooted the development machine, reloaded the project, no difference.
    Even more annoying is the fact that now the DataSource Server Navigator resets to the default settings when I restart Creator (i.e. my datasources are gone, and the Order and Travel ones are back)
    Anyone have a suggestion where I can look to find:
    1) Where the offending ff_local reference is at?
    2) How I can get Creator to remember my Server Navigator settings?
    Thanks in advance,
    harold miller

    http://swforum.sun.com/jive/forum.jspa?forumID=123 is probably a better place to post creator questions as this is for creator product itself.
    I am however confused on your questions. Why would you change the name of the DataSource? All I would expect you to have to do is change the host/port on your connection pool to point to your production backend this would not require you to change you application.
    I cannot however speak to the wizards on creator and you are best served via the forum above

Maybe you are looking for