Extending LOV

Hi All,
My requirement is to restrict the LOV values based on Location.
1. I have exteneded the VO to include the where condition.
2. I have extended the CO to pass the new where condition.
3. I have extended teh AM Implementation Class.
4. I have modified the PG (ChangeLocLovRN.xml) and attached the custom VO, Custom CO, and Custom AM. I have uploaded the page into the Application Server.
5. Bounced the Apache.
when I tried to test, below error is prompted.
oracle.apps.fnd.framework.OAException: java.lang.NumberFormatException: For input string: ""
     at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:896)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:612)
     at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:251)
     at oracle.apps.fnd.framework.webui.OAListOfValuesHelper.processRequest(OAListOfValuesHelper.java:449)
     at oracle.apps.fnd.framework.webui.beans.layout.OAListOfValuesBean.processRequest(OAListOfValuesBean.java:413)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:964)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:931)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:655)
     at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:251)
     at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)
     at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2496)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1892)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:536)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:424)
     at OA.jspService(_OA.java:212)
     at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
     at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
     at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
     at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
     at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
     at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
     at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
     at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
     at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
     at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
     at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
     at java.lang.Thread.run(Thread.java:619)
## Detail 0 ##
java.lang.NumberFormatException: For input string: ""
     at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
     at java.lang.Integer.parseInt(Integer.java:468)
     at java.lang.Integer.parseInt(Integer.java:497)
     at archon.oracle.apps.per.selfservice.location.webui.ArchonLocationLovCO.processRequest(XXXLocationLovCO.java:45)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:596)
     at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:251)
     at oracle.apps.fnd.framework.webui.OAListOfValuesHelper.processRequest(OAListOfValuesHelper.java:449)
     at oracle.apps.fnd.framework.webui.beans.layout.OAListOfValuesBean.processRequest(OAListOfValuesBean.java:413)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:964)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:931)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:655)
     at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:251)
     at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)
     at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2496)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1892)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:536)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:424)
     at OA.jspService(_OA.java:212)
     at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
     at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
     at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
     at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
     at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
     at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
     at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
     at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
     at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
     at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
     at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
     at java.lang.Thread.run(Thread.java:619)
java.lang.NumberFormatException: For input string: ""
     at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
     at java.lang.Integer.parseInt(Integer.java:468)
     at java.lang.Integer.parseInt(Integer.java:497)
     at archon.oracle.apps.per.selfservice.location.webui.ArchonLocationLovCO.processRequest(XXXLocationLovCO.java:45)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:596)
     at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:251)
     at oracle.apps.fnd.framework.webui.OAListOfValuesHelper.processRequest(OAListOfValuesHelper.java:449)
     at oracle.apps.fnd.framework.webui.beans.layout.OAListOfValuesBean.processRequest(OAListOfValuesBean.java:413)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:964)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:931)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:655)
     at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:251)
     at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)
     at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2496)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1892)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:536)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:424)
     at OA.jspService(_OA.java:212)
     at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
     at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
     at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
     at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
     at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
     at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
     at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
     at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
     at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
     at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
     at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
     at java.lang.Thread.run(Thread.java:619)
below is my extended Controller.*
package xxx.oracle.apps.per.selfservice.location.webui;
import oracle.apps.per.selfservice.location.webui.LocationLovCO;
import oracle.apps.fnd.common.VersionInfo;
import oracle.apps.fnd.framework.OAApplicationModule;
import oracle.apps.fnd.framework.OAViewObject;
import oracle.apps.fnd.framework.server.OADBTransaction;
import oracle.apps.fnd.framework.webui.OAControllerImpl;
import oracle.apps.fnd.framework.webui.OAPageContext;
import oracle.apps.fnd.framework.webui.beans.OAWebBean;
import oracle.apps.per.selfservice.common.SSHRParams;
import xxx.oracle.apps.per.selfservice.deployperson.server.ArchonAssignmentLovAMImpl;
import oracle.apps.per.selfservice.common.SSHRParamTable;
import oracle.apps.per.selfservice.arch.server.TransactionContext;
public class ArchonLocationLovCO extends LocationLovCO
// public static final String RCS_ID = "$Header: LocationLovCO.java 120.0 2005/06/03 04:45:33 appldev noship $";
// public static final boolean RCS_ID_RECORDED = VersionInfo.recordClassVersion("$Header: XXXLocationLovCO.java 120.0 2005/06/03 04:45:33 appldev noship $", "xxx.oracle.apps.per.selfservice.location.webui");
// public static final String RCS_ID="$Header$";
// public static final boolean RCS_ID_RECORDED = VersionInfo.recordClassVersion(RCS_ID, "%packagename%");
public void processRequest(OAPageContext paramOAPageContext, OAWebBean paramOAWebBean)
paramOAPageContext.writeAppsLog(this, "Entered processRequest", 4);
super.processRequest(paramOAPageContext, paramOAWebBean);
OAApplicationModule localOAApplicationModule1 = paramOAPageContext.getApplicationModule(paramOAWebBean);
OAViewObject localOAViewObject = (OAViewObject)localOAApplicationModule1.findViewObject("XXXLocationLovVO");
OAApplicationModule localOAApplicationModule2 = paramOAPageContext.getRootApplicationModule();
OADBTransaction localOADBTransaction = localOAApplicationModule2.getOADBTransaction();
SSHRParams localSSHRParams = new SSHRParams(localOADBTransaction);
String str1 = localSSHRParams.getSelectedPersonBusinessGroupId();
String str2 = localSSHRParams.getEffectiveDate();
String asg = localSSHRParams.getAssignmentId();
paramOAPageContext.writeAppsLog(this, "Setting whereClauseParams on the VO", 4);
paramOAPageContext.writeAppsLog(this, " Setting bgId=" + str1 + " effDate=" + str2, 4);
paramOAPageContext.writeAppsLog(this, " Setting Assignment_id =" + asg,4 );
localOAViewObject.setWhereClause(" (business_group_id =:1 or business_group_id IS NULL) and (to_date(:2 , 'RRRR-MM-DD') < nvl (inactive_date , to_date(:3 , 'RRRR-MM-DD')+1)) and pkg_archon_ss_ext.fn_display_loc(to_number(:asg),(to_date(:2 ,'RRRR-MM-DD'),hrl.location_id)='Y'");
localOAViewObject.setWhereClauseParam(0, str1);
localOAViewObject.setWhereClauseParam(1, str2);
localOAViewObject.setWhereClauseParam(2, str2);
localOAViewObject.setWhereClauseParam(3, asg);
paramOAPageContext.writeAppsLog(this, "Leaving processRequest", 4);
More information
paramOAPageContext.writeAppsLog gives a message Deprecated.
Any help is appreciated.
Thanks
Rama

Cross Check you are setting the where clause of query to "" and it is expecting the Number format.
Thanks
--Anil                                                                                                                                                                                                                                       

Similar Messages

  • Extending LOV VO - is it always possible?

    I am attempting to extend a VO used into a LOV within iProc 11.5.10. I have successfully done this a number of times now within this module. Following these exact steps I am attempting to do this again with the Project LOV on the checkout summary page but to no avail. The steps I am following are as follows:
    - Create a new VO which extends the original VO ('ProjectAllLovVO') including the additional data items in the query.
    - Define the substitution with the project business component settings.
    - Copy the new VO XML to the Apps tier file system under a path registered under the JServ classpath.
    - Load the subsitution using the JPX load utility.
    - Create a personalisation adding a new data item for the new fields.
    When I try and query the new LOV I get the following error:
    oracle.apps.fnd.framework.OAException: oracle.jbo.NoDefException: JBO-25002: Definition XxuomOrgName of type Attribute not found
    Everything is spelt correctly and files are in the correct locations.
    My question is: can all VO's be extended? I am thinking that there is something different about this VO / LOV that is preventing the new VO from being seen.
    Any help appreciated.
    Jon.

    Thanks.
    When I compare this personalisation with one that I know works there is a difference in that the one which works specifies a "package":
    - The one which works:
    <?xml version='1.0' encoding='UTF-8'?>
    <customization xmlns="http://xmlns.oracle.com/jrad" xmlns:ui="http://xmlns.oracle.com/uix/ui" xmlns:oa="http://xmlns.oracle.com/oa" xmlns:user="http://xmlns.oracle.com/user" version="9.0.3.8.11_1183" xml:lang="en-US"
    customizes="/oracle/apps/icx/lov/server/ExpenditureTypeNoAwardLovVO" package="/oracle/apps/icx/lov/server/customizations/site/0">
    <replace with="/uom/oracle/apps/icx/lov/server/XXUOMExpenditureTypeNoAwardLovVO"/>
    </customization>
    - The one which doesn't work:
    <?xml version='1.0' encoding='UTF-8'?>
    <customization xmlns="http://xmlns.oracle.com/jrad" xmlns:ui="http://xmlns.oracle.com/uix/ui" xmlns:oa="http://xmlns.oracle.com/oa" xmlns:user="http://xmlns.oracle.com/user" version="9.0.3.8.11_1183" xml:lang="en-US"
    customizes="/oracle/apps/icx/lov/server/ProjectAllLovVO">
    <replace with="/uom/oracle/apps/icx/lov/server/XXUOMProjectAllLovVO"/>
    </customization>
    Also I am not able to view the loaded substitutions as the "about this page" link is not available on the LOV page. Is there anyway to enable this for LOV regions so that I am sure it is being loaded? Is the reference to a "package" above important? If so how do I go about specifying this in the substitution?
    Thanks again.
    Jon.

  • Extending LOV that is used in multiple places

    Hi,
    I am planning to extend organization VO in iRecruitment (vacancy creation) to restrict the LOV based on organization type. This LOV is very common and is using in multiple places in he application.
    I am new to this and i need to know that by extending such kind of LOV, will the affect appear on the whole application where this LOV is using or only at particular place ???
    Regards
    Ayaz

    Anoop,
    Responsibility : Recruiter Home
    Function : Vacancy Creation / Vacancy Search
    Page : /oracle/apps/irc/vacancy/webui/VacSrchPG.VacancySearchQuery.IRC_ORGANIZATIONS_LOV
    VO Name : oracle.apps.irc.lov.server.OrganizationsLovVO
    Is it possible to extend the VO so that it will affect on vacancy search page ONLY as i want to restrict the search on the basis of login in user organization id only.
    But while creating this will work as it is.
    Regards
    Ayaz

  • Personalizing/extending LOV Mappings

    Hi,
    We have a need to delete a seeded LOV mapping. Oracle support/development suggests we remove the mapping from the page (mds XML file).
    I tried to see if there is any personalization option, buit does not look like we can personalize the LOV mappings.
    1) Can we replace the standard LOV attched to an input field with a custom LOV
    2) Is there any method available to remove the mapping?
    Thanks,
    Ashish

    Hi,
    To personalize LOV region, we need to navigate to
    funcitonal administrator--> personalization--> give the path of LOV region--> and click on personalize..
    Thanks,
    raghav.

  • Extending LOV View Object

    Hi Guys,
    Requirement - I have an oaf page which has got details like customer name and number which are styletext. Same page has got an lov Filed called contract number. Currently if i search by giving % in contract number lov field , its giving me all the contracts.
    Now my requirement is that i want to allow user to be able to search only those contract which are related to that particular customer. ie i have to capture the customer number or name at run time and display contracts related to that customer only without giving any value. Customer name or number will keep on changing. So i have to capture that value from main page and display contracts related to that customer in LOV page so that user can select only those contracts which are related to that customer.
    Thanks,
    Rajeev Singh Rajput

    The second 2 errors were solved by copying the ExpenditureTypeNoAwardLovVORowImpl.class to my myclasses directory under oracle/apps/icx/lov/server and then recompiling.
    I'm still not sure why an empty .java file was added to my project causing the first error. I was doing this extension on a machine with Windows 2000 and I had created a new workspace (other than toolbox.jws) when I got this error. When I did the same extension on a machine with Windows XP and in the toolbax.jws workspace, the empty .java file didn't get added to my project and I didn't get the first compile error. Not sure if one of these variables was the cause.

  • Adding new  column to LOV Page , from  extended VO

    Hi All,
    I did a vo extension regarding a LOV (in maintainence user),to add extra columns required. VO Extension is done and able to see that extended vo in page But iam unable to add those extra fields in my LOV page through personalization .
    i.e iam trying to add those columns by giving view instance and view attribute ....and apply .....return to application .......HERE IAM NOT ABLE TO SEE MY ADDED FILED . Can any one please help .
    Thanks.

    Hi Hussein,
    I tried the above link, but i did not get the answer for my requirement..
    Is it possible to add a new column in the LOV using forms personalization?
    Currency Code - This is the only column i have it in the LOV for now.. I just wanted to add one more column Currency Code, Currency Name...
    So when the user click the LOV, they can see both Currency Code and Currency Name...and select one of the Currency in the field.
    Please let me know.
    Thanks,
    Genoo

  • Issue in standard LOV after extending the VO

    Hello All,
    My requirement is to restrict the LOV "Payment Document" of standard page "PsrPG.xml".
    Path of the page :-
    oracle.apps.ap.payments.psr.webui
    I have extended the VO and implemented my logic to fulfill the requirement. Its working fine if I click the glass icon and try to search in LOV window .
    If I enter the same value in the base page field and tab out then also it is working fine means I am able to select the value.
    Issue :-
    If I use the look Ahead feature of oracle then the matching records are appearing in the Look Ahead LOV window but when I select any of that record it is opening the LOV window "Pop up Window" and says no record found.
    Any help on this is greatly Appreciated.
    Regards
    Karan deep.

    Hello All,
    My requirement is to restrict the LOV "Payment Document" of standard page "PsrPG.xml".
    Path of the page :-
    oracle.apps.ap.payments.psr.webui
    I have extended the VO and implemented my logic to fulfill the requirement. Its working fine if I click the glass icon and try to search in LOV window .
    If I enter the same value in the base page field and tab out then also it is working fine means I am able to select the value.
    Issue :-
    If I use the look Ahead feature of oracle then the matching records are appearing in the Look Ahead LOV window but when I select any of that record it is opening the LOV window "Pop up Window" and says no record found.
    Any help on this is greatly Appreciated.
    Regards
    Karan deep.

  • Extending the Lov Controller

    Hi,
    I have one lov and external region is used for the lov purpose.
    One controller is attached at this external region and I want to extend this controller.
    Programatically I extended this controller and added my functionality. Now when I am trying to give my controller name through personalization, I am not able to find the region at which the seeded controller was attached. How can I achieve this???
    Thanks
    Anoop

    I fully agree with Senthil.
    --Mukul                                                                                                                                                                                                                           

  • How to extend Program Period LOV

    Hi All,
    I am trying to update period range for Program and plans in Advanced Benefits.
    Navigation:
    us hrms > total compensation > Programs and Plans > Programs > Period
    In this period range I want to add the period till 31 Jan 2032 but the LOV attached showing periods till 31 Dec 2015.
    Please tell me the navigation where I can allow this date range to be extended till 2032

    Hi Akash,
    Add the Program/Plan Year periods in the below navigation so that it will reflect in the Program -> Periods LOV
    us hrms > total compensation > General Definitions -> Additional Setup -> Program/Plan Years
    Regards,
    Aneesh N

  • I want to extend a region LOV based  Region - SupplierLovRN,  VO - ReqSupplierVO  to show Address field. Currently the rendered property in the region is set to false. The Query in the VO returns column Address but when searched from applications doesnot

    I want to extend a region LOV based  Region - SupplierLovRN,  VO 

    User, tell us your jdev version, please!
    Please take your time to rephrase your question. It's hard to understand what you really try to do. The better you describe the use case the better is the help we can give.
    Timo

  • While Extending AM LOVs in the standard page stopped working

    Hi,
    I extended an AM in one of the standard Oracle Apps Page. After substituting the new AM, all the LOVs in the standard page stopped working.
    Do you have a solution for this?
    Please reply.
    Thanks and Regards,

    If your page contains any LOV then root AM extension is not supported.
    Root AM substitution fails when the page contain a LOV.
    You can try different approach by extending VO/EO.
    --Sushant

  • Extending an External LOV RN

    Hi ! I need to extend an external lov region (if it's even possible) to make one additional item searchable. Do you have any suggestions ?

    In Oracle Customer Support, there in an Incident Address region which has an LOV item for searching for existing addresses. The external lov tied to that LOV item, just searches by the Address. I need to be able to search by Province too. It seems as simple as making the Search Allowed property for Province true but how do you do that without directly updating the seeded External LOV region.

  • Extending Seeded Projects Pages, LOVs

    Hi,
    I would like some advice on what the best practice is for customizing the actual page layout in the OA Framework. We have a requirement to change an existing field (on a seeded page) from messageStyledText format to messageLovInput, i.e. making the field updateable and validated.
    Should we be creating a new page, should we be overwriting the existing page, or is there a way of making this change as a personalization?
    Also is there a way of substituting pages in the same way as you would substitute VO's as in the documentation?
    Thanks,
    Phil

    Thanks for your reply Srini,
    Our problem is that the page we'd like to change is a sub page of an AOL function. In this case: from the "Project Manager" Responsibility the AOL Function is "Project List", from there you select a project, then you select "Setup" then "Team Members" and finally "Update Team Member" (which is the page we would like to change)
    Does that mean that we would have to change/extend all of the pages in the navigation?
    The navigation from the "Team Members Page" to the "Update Team Member" page is done with a fireAction action type and not just a URI call. Is there a way to override that to call our New Update Page rather then replacing all the preceding pages?
    Thanks,
    Phil

  • Setting up an extended network from extreme with express

    Hi,
    Let me just explain what I am trying to do and I would love any help or suggestions.
    I have the modem going into the airport extreme.  The extreme is about 30 feet away, hard wired and hanging upside down in my hallway (should it be on the wall or upside down on ceiling?) From the airport extreme I have a cable going to a 8 port hub which I have my PS3, XBOX 360, Roku, Apple TV, 3D DVD and two 3D Tv's hooked up so there all hardwired.   Another cable is coming from the airport extreme and I want to take that further into the house down the hallway and wire that into an aiport express which would then boost my signal.  Is my thought process wrong there? I know I can do all that with my airport extreme, and then putting my airport express within range of the extreme I can wirelessly extend the network but I was thinkning I could have a wifi network from the extreme and then have the airport express hardwired to boost the network instead of it boosting it wirlessly.  If I am not making sense let me know.  I had the airport express extending the network wirelessly but it was not helping at all.  Both are brand new, the extreme and the express.  The wireless clients are all new also, new macbook, macbook pro, 2009 iMac, 3 iPhone 4's and 2 iPad 2's so I am pretty sure there all wireless N devices so it should not slow down  my network right?  I have no techincal background, just learning this from reading forums etc so I am trying to give all information that I can think of thats useful.  Please ask any question and I will answer, I just hope I can figure something out.  I live in a 1400 square foot apartment so it surprises me that the extreme (new dual band etc) doesnt give me internet everywhere let alone with also having an airport express extending the network.  In the back two bedrooms and bathroom which are down the hallway and about 25 feet from the extreme have signal that is so bad that sometimes I cant even read simple RSS feeds let alone download app updates etc on my devices.  I have setup the airport extreme to have both 2.4ghz and 5ghz networks and I see them both on all devices except for my iPhone.  I have changed the channels for both frequencies by using Tumblr I believe it was and seeing what channels all the networks around me are.  My present internet speeds aer 18mbs down and 2 mb up when I am sitting next to the aiport extreme and in direct line of sight.  This also holds true on my iMac and laptops in the same room.  The laptops in the backrooms get internet and I can do more with them than my iOS devices but even on there I have a hard time streaming etc.   I am trying to get internet back there for my sons room, I have a wifi camera that I want to setup in there and so he can use an iPad there (he is 20 months which is why I want the camera) and for my room I have another Roku and Apple TV that barely get signal and are constantly buffering.
    I am about to wall mount the exstreme with an airmount and am looking to permanently set everything up so please any suggestions, or hints, or things I need to be aware of please do tell. I would hate to mount everything and run the cables etc and miss something obvious.  I appreciate your guys help and thanks for taking the time to read this.
    basically
    modem =  airport extreme, that = (8 port hub)+(wired to aiport express) the express would then put out a wifi network to go along with the aiport extreme.

    The extreme is about 30 feet away, hard wired and hanging upside down in my hallway (should it be on the wall or upside down on ceiling?
    The ceiling will normally provide the best coverage in a typical room. The whole idea here is to limit obstructions between the AirPort Extreme and devices receving the wireless signal. Wall mounting can work well, again with the idea being to provide a clear signal path to devices.
    Another cable is coming from the airport extreme and I want to take that further into the house down the hallway and wire that into an aiport express which would then boost my signal.
    This type of configuration will provide the best bandwidth for the wireless network, and also allow you to locate the AirPort Express where it work most effectively. You want to configure what is known as a "roaming" network. The AiirPort Express will be configured using the same wireless network name, security setting and password as the AirPort Extreme. It is mandatory that the AirPort Express be configured in Bridge Mode when you do this.
    Apple's instructions for this are in this link:
    http://support.apple.com/kb/HT4260

  • Can the AirPort Extreme work as an extender?

    Simple question: Can the AirPort Extreme work as a wireless network extender? (I have tried to research this online, of course, but I haven't had much luck.)
    Background: The only option from our ISP is a router/modem combination. It used to be plugged directly into my dad's (Dell and Windows) desktop computer, but I was having trouble connecting all my devices wirelessly. So, I moved it into the kitchen and plugged it into the phone line (we have AT&amp;T DSL) and got a USB wireless adapter for my dad's computer (because he didn't think he needed the wireless option on his "fancy" new Dell). I also have a different brand of adapter plugged into my old iMac G3, which I LOVE using.
    Since doing this, my dad has constantly complained of his Internet not working correctly, things loading slowly, and having trouble connecting at all. (Full disclosure: he STILL uses the complete desktop version of AOL and refuses to give it up.) However, I've had no trouble on ANY of my devices--the G3, my white MacBook, my iPad, my iPod, or my mom's Kindle Fire. This leads me to believe the problem lies in the fact that he's using AOL because I usually don't have trouble when I briefly use Chrome on his desktop.
    I've tried finding different solutions, including flashing an old router to use an extender and researching different extenders and bridges and such, but nothing looks like a viable solution because of all our components.
    I'm wondering if the AirPort Extreme (probably the A1143;or any of the other AirPort devices) can work as an extender. To appease my dad, it'd be best to take the modem/router back to his man cave so he can hook it back up to his computer, but I'm not sure if the AirPort can pick up the wireless signal and perhaps be plugged directly into my G3 and otherwise act as an extender for my other devices (while searching for an Internet solution for my G3, I read on here that someone did this, but there was no further information on how it worked) or if I can plug it into the kitchen phone line and keep the USB adapter for the G3 and have wireless access to all my other things.
    Help?
    (I can't find the original support article where a responder mentioned using the AirPort station with an iMac G3, but i did locate this one: https://discussions.apple.com/message/13080786#13080786)
    (My iMac is one of the later ones. It's running 10.4.1 and is a 600MHz model.)

    Simple question: Can the AirPort Extreme work as a wireless network extender?
    Simple answer: Yes....IF....the AirPort Extreme is extending a wireless network that is being provided by another Apple 802.11n wireless router.
    Another way of saying the same thing is that it will take a minimum of two Apple 802.11n wireless routers to extend a signal wirelessly.
    The more complex answer involves distances and obstructions involved in the setup, or alternate solutions such as running Ethernet cabling or using Ethernet powerline adapters.

Maybe you are looking for