Modifying the existing page

Hello all,
My Apex version is 3.2.1
I have an application with some 14 pages in it, where page 3 and 4 are based on a particular table. But, later we dropped that table and moved one of the column from that tableA to tableB.
Now, I have deleted the page 2 and page 4 from my application. And added the new item to page 6 where page 5 and page 6 belongs to the tableB.
Did I do anything wrong here? Is this the correct way to do?
please help...

Charan,
Unfortunately there are too many variables for anyone on this list to say that you did or did not do this correctly. The thing to look out for here is that your page items (assuming you have form pages) reference valid column names in your replacement table. Check and double check your data to make sure everything is getting inserted/updated correctly. If you see what you expect then you should be good to go.
Earl

Similar Messages

  • How to copy and modify the existing page layout

    I have page layout which has 3 webpart zones. i need to modify and save as new page lauyout with 5 webpart zones. can someone guide me the steps.

    Open your site in sharepoint designer 
    -Open page layouts gallery 
    -Copy your page layout and past it there only, it will create new copy like yourPageLayout Copy.
    -edit this page layout and new webpart zones by copying already present webpart zone (change their id's) or add from ribbon.
    -save and publish it.

  • Adding New table to the existing page

    Hi,
    i have a task i.e i have to create a new UI(consista table structure) and add to the existing page.How can do this one.If any one knows please respond asap.
    This is urgent requirement.
    Thanks in advance.
    Bye
    Palakondaiah

    Hi,
    i have a task i.e i have to create a new UI(consista table structure) and add to the existing page.How can do this one.If any one knows please respond asap.
    This is urgent requirement.
    Thanks in advance.
    Bye
    Palakondaiah

  • How modify the default page from jdeveloper

    I´m trying set a aplications server whit jdeveloper, but i can´t find a configuration file, to modify the default page showed in http://localhost8080
    can you help me ???

    Thanks Maxi... I explain you, I'm trying to set a webservice whith JDeveloper 11g to simulate 3 layers, a computer whit windows system it will be the front end or first layer, and the second computer whit linux system it will be the second( coordination layer) and third layer ((data base layer)), and , my question is this; Jdeveloper has a server aplications like apache ??? where I can set a default page whith a JSP to connect the first layer whit the layer that has installed the linux system.
    Thanks.

  • Modify the login page (login.jsp) of B2B scenario of the Internet Sales app

    All
    I wanted to modify the login page (login.jsp) of B2B scenario of the Internet Sales application
    By typing the URL "http://<servername>:50001/b2b/b2b/init.do." I could able to see the login page
    My requirement is to add an extra link in this page
    when I use showmodule=true it gives the location of jsp which is "user/logon/login.jsp"
    I could able to find this jsp in the DC "crm-isa-web-b2b"
    when I open the DC in package explorer i could able to locate this jsp in a jar file but not able to open/modify it
    Awaiting experts response
    Thanks
    Murali.K.N

    When I work on ours ISA4, I go to the file on the server
    \jsp\crm.b2b\servlet_jsp\b2b\root\b2b\login\login.jsp
    Now, I'd imagine there might be a much easier way to work with the files, but that's how I edited ours. 

  • With out loosing view grant access, i can modify the existing vi

    I am using oracle 11g.
    I would like to add few more where condition in my oracle view ,Which has grant permission by different user.
    There is anyway with out loosing view grant access, i can modify the existing view.
    Existing view
    create view abc
    as
    select * from tab1
    where rownum =1 .
    Grant select on abc to read_ro;
    Modifying view
    There is anyway with out loosing view grant access, i can modify the existing view?
    add few more where condition in my oracle view ,Which has grant permission by different user
    please advise.

    create or replace view...
    SQL>  create or replace view y as select object_name from user_objects;
    View created.
    SQL> grant select on y to ads;
    Grant succeeded.
    SQL> select * from user_tab_privs where table_name='Y';
    GRANTEE                        OWNER
    TABLE_NAME                     GRANTOR
    PRIVILEGE                                GRA HIE
    ADS                            BONTRAB1
    Y                              BONTRAB1
    SELECT                                   NO  NO
    SQL> create or replace view y as select object_name,created from user_objects;
    View created.
    SQL>  select * from user_tab_privs where table_name='Y';
    GRANTEE                        OWNER
    TABLE_NAME                     GRANTOR
    PRIVILEGE                                GRA HIE
    ADS                            BONTRAB1
    Y                              BONTRAB1
    SELECT                                   NO  NO
    SQL> desc y
    Name                                      Null?    Type
    OBJECT_NAME                                        VARCHAR2(128)
    CREATED                                            DATE

  • 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 modify the logon page

    Hi
    Can I modify the logon page of isqlplus.
    Thanks
    Santhosh

    Although in iSQL*Plus 9.0.1 you can't modify the default
    login HTML, you can create your own static HTML "login"
    page. Just make sure the correct login credential
    parameters are passed to the iSQL*Plus URL. Your users will
    have to call your new static page instead of the default
    iSQL*Plus login page.
    Copy the HTML from the default login page and change the
    FORM ACTION to include the host and port:
    <FORM ACTION="http://host.port/isqlplus" METHOD="post">
    and change the "Connection Identifier" field to a drop down
    list of the connection identifiers you want:
    <TD CLASS="label">Connection Identifier:</TD>
    <TD>
    <SELECT NAME="sid">
    <OPTION SELECTED>SID1</OPTION>
    <OPTION>SID2</OPTION>
    <OPTION>SID3</OPTION>
    </SELECT>
    </TD>
    Add your own logo, joke of the day, and put it in
    production....
    iSQL*Plus 9iR2 has an option for a drop down list of connect
    identifiers to be configured in the default login screen.
    This allows sys admins to restrict the DB servers that can
    be accessed. No other connect identifiers can be used, even
    from CONNECT commands in scripts.
    On the OTN home page there seems to be an "early access"
    link for down loading the 9i Database R2.
    -- CJ

  • Modifying the redirect page of an input behavior

    I created a user input behavior for a user registration page.
    I also added a check new username behavior. It all works well. The
    problem isn't really a big problem because it all still works. But,
    it would be nice if I could modify the code that Dreamweaver
    generates and NOT get the red exclamation error next to the
    behavior in the behaviors panel. That way I could still click on
    the behavior and be able to edit it with the dialog box instead of
    hand coding it.
    Here is the deal. In the input behavior, I specified the
    redirect page. The code written by Dreamweaver is:
    MM_editRedirectUrl = "login_confirmation_send.asp"
    Problem is, I want to pass a form value in the query string
    to that redirected page. So, I modified that code to say:
    MM_editRedirectUrl = "login_confirmation_send.asp?email="
    & Request.Form("email")
    When I do that, I get a big red exclaimation next to the
    check new user behavior which says the input behavior has been
    deleted. Eventhough, it still works fine.
    Is there a way to modify the code without getting the
    error?

    MM_editRedirectUrl = "login_confirmation_send.asp?email="
    MM_editRedirectUrl = MM_editRedirectUrl &
    Request.Form("email")
    That might do it. Does ASP have another concatenator besides
    ampersand(&) like the plus sign(+) that you could use? Also,
    I've totally forgotten if you need semicolons(;) at the end of
    lines of ASP code.

  • This Question is related to IDOC , that how to modify the existing IDoc

    hi All,
    am getting some problem that ,
    i have created the IDOC for sales orders by using (ORDERS), so i was able to create IDOC,but my requrement is to modify the exising IDOC.
    how i can go through?.
    what are the F.M to use?

    Hi,
    Check the FM being used for inbound posting for your message type. See if there is a user exit available for you to update data contained in the IDoc.
    If there isn't any, then you might have make a copy of the existing inbound processing FM and modify code to address your requirements. This will involve setting up your Z* FM for inbound posting (rather than system's standard FM) through configuration. For more details on how make these settings, take a look at http://www.sapgenie.com/sapgenie/docs/ale_whitepaper.doc.
    Regards

  • To modify the existing form of custom invoice into  Proforma Invoice form

    We need to modify thye existing custom invoice form in to proforma invoice form by inputting the below details
    1) Suppling plant details
    2) LST/CST of receiving plant
    3) LST/CST of delivering plant
    Appreciated if any one can kindly let me know the logic and tables for the above scenarios

    We need to modify thye existing custom invoice form in to proforma invoice form by inputting the below details
    1) Suppling plant details
    This details u will get from T001W and adress from ADRC.
    2) LST/CST of receiving plant
    This details u will get from J1ID plant excise details J_1IMOCOMP or if u have created the plant as customer then u will get the same in customer excise details.J_1IMOCUST
    3) LST/CST of delivering plant
    This details u will get from J1ID plant excise details J_1IMOCOMP or if u have created the plant as customer then u will get the same in customer excise details.J_1IMOCUST
    Appreciated if any one can kindly let me know the logic and tables for the above scenarios

  • Problem in modifying the existing record in table control

    Hi Experts,
    I have one table control.I have entered one record and save it.When I am modifying the same record a duplicate record is created.I need if I modify the same record that record should only modify.How to delete the duplicate record.

    Hi,
    In Flow logic.
    LOOP .                        
      MODULE tbc_modify ON CHAIN-REQUEST.
      MODULE tbc_mark.     
    ENDLOOP.    
    In module.
    MODULE tbc_modify INPUT.
      MODIFY t_data
        FROM fs_data
       INDEX tbc-current_line.
      IF sy-subrc NE 0.
        APPEND fs_data TO t_data.
      ENDIF.                              
    ENDMODULE.                            
    MODULE tbc_mark INPUT.
      DATA: tbc_wa2 LIKE LINE OF t_data.
      IF tbc-line_sel_mode = 1
      AND fs_data-mark = 'X'.
        LOOP AT t_data  INTO tbc_wa2
         WHERE mark = 'X'.
          tbc_wa2-mark = ''.
          MODIFY t_data
            FROM tbc_wa2
            TRANSPORTING mark.
        ENDLOOP.                          .
      ENDIF.                             
      MODIFY t_data  FROM fs_data
        INDEX tbc-current_line
        TRANSPORTING mark.      
    ENDMODULE.
    Edited by: sapabap403 on Aug 31, 2011 9:29 AM

  • How to create a list in Web Intelligence/modify the existing list

    I am trying to modify the list of values that are already available for the period and I am not sure how to in Web Itelligence.
    Please do help me figure out how I can edit the list to add new periods to it.
    We currently  have Business Intelligence Release XI 2. I know its really old version but I am really new to BO.

    Hi,
    You can edit the LOV's from universe desiger.
    Follow these steps.
    Click on Edit button on objects edit properties tab
    The designer query panel will appear showing default object of a LOV
    Drag drop the condition object in condition pane and specify the appropriate condition.
    You can also view the SQL of the LOV query by click on SQL icon on toolbar.
    Run the query to test the values after applying condition on LOV

  • Modifying the home page

    Hi All,
                 I have a requirement to add the search result of any transaction (e.g lead or opportunity or quote) to the home page .Just like how the open tasks are displayed.
    Any idea how to achieve this??
    I have seen that the main component '' incudes many components (e.g '' for tasks) to display the open tasks. DO we have to create a new component and proceed??
    Can you give steps in detail to achieve this??
    Needless to say, helpful answers will be rewarded.
    Regards,
    Ruby.

    Ok i got it, but I have one problem. I have a commandNavigationItem (global link) and If I clic it then i see the corresponding taskflow, but If i clic on the menu items from the menu bar I go to a page and then clic on the commandNavigationItem i don't see the taskFlow, it stays in the page.
    Edited by: Miguel Angel on 06/11/2012 03:57 PM

  • Modifying the existing search base to a new one

    My CoreId is having search base set to "dc=abc, dc=com". For some better architecture reasoning, now I wanted to change the search base to a new Ldap node called "Users,dc=abc,dc=com". I will move all our users and groups from earlier node "dc=abc, dc=com" to the new one "Users,dc=abc,dc=com". So all my users and groups will have different entryDN after the move, but they will carry the same user-id/ group-id.
    Here are few questions related to this.
    (1) All workflows refer to many users and groups. By changing the search-base will it refer to the new location automatically –OR- I have to manually change all the work flow by reselecting the users and groups.
    (2) Do I have to redefine all our static groups again since all users have different entryDN now?
    (3) Do I have to do any modifications to all the existing authentication schemes etc.
    (4) Any other modification/ tasks ??
    Thanks!
    Kp

    Hello Saggu, Before running this conversion tool I have few specific questions.
    What is the meaning of these options for obmigratedn.exe
    -c <configDN> : I am assuming this is Oblix configuration dn value (o=Oblix,dc=abc,dc=com) provided during CoreId set up
    -o <oblixnode> : ???
    -i <installdir> : Is this the CoreId installation Directory ??
    -n <native_dn> : ???
    -l <logical_dn> :???
    Just a note :- I wanted to change only the use DNs (example "cn=kabi,dc=abc,dc=com" to "cn=kabi,o=employee,dc=abc,dc=com"). Oblix configuration remain at old node. Not sure if I should run this tool.

Maybe you are looking for

  • Change delivery address in third party po

    Hi, In third party PO the delivery address field is a display only, the data comes from the customer's address (from the SD order). In some cases we would like to change the delivery address (we need to send it to the currier that has different addre

  • Can you place text from a word document using data merge?

    I'm working with a charity that is giving away scholarships/grants. I need to create a ducument that pulls in various application data plus their submitted essay (docx format). I would like to do this via data merge but cannot find any reference if i

  • Purchased Items from computer back to iPhone.

    I recently recieved a new laptop and when I connected my iPhone to iTumes it transferred my purchased items from my phone to the computer and now they have been removed from my phone, so I have no music or tones on my phone. How do I get them back??

  • Latest Scam

    Just got an email thanking me for my payment of $1290.00 to Verizon via Visa credit card. Obviously a scam... is there any way to report this to Verizon without going through their horrendous phone labyrinth of options...trying to get somebody real w

  • Edge animate and content management system

    Since I'm having great difficulty getting this to work, I'm wondering if edge animate 2014.1 will work in an content management system? The previous version I was using created a _edgePreload.js which among other things, loaded the javascript files a