Customizing the Recent Objects Portlet

Hi,
I want my Recent Objects portlet to show only those items added to specific page group.I dont find that option anywhere when I customize that portlet.
Thanx
-Vipul

Hi,
This is not possible. There is a favorites portlet which you can use to bookmark important links.
Thanks,
Sharmila

Similar Messages

  • Has anyone customized the Consumer Services portlet?

    Has anyone customized the Consumer Services portlet?
    RequestCenter 2006.0.7  (1961)
    Has anyone customized the main Consumer Services page?
    We are trying to make the services customer friendly and have been hitting limitations on the categories and descriptions. 
    I have added html (tables, links and pictures) to the service descriptions but I am  hitting the 4000 character limit on the field.  
    If anyone has come up with a HTML driven catalog, I would like to know how it was done.
    Thank you
    Daniel
    Safeway Inc.

    Every category, including the MyServices home page (Consumer Services category), has 3 presentation areas - Top, Middle and Bottom. These are displayed when the a user clicks the category name in the catalog.
    In RC06 these are still labeled Left, Right and Bottom in Category Manager. You can access these on the Presentation tab of each category:

  • Customizing the "Recent Notifications" iView

    Hey folks
    Our client wants to change the SAP standard "Recent Notifications" iView.  He thinks (justifiably) that the headers "subscriptions" and "subscribed items" are a bit vague, so we want to change them to more specific titles, like "subscription management" and "subscription alerts".
    Two questions:
    1. Is there an easy way of doing this?
    2. If not, how do I customize the iView?  According to the iView properties, it's based on com.sap.km.cm.actioninbox, but I can't find this in a PAR file anywhere...
    We're still on EP6SP14.
    Thanks,
    Chris

    Hi Christopher,
    With such modifications you always have to choose between "bad" and "worse" - it's just the question which is which...
    Of course you could create a new component with a new name based on the original one and also change the role content to refer to the modified application. On the other side, new SPs have new features and removed bugs, and normally you will like to use these advantages. But if you create a modification in a new namespace, the new PARs aren't referenced.
    So, as said, you have to decide what would be more important for you - to have the possibility to upgrade with no extra admin tasks to get your old solution running or to use the new version and to redo the modifications. As in this case "redo" primarily means copy the property files to some place, I would definitely advise to go the way described.
    When modifying Java code, this question is harder to answer (and there is no general answer at all). It also can make sense to try to only create some small part of a PAR and from within that, to reference the standard implementation - not always possible and at least initially more work. But to decide what makes most sense is really project and customer dependent.
    Hope it helps
    Detlev

  • Objects recently modified (Portlet)

    Dear all,
    I was wondering if there is a portlet for Portal that lists (all) the recent objects modified; I mean public items published by any content manager. The default functionality that is close to this only allows to display a list of recent objects modified by you and not by all contributors.
    Best Regards,
    PM

    hi,
    one solution is to use the custom search portlet and run it in auto-query mode. you can for example configure it to automatically show all items modified in the last 7 days in page group x.
    hope this helps.
    regards,
    christian

  • 3.0EA1/2.1: Recent Objects "which object" confusion

    The new Recent Objects window in 2.1 could be handy, but really needs to show types where the icon isn't unique (ie package spec and package body get same icon). As the connection navigator forces you to open the spec before opening the body, you always get both in the recent objects when opening the body via the navigator.
    Also, it really needs to show the connection the object is from - if I open both the package specification and body of a package from two connections, I get four visually identical objects in the Recent Objects window.
    Not an issue in my environment, but opening two objects of the same type and name in different schemas would presumably also cause confusion.
    Can we either have additional columns for the identifying info (connection, type, schema) or can we have tool tips with that information?
    theFurryOne

    2.1 production (63.73) improved this by including "Body" after package bodies on the recent object list, but there is still no way to tell which schema or connection the objects relate to. Can we please have connection and schema included somehow in the recent object list?
    theFurryOne

  • 3.0EA1: Recent Objects and synonyms

    When opening an object tab where the object is based on a synonym which references an object in a different schema, the information displayed in Recent Objects is not consistent with what is displayed elsewhere. Further, if the synonym "renames" the object, the information displayed in Recent Objects is not correct.
    For example, if I open the object for ABC_ACTUAL_TABLE (a synonym to the table ABC.ABC_ACTUAL_TABLE), the Connection pane and the Table tab both show ABC_ACTUAL_TABLE, but Recent Objects shows ABC.ABC_ACTUAL_TABLE. As the schema is not shown for all objects, this can be a bit confusing when the next object in Recent Objects (a table owned by my current schema) shows as MY_ACTUAL_TABLE.
    If however, my synonym renames the table - ie MY_SYNONYM_TABLE is a synonym to ABC.ABC_ACTUAL_TABLE, the Connection pane and the Table tab both show MY_SYNONYM_TABLE, but Recent Objects shows ABC.MY_SYNONYM_TABLE, which is incorrect - such an object doesn't exist. As part of testing this, I have noticed that the tooltip on the Table tab shows ABC.MY_SYNONYM_TABLE@MYCONN, which is also incorrect.
    theFurryOne

    2.1 production (63.73) improved this by including "Body" after package bodies on the recent object list, but there is still no way to tell which schema or connection the objects relate to. Can we please have connection and schema included somehow in the recent object list?
    theFurryOne

  • DATABASE OBJECTS PORTLET OF PORTAL

    I have posted this question earlier and i have not received an answer for it. so i am posting this question again.
    i want to customize the database objects portlet say like i want to remove the find option. how can this be done?

    It is not possible. The navigator portlets are pre-designed and built into portal with the find utility. It is ofcourse possible to customize the portal-provided navigator page but not to this level of removing the find options itself.

  • Can I get the HttpServletRequest object in my custom auth providers?

    Hello -
    If I write a custom authentication or identity assertion provider, is there a way to get the HttpServletRequest object of the user's request?
    Thanks,
    -- Scott

    You can do it from your identity asserter in the following way!
    public CallbackHandler assertIdentity(String type, Object token, ContextHandler context) throws IdentityAssertionException
    Object requestValue = context.getValue("com.bea.contextelement.servlet.HttpServletRequest");
    HttpServletRequest request = (HttpServletRequest) requestValue;
    -Faisal
    http://www.weblogic-wonders.com

  • Custom components and the navigator object

    Hi all,
    I'm starting on a mobile project which is a ViewNavigator based application. I've created a custom component which contains a button. I'd like the button to be able to use the pushView method however as it's a custom component, it doesn't appear to recognise the navigator object. If anyone has any advice/tips on how I might go about this, it'd be greatly appreciated!

    The button sits in a custom component - actually in a datarenderer. Code looks like:
    <?xml version="1.0" encoding="utf-8"?>
    <s:DataRenderer xmlns:fx="http://ns.adobe.com/mxml/2009"
                                            xmlns:s="library://ns.adobe.com/flex/spark">
      <fx:Script>
                        <![CDATA[
                                  import mx.utils.ObjectUtil;
                                  protected function button1_clickHandler(event:MouseEvent):void
                        ]]>
      </fx:Script>
      <fx:Declarations>
      </fx:Declarations>
              <s:Button label="{data.firstName}" click="button1_clickHandler(event)" width="150" height="150" />
    </s:DataRenderer>
    which is being called from a View. There's no error, I'm simply unable to/unsure how to access the navigator object so I can push a new view onto the stack from within that component.
    Cheers!

  • How do I add a Recent Objects direct link group to the navigation bar?

    Hi
    I've noticed in some of the tutorials in the eLearning section there is a Recent Objects direct link group. I presume this is a dynamic collection of recent activities the user has created similar to the My Recent Documents folder you see in the Start menu in Windows XP.
    Does anyone know how to implement this functionality to the navigation bar in the WebClient UI? I know how to add a direct link group to the navigation bar but I don't see any trace of this recent objects functionality.
    Cheers
    Declan

    Hi Vikash
    Thank you for you advice. However the IMG activity Define Business Role does not allow me to add a new entry.
    Instead I used the IMG activity: CRM > UI Framework > Technical Role Definition > Define Navigation Bar Profile. I double clicked on Define Profile, selected my business role and double clicked on Assign Direct Link Group. I tried to enter the Group ID REC_ITEMS but it produced an error saying Entry REC_ITEMS does not exist in CRM_UI_DLG (check entry).
    Can you advise further please?
    Cheers
    Declan

  • The scope of the customer-specific authorization object

    Dears,
    Could someone please feedback about the scope of the customer-specific authorization object; e.g. if we are to create a customer-specific authorization object to replace authorization object P_ORGIN in the HR module, to be able to add an extra authorization field to the newly created authorization object, the scope of the newly create authorization object (which will have a new validation code generated by report RPUACG00) will be the whole ERP system ? 
    The worry is caused by the fact that P_ORGIN is already used in several authorization roles granted to users in the different ERP modules (i.e. FI, SD, MM, CS), so the replacement would affect these modules.
    Thanks.
    Reda

    Hello Reddy,
    We are about to implement the HCM module (We are now in the testing
    phase), on the same client as that of our SAP ERP implementation.
    We need to authorize on the personnel number grouped by 'Payroll Area'
    in transactions PA30, PA40
    In authorization object P_ORGIN, the field VDSK1 is already used to
    authorize on an attribute : cost center (organizational key) for each
    organizational unit, so we can't configure it to authorize on other
    fields from info type 0001 (e.g. Payroll Area).
    We need to continue using the conventional / general authorization and
    not the structural authorization, to stay in compliance with our
    authorization schema already implemented in our FI, MM, SD & CS modules.
    ( Also, as per thread : Steps for creating structural authorization profile using trans. OOSP
    the structural authorization cannot be used to authorize on Payroll Area.)
    We need to go through the HR module implementation without any changes
    in the ABAP code.
    So, the last way out is the custom-specific authorization object, and as I mentioned before, the authorization object P_ORGIN was already used in other ERP modules; e.g. FI, MM, SD & CS,
    ( Note : I haven't started yet implementing this solution.)
    Thanks.
    Reda

  • Custome Defined Pacakge for transporting the BW Objects

    hai
    Im going to transport the BW-Objects from the development server to QA server.
    I need to 'Custome Defined Package(ZBW)' for this one . So how can i create the Custome Package for transportating the BW objects.
    pls tell me , i will assign the points
    kumar

    Transaction SE80
    Select development class and create.
    Jaya

  • Can we reuse the Authorization objects in MM01 for  Custom TCODE  ZMM01

    Hi all,
    We need to create screens  or transaction code ZMM01 which will have all views in the form of a tab like sales data will have a tab to input sales information like plant data as its own tab to input plant specific data
    ceating material  masters  entries in Ztables like ZMARA,ZMARC,ZMVKE.
    Now my question is can we use the same authorization objects which are being used for standrard MM01 transaction code because same users who use MM01 will use ZMM01.
    If this is possible how can I know what are the authorization objects which I need to program for my ZMM01 Tcode.
    All replies are rewarded.
    Regards
    Martin.

    hi yes
    it is possible go to transaction SU21
    and search MM_G object class you can reuse the same for ur Z transaction
    also u will have to use SU22 to assing tcode to the obejct class
    Harish

  • How to get custom graphics to work with the animator object

    I Have a costom graphic that I wish to have change color depending the position of a Pot, and have tried using the animator object. However the animator object fails to change color when the pot is moved, when i replace the costom graphic with a standard one (a pipe) the color changes perfectly. The costom graphic is in wmf format so it should work. what am i doing wrong or is this just not possible?

    Hello,
    That's a little odd. Did you trying playing with the Gray Proximity settings? If it's not too difficult maybe you can create various colored versions of your graphic and use the Multistate object instead.
    Is it possible to post the picture here so we can try?
    Regards,
    Khalid

  • How to the custom color in the Java object?

    My code:
    <cfset var image =
    createObject("java","java.awt.image.BufferedImage") />
    <cfset var color=createObject("java","java.awt.Color")
    />
    <cfset g = image.getGraphics() />
    <cfset g.setColor(color.white) />
    In the last row,I want to repalce the "color.white" with
    #F23ABB,How???
    Thanks.

    Try the decode() method and you must initialize the
    BufferedImage object before using it.
    http://java.sun.com/j2se/1.4.2/docs/api/java/awt/image/BufferedImage.html#BufferedImage(in t,%20int,%20int)
    <cfset var bi =
    createObject("java","java.awt.image.BufferedImage") />
    <cfset var image = bi.init(theImageWidth, theImageHeight,
    bi.TYPE_INT_ARGB) />
    <cfset var g = image.getGraphics() />
    <cfset var color = createObject("java","java.awt.Color")
    />
    <cfset g.setColor(Color.decode("##F23ABB")) />

Maybe you are looking for

  • Help Needed in Creating Java Class and Java Stored Procedures

    Hi, Can anyone tell how can i create Java Class, Java Source and Java Resource in Oracle Database. I have seen the Documents. But i couldn't able to understand it correctly. I will be helpful when i get some Examples for creating a Java Class, Java S

  • Slideshows (pics) in iDVD, can i put them to fit the screen

    when im doing a video project in iDVD, if id like to do a slideshow, is it possible for the photos to fit to the screen and do the same effects (dissolve, page flip) as iPhoto?.. Im mostly concered for the pictures to fit the screen (when im going to

  • Qm02 completing the notification process while saving without fieldvalidate

    In qm02 when I press complete button based on condition it should come out from complete process but for me when I through an error in user Exit. Then the  save button is in enable mode and when I press save.It over comes the error and completing the

  • MDT 2012 and DomainJoin

    I am trying to understand when MDT 2012 joins the domain during a standard client task sequence if the settings are specified in CustomSettings.ini. In 2012 Beta 1, I had machines joining the domain during the "Recover from Domain" step. After upgrad

  • I need a little help with this MS-6380E

    Hi my name is AttA.  Im trying to help out a friend get hism PC back up and running.  He is a new user type and has generaly screwd his pc up just being a newbie.  He asked me to Format his PC And reinstall his OS, and now here i am wonering what the