OA Framework pages personalization - how to modify View Instance

OA Framework pages personalization - how to modify View Instance
Hi
I need to add additional field to a page.
I found View Instance but there is no attribute I need.
Is it possible to modify View Instance from application level
because not using JDeveloper?
Thank you,
malin

Hi Malin,
If your VO does not include the column you are looking for, then the only way to achieve is thru VO substitution for which u will have to use jdeveloper.
You cannot achieve this by personalization.
Thanks,
Sree

Similar Messages

  • How to modify an instance

    I can duplicate an movie and I can change it and it is
    different than the original which is fine.
    But some have underlying movies..(usually a bitmap).
    I try to change that bitmap, swap bitmap and it changes, but
    the original main movie reflects this changed bitmap.
    I guess I need to change the entire underlying group?????
    1. how can I change that bitmap so it is different and
    independent of the original.
    ie. an item that has text, and when you hover over it, it
    will display a star next to it as emphasis. I am just trying to
    change the color of this star without affecting the original.
    HELPPPPP??????????
    Thanks
    I assume

    well there are some 'dynamic' ways to change the stars color,
    but the simplest would be to make a duplicate in the Library, not
    on the Stage. You will need to name it differently as well, see
    each time you drag a new instance to the Stage, it's just that ...
    and 'instance' of the original, any changes made to any 'instance'
    of the original are reflected in all instances of it. So you need
    to actually make 'another' MC that you can apply changes to.
    However if this doesn't accomplish what you need to do, there
    are other methods you could use to 'change' the bitmap within the
    MC.

  • How to add link in subtabLayout using OA Framework page personlization

    Hi,
    how to add new link in subTabLayout using OA Framework page personalization.

    Hi Sumit,
    I am also working similar kind of requirement. In my case I tried to add new tab subtab using personalization , how ever the add new item button is not enable.
    So I created new stacklayout and tried to add this to new tab in the existing subtablayout by using co process form request code:
    public void processRequest(OAPageContext oapagecontext, OAWebBean oawebbean)
    super.processRequest(oapagecontext, oawebbean);
    OracleCallableStatement oraclecallablestatement = null;
    OracleConnection oracleconnection = (OracleConnection)oapagecontext.getApplicationModule(oawebbean).getOADBTransaction().getJdbcConnection();
    try{
    oracleconnection.setAutoCommit(true);
    oraclecallablestatement = (OracleCallableStatement)oracleconnection.prepareCall("begin GLO_TMPVIJ_PRCV(:1); end;");
    oraclecallablestatement.setString(1,"In the custom co process request");
    oraclecallablestatement.execute();
    }catch(SQLException sqlexception)
    throw OAException.wrapperException(sqlexception);
    OASubTabLayoutBean subTabLayout =
    (OASubTabLayoutBean)oawebbean.findChildRecursive("ApplicationDetsTabLayout");
    OASubTabBarBean subtabbar = (OASubTabBarBean)oawebbean.findIndexedChildRecursive("subTabBar");
    OALinkBean link = (OALinkBean)oapagecontext.getWebBeanFactory().createWebBean(oapagecontext,
    OAWebBeanConstants.LINK_BEAN, null,
    "link");
    OAStackLayoutBean commentsRN =
    (OAStackLayoutBean)oapagecontext.getWebBeanFactory().createWebBean(oapagecontext,
    "/xxhr/oracle/apps/irc/candidateManagement/webui/CommentsRn",
    "CommentsRn", // always specify name
    true); // region created in Oracle9i JDeveloper OA Extension
    subTabLayout.addIndexedChild(commentsRN);
    subTabLayout.addIndexedChild(link);
    in this I am not ale to add the new tab.
    Regards,
    Vijay Reddy.

  • How do I view more pages in the Folio Builder ACV preview?

    I created a folio with an article that has two orientations, but when previewing it only shows the first page. How do I view more pages in the Folio Builder ACV preview?

    You are viewing some very, very old videos. May I suggest watching my lynda.com course?
    http://www.lynda.com/Digital-Publishing-Suite-tutorials/Adobe-Digital-Publishing-Suite-Ess ential-Training/149122-2.html?srchtrk=index:1%0Alinktypeid:2%0Aq:bob%2Blevine%0Apage:1%0As :relevance%0Asa:true%0Aproducttypeid:2
    If you don’t have a subscription, this link will get you a one week trial? http://www.lynda.com/trial/boblevine
    All that out of the way, clicking preview should take you to the page you’re on but still give you the entire article. Use your mouse to swipe up or down.

  • What is light framework page?

    hi,
    what is light framework page?
    how is it different from a default framework page.
    what does the term light actually mean?
    many places light is used for example in teh case of mastheadiview.
    light masthead also sthere....
    Thanks in advance.....

    try the link below:-
    http://help.sap.com/saphelp_nw04/helpdata/en/87/6d57c6fe824f3bbbcae725f4729bee/frameset.htm
    Regards
    Bhairu

  • Default Framework page Isolation method changed

    We changed the Isolation method to URL instead of embedded on all of the iviews in the Default Framework page.
    Now we cannot view the Portal Content Directory.  Is there any method to fix this by going to a URL.
    We tried - http://myServer:50000/irj/portal?NavigationTarget=ROLES://portal_content/administrator/content_admin/worksets/com.sap.portal.content_admin_ws/com.sap.portal.content_admin_wsExplorer and it did not work.
    Thanks in advance,
    D. Maupin

    Hi,
    You can resolve by using the steps below:
    1. Create a transport package for the Default framework page  in a system where the properties are correct . Export the epa file and save locally
    2. Login to the Portal where the properties have been messed up.
    3. On the same Browser window change the URL to
    http://<server>:<port>/irj/servlet/prt/portal/prtroot/com.sap.portal.pcd.admintools.import.default
    This should open the Import Transport application
    4. Import the local transport .
    5. Logout and login again to the portal.
    Thanks
    Prashant

  • Assigning framework page..

    Hi all,
    I have a requirement where the framework page changes depending on the user action.
    Say if the user clicks a particular navigation link the framework page should change.i.e depending on a action in a page the application should be capable of changing the framework page.
    How do i do it. Please do provide any inputs in this regard.
    Points guaranteed !
    Regards
    Bharathwaj

    Hi,
    Currently there is no way of changing the framework page on the same session,
    the user has to logout and login again in order to change the frameworkpage/desktop.
    In future versions (I think SP13 and above) it will be possible to replace the desktop on the fly with code.
    Regards,
    Tal.

  • How to find and modify underlying XML Template for a OA Framework page

    Env: R12
    There is a standard OA Framework page in Purchasing that can be reached by
    Purchasing Manager > Buyer Work Center > Orders > Search for a specific PO > Open the PO Page
    Then Open the PO Details page for what you searched
    Now in the PO Details Page, On the right hand top corner is a drop down list for Actions > View PDF
    This generates a PDF output of the PO, PO Details and the terms and conditions.
    I want to modify this pdf. ( Change the template and add/remove a few columns)
    I believe that this is an XML Pub report running in the background but how to find out what report is running and how to modify its template ??
    Thanks
    Gabbar

    Hi Gabbar,
    Click on 'About this Page' and figure out the page, controller, AM and VOs. You can download these xml and class files from JAVA_TOP. Page can be downloaded from mds directory under PRODUCT_TOP.
    Regards

  • How to enable DFF for a particular country on a Standard OA Framework page

    Hi All,
    I have a requirement for iExpense. Here I need to enable a DFF and that should be display only for a particular country say 'India'. I have done this for the core apps forms but for OA Framework pages I am not sure.
    In core apps we have used context senstive rather than Global.
    Could you please help me on this that how can I enable DFF for a particular country.
    Thanks,
    Sam

    hi
    i think u r talking about Domestic and Recoverability DFF,u need to find out the id of those LOV fields ,u can find them going in view source ,right click go to view source and search the fields against the prompt appearing against these LOV like (Recoverability) u will get the id of this field ,then extend your CO and hide this field in processRequest method of extendedCO according to your org id .
    thanx
    Pratap

  • Ajax Framework Page - Customized and Modified

    Dear All,
    I am trying to Customize and Modify the default ajax framework page. So with the help of the [SDN Document |http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/70bfe58d-1ed9-2d10-42b6-821d62777d6f?QuickLink=index&overridelayout=true&50599009721255] I tried to implement the same.
    We have SAP NW Enterprise Portal 7.3 and NWDS 7.3 SP05.
    I created the portal Application Project and portal component and added all the needed css, script, html and images.
    Below is the code of my portal component:
    package com.sap.itelo.framework.page;
    import com.sapportals.portal.prt.component.*;
    import com.sapportals.portal.prt.resource.IResource;
    public class ITelOFramework extends AbstractPortalComponent
        public void doContent(IPortalComponentRequest request, IPortalComponentResponse response)
             IResource navigationCSS = request.getResource(IResource.CSS, "css/style.css");
             response.include(request, navigationCSS);
             IResource menuCSS = request.getResource(IResource.CSS, "css/menu.css");
             response.include(request, menuCSS);
             IResource navTreeSource =
             request.getResource(IResource.STATIC_PAGE,"html/framework.html");
             response.include(request,navTreeSource);
             IResource navigationJs =
             request.getResource(IResource.SCRIPT,"scripts/navigation.js");
             response.include(request, navigationJs);
    I deployed the application and created Framework Page Iview based on the deployed application. When I previewed the page, I noticed the navigation Script page is not loaded. That means, I didn't get detailed navigation on the framework page.
    Please tell me where I went wrong and how to resolve this error.
    Regards
    Eben Joyson

    Hi Eben
    I am facing the same problem. Did you find a solution for this?
    Thanks and best regards
    Christophe

  • Modify the default framework page

    Hi all,
    I need to create a new portal framework page. This needs to differ from the Default framework page only in the KM navigation links. I have a different KM folder to point to in the new framework page.
    I tried creating a separate page with my KM navigation iview and adding it to the desktop inner page. But this didnt help, because i now have the new KM links, that I added to the navigation panel of the desktop inner page + the old links in the content area( that is what I think) .Anyway both the KM links are now visible side-by-side.
    Can someone tell me how to modify only the KM navigation links in the default framework page?
    -Ashwini.

    Hi Ashwini,
    So as per your reply I guess you already have an iView ready which you want to place on the navigation panel.
    Ok, it goes like this:
    1. Copy the Default Framework Page from Portal Users -> Standard Portal Users into your own development folder.
    2. Open the copied page for editing. Select Desktop Inner Page. And click on Open. In the Page Content you'll find an iView for Dynamic Navigation. Uncheck the visible check box next to it.
    3. Add your own developed iView to this Page. You can do this by right-clicking on your iview and then say "Add iview to Page Delta Link". Make this newly added iView Visible and fixed.
    4. To make sure it appears correctly, click on the Page Layout radio button and see that the iviews are arranged correctly. If required you can drag and place them wherever you wish.
    5. Now, you need to make a desktop which consists of a Framework + theme. To do this go to System Admin -> Portal Display.
    While your desktop is in edit mode. Right Click on your framework which you edited and Say "Add framework to Desktop". Down below you will find a themes folder. Add any theme in the same fashion to your desktop.
    Next go to Portal Administrators -> Super Administrators -> Master Rule collection.
    Here you have to put you rule. Its self explanotory.
    But make sure you do this correctly.
    That does it.
    Please let me know if I answered your question.

  • Modifying the framework page width.

    Dear All,
    I want to customize the default framework page.
    I am on EP 7.0 SPS16
    What i want to do is to reduce the width of the framework page .
    I succeeded in doing this for normal framework page.
    I did this by modifiying the framework.par file in that we have a file called framework.jsp.
    But my final goal is to implement this layout for EFP.
    For this I modified the light_framework.jsp.
    The issue coming up is that when i create a layout from this jsp i can see the width changed.
    But if I try to preview, the layout doesn't reflect.
    Does anyone know how to modify light_framework.jsp or if there is some restriction to this.
    I can post the code which i used to modify the jsp page if anyone requires.
    Regards,
    Nikhil Pai

    Hello Sunil,
    Thanks for the reply, but this is not the issue i am facing.
    I am  in a step which is earlier than the answer u gave.
    After creating the layout when i am previewing it the changes are not taking place.
    Regards
    Nikhil Umesh Pai
    Edited by: Nikhil Pai on Aug 26, 2008 2:38 PM

  • How can i view a attached file in OAF pages which has been attached

    Dear all,
    Hope you are well.
    i have a table region from that i have attached a file named"file1.text" against a primary key.
    now i want to view that attached file in a oaf page.
    how can i view that attachment.
    would you please explain

    Hi again,
    Personalize that table
    1-Add Attachment Image column
    2-Set the *View Instance (ViewObject that feeds table)
    3-Add Entity under the Attachment image
    4-Set *Entity as same with your entity value
    5-Insert Allowed =>false, Update Allowed => false Show All => true
    6-Add a primary key under the Entity
    7-Set View Attribute with your primary key column like PersonId
    Thanks.
    Anil

  • How can I view as "single page continuous" in full screen mode?

    how can I view as "single page continuous" in full screen mode?
    preferences->page display:
    preference->accessbility:

    Not possible.

  • How to set a page template for news detailed view?

    Is there a way to set a page template for the detailed view of the news module?
    I have a page template setup and added the {module_announcement,,,,,} to the page. When the news item is clicked it always opens the default template - is this how it is designed to work or is there a way I can specify it to use a different page template?
    Dave.

    Hey Dave, See the image below:

Maybe you are looking for