Entry Point Order

I'm confused about the order of entry points in my portal main tabs.
Here are 3 are consufing me.
Merge ID
Merge priority
Sort priority
Should the order be by Merge priority? If I have 2 that say both have "95" in that value then I'm thinking they should be next to each other, right?
Mike

Hi Michael.
Merge ID: A property of a node or entry within a role or workset. It consists of a given string that you must enter as a value. All nodes to be merged with the selected node must contain precisely this value. The navigation service checks the values of all navigation nodes, and all entries with identical values are merged.
Merge Priority: A property that determines which node in a merged group is the dominant node, affecting the title, the display type (in a new window or in-place), the sort priority, and other properties of the node.
Sort Priority: This property is the number that can be assigned ti the entries on the top level menu. Ex- Role 1 needs to be come ahead of Role 2 in the detailed navigation. Then we can give the priority to both the Roles. Make sure that the property value of Role 1 must be smaller then the Role2. The role with the least sort property value will be arranged in the far left at the top of the screen.
Hope, this shall remove your confusion.
Regards
Chander Kararia
# If problem resolved, close the thread after giving points.

Similar Messages

  • Create a .pst template that is entry pt order using trays

    Hello all,
    I would like to create a .pst template with trays on pallets in entry point order.  However, I would like to know if there is a solution to the problem of random trays in the file that are not on pallets.  At the moment, I use Monticello to assign the trays to the pallet above or below it.  This however takes a long time to do and is tedious.  Leaving it alone creates confusion on the production floor.   I can create a template that creates 1ft tray pallets but, that is just silly while doubling the number of pallets for the job.   Also, I suppose I can eliminate certain zips in specific entries so those trays fall to the end of the file.  But, the files that are used change each time.   Not very cost effective way to use the programmers time either. Anyone have any thoughts?

    Hello Michael,
       I'm not certain I understand fully what it is you're doing right now with the trays that don't get palletized, since to me it sounds like you're assigning them to pallets where they don't really belong. But that would potentially cause other problems.
       See if this is what you're looking for - it seems like you want to use Presort's "mapping entry points to schemes" feature. If you use that, you would set up a pallet scheme, followed by a tray scheme to pick up anything that can't be palletized. Let's say these are scheme 1 and scheme 2 (it could be more complicated than that if you wanted different mins at different entry types, for example, but let's stay simple). You could set your EP defaults block to have "Scheme Nums per Entry Pt" set to 1, and leave this parameter blank in all the entry point description blocks except the last (local) one, assuming that's where you want to pick up all the leftovers for local entry. In that last EP description block, set that parm to "ALL" so it will produce both pallets and non-palletized trays.
       Then for all your destination entry cases, there will be only palletized trays, and for the local entry you will get pallets followed by any loose trays. This should prevent random loose trays from appearing in the middle of the mailing.
       Let us know if this is what you're looking for, or if there's some other aspect I didn't catch from your first post.

  • Access PCD Roles in order to analyze all used entry points

    Hi Experts,
    I'm facing the situation that we have to report to the customer's management the currently used entry points in our portal implementation. The results of this reports will be used for the further analysis of a future navigation and role concept.
    So instead of opening every portal role in the portal content studio I'd prefer an automated approach via portal services. After having read dozens of pcd whitepapers and how to guides, my portal service is able to lookup a specified pcd-folder and search for roles.
    The issue that I need to get solved is the following:
    It is actually no problem to get via IPcdContext the Attribute, if the role itself is defined as entry point.
    What makes it complicated is the fact, that we use a folder underneath the portal role as entry points due to naming and content creation conventions on the customer's site.
    DirContext dirCtx;
    InitialContext ctx = getInitialContextAspectPersistency();
    dirCtx = (DirContext) ctx.lookup("pcd:portal_content/testfolder/");
    PcdSearchControls pcdSearchControls = new PcdSearchControls();
    pcdSearchControls.setReturningObjFlag(false);
    pcdSearchControls.setSearchScope(3);
    dirCtx.addToEnvironment(Constants.APPLY_ASPECT_TO_CONTEXTS,Constants.APPLY_ASPECT_TO_CONTEXTS);
    NamingEnumeration ne = dirCtx.search("","(com.sap.portal.pcd.gl.ObjectClass=com.sapportals.portal.role)", pcdSearchControls);          
    while (ne.hasMoreElements()) {
    try{
    IPcdSearchResult sR =     (IPcdSearchResult) ne.nextElement();
    String location = "pcd:portal_content/testfolder/" + sR.getName();
    IPcdContext result = (IPcdContext)ctx.lookup(location);
    String entryPoint = result.getAttributes("").get("com.sap.portal.pcd.role.EntryPoint").get().toString();
    So what I need is the possibility to iterate through the children of a portal role in order to investigate if it's an entry point or not and in case it is, render the display name of the current child.
    Has somebody an idea. Every hint is welcome.
    Best regards in advance,
    Otto

    Hi Otto,
    You use the following environment:
    env.put(com.sap.portal.directory.Constants.REQUESTED_ASPECT, PcmConstants.ASPECT_SEMANTICS);
    This means when you lookup you will get a semantic object and not PCDContext.
    So in order to cast to semantic role you will need to do the following casting:
    import com.sapportals.portal.pcd.pcm.roles.IPortalRole;
    IPortalRole portalCtx = (IPortalRole) ctx.lookup((String) roleList.get(i));
    If you need the PCDContext you will need to use the following aspect:
    env.put(Constants.REQUESTED_ASPECT, IPcdAttribute.PERSISTENCY_ASPECT);
    For more information you can read in:
    http://help.sap.com/saphelp_nw70/helpdata/DE/44/726396278212d0e10000000a422035/frameset.htm
    Hope this was helpful.
    Assaf Klieger
    Installed Base Development
    NetWeaver Portal Platform
    SAP Labs Israel

  • Itunes helper.exe entry point not found -

    Hi can anybody help - after having normal service and using itunes normally I now keep getting this message when I install itunes and I have no idea what to do - my ipod also appears to be unusable as it will not charge when plugged in to computer and do not know if it messed up the computer or if the computer messed it up. Have tried to install itunes many times but always the same message and it will only go away when I uninstall it. Any advice on next step appreciated. Thank you.
    Message is:
    'The procedure entry point GdipGetDC could not be located in the dynamic link library gdiplu.dll'

    Hello,
    Try working through the steps in this document, 1 by 1 in the order in which they are presented.
    http://support.apple.com/kb/HT1926
    CG

  • ADF Task Flow: Using Task Flow Call as Application Entry Point

    In our product we have a task flow structure very similar to the Fusion Order Demo application, but we are having serious trouble reproducing the documented functionality of ADF Task Flows.
    Specifically, we cannot use a task flow call as an entry point for our application, which is very important for us to achieve.
    The [Developer s Guide|http://download.oracle.com/docs/cd/E12839_01/web.1111/b31974/taskflows.htm#ADFFD1634] states about the [demo application|http://www.oracle.com/technology/products/jdev/samples/fod/index.html] :
    "A Fusion web application always contains an ADF unbounded task flow, which contains the entry point or points to the application. Figure 14-3 displays the diagram for the unbounded task flow from the Fusion Order Demo Application. This task flow contains the Home, *MyOrders*, *checkout*, registerUser, and updateUserInfo *view activities, which are all entry points to the application*."
    "The checkout-task-flow activity in Figure 14-3 is a call to an ADF bounded task flow."
    When we run the Fusion Demo Application, we are only able to use home, updateUserInfo and register as entry points.
    We cannot enter the application through any of the task flow call activities (MyOrders and checkout) as the documentation suggests.
    What are the reasons for this and how do we fix it, so we can use task flow call activities as application entry points?
    Thanks.
    Edited by: Rune Glerup on Oct 9, 2009 2:51 AM
    The forum did not display the link to "Developer's Guide" because the link contained the single quote char '. Single quote char removed.

    Is what you mention here the case in the Fusion Order Demo application?
    If the task flow call activities cannot be used as entry points, why is it stated in the documentation?
    How do we solve this, so that the task flow call activities (including parameter bindings) can be used as entry points, like the documentation suggests?

  • Why are there no BMC discounts on qualifying pieces for 2 ASF entry points?

    I've had no luck whatsoever trying to log a case for support, I can't navigate the already cumbersome SAP Support Portal without getting errors so I thought I would try the forums... this is my first post:
    I have a Standard Automated Letter (rate category regular) Presort, there is nothing unusual about its setup but the results seem to be incorrect: some pieces aren't getting appropriate DBMC discounts.
    About the presort job and the output results:
    u2022 contains all possible BMC & ASF entry points
    u2022 output for all entry points look good EXCEPT for 2 ASFs: ASF-BUFFALO and ASF-OKLAHOMA CITY
    u2022 the Postage Statement shows that all pieces that qualify for those 2 ASFs are not getting the DBMC discount (Entry Rate="None" for those pieces), although based on the ZIP ranges they appear to qualify for the discount
    u2022 I double checked each of these 2 ASFs on USPS's FAST site to verify the ZIP ranges
    other details:
    u2022 currently using Presort Views 7.90c, Revision 3 (with Engine Revision 4)
    u2022 each entry point not getting the discount has 1 Mixed AADC tray (I posted AP.Ctn_Level to the output files for ease of finding this out), however I'm not sure why this would affect any discounts
    u2022 if Mixed AADC trays ARE what's causing the discount to not apply then I believe Presort is not processing these pieces correctly
    As a test to see if the output would be different I changed a setting that I've never had to change before: I reran the presort with the ENTRY POINT TYPE changed (for only the 2 ASFs in question) from ASF to BMC-- the resulting Postage Statement shows almost all pieces in these ASFs (except 34 Mixed AADC pieces in ASF-BUFFALO) are now getting the DBMC discount! This may serve as some sort of workaround but I don't believe the results are 100% correct, the Entry Point Type for ASFs should be set to ASF otherwise the information in the Mail.dat files may cause a problem.
    A couple more things to note just in case they affect anything: the presort is using a Basic Service IMB, and the scheme that these ASFs are qualifying under is Letter Trays on Pallets.
    Is the output from Presort actually incorrect, or is there a setting (something that won't affect the other entry points) that can to be changed so the output will be correct?

    Roy,
    We are aware of an issue with relabing BMC pallets to get the correct discounts in 7.90.  There are some work arounds for this until it is corrected in the software.  In order to give you the best work around for your job please open a support case.  Below are the steps to create a message for support.
    To log a case go to the SAP Service Market Place
    1. Go to http://service.sap.com.
    2. Click on SAP Support Portal.
    3. Enter your S-User ID and password and click u201COKu201D.
    4. Click u201COKu201D on digital certificate.
    5. Enter your S-User ID and password again and click OK.
    6. Click OK on the following screen.
    7. (This step is Optional) Setting up your Single Sign-on allows the site to remember your login and not prompt for it so frequently. To do this, click my Profile at the top of the page. Then click Maintain my Single Sign-on Certificate on the left of the page and follow the instructions.
    8. After the Single Sign-On, Click on Help & Support and click Report a Product Error. Under System Search, click the drop down arrow next to your installation and choose your system, and click Search and then click on the BOB link.
    9. When creating a SAP message it is required to search for Notes. (Knowledge Base articles) to see if you can find an answer to your question without having to log the message for support. In the Search Terms area, type your question and click Continue.
    10. If you do not see any Notes pertaining to your question click on Create Message.
    11. Choose the correct Component for the product you are creating the message for. The component is the support Q that your call will go into so the correct team can assist you. To do this click on the icon next to the icon next to the Component window to see a drop down list.
    12. Click the arrow by BOJ-EIM to see a more detailed list. By each component the names of the u201Cproductsu201D you are using are listed. Choosing the correct component will get your Message logged for the correct support team.
    For example:
    a. BOJ-EIM-COR is used for ACE, DataRight IQ, Match/Consolidate, IACE, and FirstPrep products.
    b. BOJ-EIM-COM is used for DeskTop Mailer, Business Edition, Presort, PrintForm, Label Studio
    c. BOJ-EIM-DEP is used for DQXI, Data Insight, eDQ Infa, SAP Siebel, PSFT, Oracle, Rapid Library
    d. BOJ-EIM-DF is used for Data Federator
    e. BOJ-EIM-DI is used for Data Integrator, Text Analysis, Data Services
    f. BOJ-EIM-DS is used for Data Services, Fazi/Fuzzy
    g. BOJ-EIM-MD is used for Metadata Manager and Composer
    h. BOJ-EIM-RMA is used for RapidMarts, BOW
    13. After choosing the component, fill in any remaining required/optional items. **Required fields under Problem Details are flagged with a red asterisk.
    · In the Short Text box, enter a brief description of the question or issue.
    · In the Long Text box, you can go into further detail about what you are seeing or questioning.
    · On this page also you can select to attach files if needed (please zip your files).
    · When you are finished you can either click on Save Message or Send Message. If you click on Save
      Message, the message WILL NOT be sent to support, it will remain in the Draft section of your u201Cmy      
      Inboxu201D for you to send later.
    · If you want to send the message to technical assurance now click Send Message.
    · You can see the messages you have u201Csentu201D to support by clicking My Inbox and viewing your Sent
       Items.
    Thanks,
    Kendra

  • Recently tried to update iTunes 12.0.1 and got this error message:  The procedure entry point ADAdPolicyEngine_DidEnterStation could not be located in the dynamic link library iAdCore.dll.

    I recently tried to update iTunes to 12.0.1 and got this error message:
    The procedure entry point ADAdPolicyEngine_DidEnterStation could not be located in the dynamic link library iAdCore.dll.
    After that, I get:  iTunes did not install properly.  Reinstall iTunes.
    I tried downloading iTunes again (without uninstalling it) and it won't download.
    Any suggestions?

    Thanks so very much, I have been looking for an answer to this for
    almost a week and just thought i'd look again and in 2 minutes my iTunes opened YIPPEE
    I must have installed deleted everything in order at least 15 times
    Is there anyways this cane get pinned to stay at top as it works and save people ploughing
    through post after post which is just asking the same question.
    Off to back up and I Cloud back up and see how it works without sidebar
    again thank you

  • Can't launch itunes due to the following error; The procedure entry point AVCFPlayerAppliesMediaSelectionCriteriaKey could not be located in the dynamic link library AVFoundationCF.dll.

    Can't launch itunes due to the following error; The procedure entry point AVCFPlayerAppliesMediaSelectionCriteriaKey could not be located in the dynamic link library AVFoundationCF.dll.

    Hey bcolden,
    I would try uninstalling and reinstalling following the directions in here:
    Removing and reinstalling iTunes and other software components for Windows Vista, Windows 7, or Windows 8
    http://support.apple.com/kb/HT1923
    This section in particular contains important information in the uninstall process:
    Use the Control Panel to uninstall iTunes and related software components in the following order and then restart your computer:
    iTunes
    Apple Software Update
    Apple Mobile Device Support
    Bonjour
    Apple Application Support (iTunes 9 or later)
    Important: Uninstalling these components in a different order, or only uninstalling some of these components may have unintended affects.
    Let us know if following that article and uninstalling those components in that order helped the situation.
    Welcome to Apple Support Communities!
    Best,
    Delgadoh

  • Installed Itunes 10.5.  I try to open Itunes is says Entry point not found.

    I just installed Itunes 10.5 and restarted the computer.  Now when I try to open Itunes is says Entry point not found.  The procedure entry point AVCFAssetCreateWithByteStreamAndOptions could not be located in the dynamic link library AVFoundation.dll.  I have tried to reinstall and repair Itunes 3 times and I still get the same prompt when I try to open up Itunes.  Can anyone help me fix this please?
    Thank you in advance.

    I hope this is of some help to you as I found it when trying to solve my own problems with 10.5
    "Taken at face value, you've got a damaged Apple Application Support program file, balda. (iTunes needs a properly functioning Apple Application Support in order to work correctly.
    On a 32-bit Windows 7 system, I'd try the following set of instructions:"
    http://discussions.apple.com/thread.jspa?messageID=11901253&#11901253

  • Updated iTunes to 12.0.1 on XP after updated recieved error message "The procedure entry point ADAdPolicyEngine_DidEnterStation could not be located in the dynamic link dll" "itune not installed correctly error 7 (windows 127). reinstalled same error

    updated iTunes to 12.0.1 on XP after updated recieved error message "The procedure entry point ADAdPolicyEngine_DidEnterStation could not be located in the dynamic link dll" "itune not installed correctly error 7 (windows 127). reinstalled same error. Tried suggested steps
    Remove all of these items in the following order:
    iTunes
    Apple Software Update
    Apple Mobile Device Support (if this won't uninstall press on)
    Bonjour
    Apple Application Support
    Still getting same error message. Can anyone help me

    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down page in case one of them applies.
    Your library should be unaffected by these steps but there is backup and recovery advice elsewhere in the user tip.
    tt2

  • Can't get my epson sx535wd to work. my epson will get contact with my router (sitcom wl306) and my mac is on wifi, but they can't connect. epson can't find the computer and my report says: there are conflicting channels on my router or entry point. help

    can't get my epson sx535wd to work. my epson will get contact with my router (sitcom wl306) and my mac is on wifi, but they can't connect. epson can't find the computer and my report says: there are conflicting channels on my router or entry point. please help

    OK, let's try these................ 
    1 - Boot up from your install DVD and run "Repair Disk" from the Utility menu.  When done, restart back to your desktop, repair permissions and restart your computer.  Re-connect your printer. 
    2 - Download & install the Gimp drivers. Make sure the one you install is compatible w/your OS-Gutenprint 5.2.8-pre1.   Repair permissions, restart your computer & re-connect your printer when done.
    The Epson model I have, in order to get it to print wirelessly, I had to install a Gimp driver.
    3 - Check out the following KB Articles:
    Mac OS X 10.4 Help: Connecting to a network printer
    Epson Printer Drivers v2.10 OS X
    Adding a printer to your printer list in Mac OS X
    Mac OS X 10.4 Help: The printer I'm adding says "Driver not installed"
    ======================
    If still unsuccessful after trying all of the above, the problem could be your iBook or human error.  You can either call Epson & ask to speak with a Mac savy supervisor or return the printer & find another that is compatible w/your current OS.

  • When trying to update flash..getting "procedure entry point setdiidirectoryw could not be located in the dynamic link library kernel32.dll"

    When trying to update flash..getting "procedure entry point setdiidirectoryw could not be located in the dynamic link library kernel32.dll"

    this is a mere adobe bug - they changed the installer & it wont support installation on windows 2000 system any longer. adobe doesn't seem as it is going to fix this bug, see [https://bugbase.adobe.com/index.cfm?event=bug&id=3120661].
    you might want to try this installation method provided by a 3rd-party-site: [http://www.ortwinpinke.de/en/2012/03/13/install-adobe-flash-player-11110262-and-later-under-windows-2000/]
    please note that mozilla firefox won't support the windows 2000 platform any longer after the release of version 12 of the browser & the system is no longer supported or kept up to date with security fixes by microsoft too. in order to keep your computer & personal information on it safe you may consider upgrading to a newer system.

  • Procedure entry point - dvaui.dll

    Hi guys,
    I installed Premiere Elements 10 last night in order to edit some Quicktime files.
    I have the old CS2 Pro Version on my machine, but editing HD Quicktimes is just a nightmare. So I thought I give Elements a try and see how well it works.
    Downloaded the Trial Version and installed it.
    No Problems with the installation, at least no errors were reported.
    Now I want to try it out and after the splash screen I click on "New Project" and that entry point error pops up.
    "The procedure entry point
    ?UIHandleOSEvent@OS_Window@ui@dvaui@@MEAAXPEAVOS_Event
    @23@@Z could not be located in the dynamic link library dvaui.dll"
    Can't do anything. The only thing I can run from the start up window is the "Organize".
    I'm running a Windows 7 64 bit Machine with AMD Penom II X6 1090T with 3.2GHz, 8GB RAM, and a nVidia Quadro FX 380LP.
    I'm still able to run my Adobe Premiere CS2 Pro just fine.
    So I really appreciate any help. Would like to see how well I can edit those Quicktime files.
    Thanks
    Oliver

    Hi Steve,
    the videos come mainly from my D7000. I think it's the H264 compression that makes it hard to edit in my Premiere Version.
    I mean it reads the files and I can edit them, but sound and video aren't playing back in sync so a bit hard to actually edit them.
    As far as resolution, I'm looking at FullHD and/or 720p
    Thank you

  • Error : Photoshop.exe - Entry Point Not found

    I have downloaded Photoshop cs6 trial and when i click the Photoshop icon to open the software i get a window:
    Photoshop.exe - Entry Point Not found
    The procedure entry point GetLogicalProcessorInformation could not be located in the dynamic link library KERENEL.32.dll."
    -Jitu

    Install SP3. It's required in order to run Photoshop on Windows XP.
    http://www.adobe.com/products/photoshop/tech-specs.html

  • HT1925 iTunes.exe - Entry Point Not Found

    When attempting to run iTunes, I am getting an error msg after installing and repairing version 11.1.4.62. The error msg indicates the entry point AVCFPlayerAppliesMediaSelectionAutomaticallyKey cannot be located in AVFoundationCF.DLL. Apparently, there is a problem with this release. How do I revert to the previous version?

    Go to Control Panel > Add or Remove Programs (Win XP) or Programs and Features (later)
    Remove all of these items in the following order:
    iTunes
    Apple Software Update
    Apple Mobile Device Support (if this won't uninstall move on to the next item)
    Bonjour
    Apple Application Support
    Reboot, download iTunes, then reinstall, either using an account with administrative rights, or right-clicking the downloaded installer and selecting Run as Administrator.
    The uninstall and reinstall process will preserve your iTunes library and settings, but ideally you would back up the library and your other important personal documents and data on a regular basis. See this user tip for a suggested technique.
    Please note:
    Some users may need to follow all the steps in whichever of the following support documents applies to their system. These include some additional manual file and folder deletions not mentioned above.
    HT1925: Removing and Reinstalling iTunes for Windows XP
    HT1923: Removing and reinstalling iTunes for Windows Vista, Windows 7, or Windows 8
    tt2

Maybe you are looking for

  • Value not appearing in the workbook

    Hi Friends, There are some values in the workbook which are prob appear through cell references. In dev sys its fine. We have moved the workbook to Quality, but here the values are not appearing. The value is period value which is not comming from ei

  • Client Copy - Which source client 000 or 001?

    I have a new SAP Netweaver 2004s SR1 ABAP+JAVA system with the following usage types: SRM App SRMLac AS Java AS ABAP DI MI All the post-installation steps have been completed (including the CTC template configurations for DI and MI). The Java, DI, an

  • FileInputStream Question

    Hi All I need some information on using a relative path in a FileInputStream. I want to use the following code: JasperReport template = JasperManager.loadReport (new FileInputStream ("reports//Main.jasper"));to reference a file in the reports directo

  • Messages with Inline Graphics Locking Up Mail

    Yesterday everything was fine with Mail.  Today, any time I click on a message with inline graphics Mail freezes (rainbow cursor) and I have to force quit and come back.  The only way I've found to continue using mail is to avoid or quickly delete th

  • TS4104 I would like to know if the music I put in the cloud frees up space on my disk ? And can I put my movies in the cloud ? I-tunes and Flixster ?

    1.   I would like to know if my music that I put in the cloud will free up space on my hard drive?  2. Can I move the movies I got on I-tunes to the Icloud ?  3. How about the movies I got from Flixster ? I need to freeup the the disc of the 1.85 GB