Dependent Lookup Window

Hi,
We are using OOD R16. Here is our question - On the Service Request, we have Contact (which is bsed on a look up window). We are also Custom object(renamed Guardian) which is enabled as a child of Contact. Now we are trying to place this Guardian field on Service Request as a Lookup and we want it to restrict it based on the values chosen in Contact Lookup.
So lets say for Contact1, we have child custom records as G1 and G2. Then on Service Request, we choose Contact1 , we want only G1 and G2 records displayed in
Guardian fields.
Is there a way to restrict the LookUp query on a diff lookup field?

Hi,
Dynamically changing the dependent field values is not possible. You have to use either pre default (@ the time the page loads) or post default(after the record is saved)
--Venky                                                                                                                                                                                                                                                                                                                                                                                       

Similar Messages

  • Realm not shown in jdeveloper human workflow Identity Lookup window

    I have a BPEL process with a human task. When a configure the human task and bring up the identity lookup window, select my SOA managed server, I get jazn.com in the realm list but the domain security realm's name is "myrealm" and does not show up in the pulldown realm list. I have the Red Hat LDAP configured in the security realm, and the admin server sees the LDAP users.
    I saw a similar thread that mentioned the managed server hostname must be specifiied fully qualified. I modified the hostname configuration for my managed server to include the FQ hostname and this did not fix the above decribed problem.
    Jdeveloper 11.1.1.3
    Weblogic 11g
    SOA Suite 11g
    Read Hat Linux

    I've got the same problem, does any one tell how to fix this? Thanks very much~!!

  • Dynamic lookup window

    I understand in R16 there is a Dynamic Lookup window, i.e we can customize the lookup window. can anyone shed some light about this feature.

    I think i got my answer, I can customize it in the Search Lookup window in each object

  • Change the default entity in the lookup window in PhoneCall Form

    Hello,
    I'm trying to write a javascript to change the default entity in the lookup window for the 'from' field to use the Contact entity. Right now Account is the default entity.
    So this is what I have:
    document.getElementById("from").setAttribute("defaulttype", "2");
    var ViewGUID= "a2d479c5-53e3-4c69-addd-802327e67a0d";
    Xrm.Page.getControl("from").setDefaultView(ViewGUID);
    I got the code actually from this website #34: http://garethtuckercrm.com/2011/03/16/jscript-reference-for-microsoft-dynamics-crm-2011/
    I attached the function into the form and publish the solution however it's still showing Account as the default entity.
    Any idea is appreciated. Thanks.
    -tri

    Chitra Swaminathan wrote:
    Hello,
    We are using Lookups in our application which stores the locale specific information. We have a drop down in the UI which will give the language names like 'American English', 'Canadian French' etc. When chosen 'Canadian French' we need to change the nls_language in the db to refresh the contents in the lookup generated component to show in French. How to acheive this?
    We are able to switch the bundles, upon change in locale in the run time. But the AM setting - to set the DB session is what we are looking for. Would appreciate your help on this.
    Thanks,
    Chitra.to localize ADF-BC you need to set the jbo.default.country and jbo.default.language property to language value in Application module configuration
    other way is to override the prepareSession method in ApplicationModuleImpl class to call some JDBC statement to set the dbms_application_info.set_client_info to value of the language.
    if you can provide more details about your lookup table and data structures then one can be more helpful
    Zeeshan

  • Configure Product Lookup Window

    Hi,
    I am trying to configure the product lookup window. Especially I want to modify the number of products per page. Are there any possibilities to do so? I do know how to deactivate the "execute dafault list" option.
    Kind regards
    Michael

    Michael, at this time you can not modify the number of products per page. I would recommend that you submit a enhancement request to CRM On Demand customer care.

  • Customize Lookup Window of Related Information

    Hi,
    I added Custom Object 2 as related information to contact record.
    When I click on ADD button a lookup window pops up and shows me all the values available on Custom Object 2.
    Is it possible to customize this lookup window? there are many unnesseccary fields there...
    Another Question - Do you know why there is no ADD button when inserting Custom Object 4 as related information to contact? is it possible to add this button somehow?
    Thanks.
    Liron
    Edited by: Shinshan on 07:07 20/07/2009

    Thanks!
    About the way to customize the Lookup window - I did exactlly what you said, but for some reason it only affects the way the lookup window is shown when I put Custom Object 2 as a field inside the contact layout. BUT when I put is a related information to contact and pressed ADD - the lookup window was still with the default fields (it is a bit different lookup window that allows you to choose few objects from left side to right side)
    Do you know if there is a different way maybe, to customize those kind of lookup windows?

  • Customizing lookup window

    Hi Friends,
    Is there any possible way to display custom fields created in the lookup window which opens up when clicking on the link fields?I can see only a set of default fields displayed there.In Service Request-> Product Name lookup window , I can see only Product Name,Product category,Status and Description.But I want to add my custom field also to this list.Is it possible?
    Thanks in advance

    Hi,
    It is possible. You can add any field to the lookup window. You need to go to 'Application Customization' > 'Product' > and then to 'Product Search Layout'. There you will define both the search results setup and the lookup window in step 3. Don't forget to associate the search layout to the relevant roles after you are done.
    Best of luck, Josh

  • Create Site Column and add it to two different list as dependent lookup column

    I want to create two lookup lists that will have one common column. The common column values will vary depending on the list.
    For ex: List A holds Countries (USA) and their Currency code (USD). List B holds States (New York) and their code (NY). The lists are completely independent of each other. I would like to create a common site column named "Code" of type
    Text and use it across these two lists. Is it possible?
    My solution so far -
    a. created the site column (programmatically) which is pretty straight forward.
    b. created list definition with two fields (Title and Code).
    c. created list instance for Country list. Added data rows in the elements.xml. But not sure how to add Code field as dependent lookup.
    If I remove the code field from the elements.xml, the solution deploys successfully creating the Country list with just the Title field. But I need both the fields. Any help is appreciated.
    Here is a look at the elements.xml with data rows for Country list instance
    <?xml version="1.0" encoding="utf-8"?>
    <Elements xmlns="http://schemas.microsoft.com/sharepoint/">
    <ListInstance Title="List Instance" OnQuickLaunch="TRUE" TemplateType="10001" Url="Lists/CountryList" Description="Country Values">
    <Data>
    <Rows>
    <Row>
    <Field Name="Title">USA</Field>
    <Field Name="Code">USD</Field>
    </Row>
    <Row>
    <Field Name="Title">Japan</Field>
    <Field Name="Code">Yen</Field>
    </Row>
    <Row>
    <Field Name="Title">Australia</Field>
    <Field Name="Code">AUD</Field>
    </Row>
    </Rows>
    </Data>
    </ListInstance>
    </Elements>

    Hi,
    According to your post, my understanding is that you want to add lookup field to the list in elements.xml.
    I recoment you to create lookup column as site column, then bind the lookup column to the contnet type, and then use the contnet type in the list.
    For more information, you can refer to:
    http://spcodes.blogspot.com/2013/02/create-custom-content-type-with-lookup.html
    http://social.msdn.microsoft.com/Forums/office/en-US/d5ec08d5-cfa7-4bbb-9459-78d04674ee59/add-a-lookup-column-in-the-schemaxml?forum=sharepointcustomizationlegacy
    http://www.justanothertechnologyguy.com/2013/01/how-to-create-and-connect-lookup-fields.html
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Master data lookup windows

    I am building custom screens in web dynpro that writes to ODS table in BI.
    I have few fields such as Customer Master and Profit Center user has to select in that custom screen.
    For now I manually created another screen, which brings up the customer list, that I pop up from screen 1 to select a customer.  I am doing similarly for Profit center and other lookup fields.
    I have two questions.
    1.  Is there a way to directly get those lookup screens and use in my custom screen without manually creating them.
    2.  If I cannot do that, another issue I am facing is, I have another application where I need similar functionality for screens in that application, I am ending up creating another lookup window.  Is there a way to reuse windows that I created from one application in another application.
    How do we modularize those common lookup windows that can be used across multiple applications.
    Thanks

    Web Dynpro Gurus,
    Any one who has answer, ye or ne...can they please respond.  I am trying to understand this, so that I can decide which path to go.
    Thanks

  • Can a Lookup Window be used to search multiple fields w/o clicking Advanced

    In our setup in R18, if a user clicks the magnifying glass to see the Lookup Window, it defaults to searching on one field -- let's say last name. Unfortunately, if they search for a common last name, like "Smith", they may get hundreds of results. Had they used the Action Bar search, they could have used first and last name and gotten much closer to the result they want (if not the specific result they wanted).
    I'd like to avoid having the users click Advanced as: 1) they then have a myriad of fields to choose from, and 2) not everyone will be an expert in using "and" and "or".
    If they could just use the Lookup Window they same way as the Action Bar, I'd be happy. Maybe I have it misconfigured? As it is, when I open the Lookup Window, the drop down shows the same fields I have in the Action Bar, but when I click Advanced, the fields are all blank. That's unlike the Action Bar Advanced link which pre-populates the fields I can search on.

    It is not possible to search on multiple fields in lookup windows without going to the Advanced tab. Your suggestions are valid. Have you considered creating an enhancement request?

  • DEPENDENT LOOKUPS

    I am workin with OIM 9.1.0.1.
    I have a process form with two lookup fields.
    1)Lookupfield name------>Country
    code decode
    India 1
    Australia 2
    2)Lookupfield name------>State
    code decode
    1 Maharashtra
    1 Delhi
    1 Mumbai
    2 Victoria
    2 Queensland
    I wanted state lookup to be dependent on the COUNTRY looup.
    ie)if user selects INDIA then only maharashtra,delhi,mumbai should appear when he/she double clicks on the State Lookup.
    For State lookupfiled on the form i had written a SQL query as follows:
    select lkv_decoded from lkv lkv,lku lku where lkv.lku_key=lku.lku_key and lku_type_string_key='Lookup.State' and lkv.lkv_encoded=(select lkv_decoded from lkv lkv,lku lku where lkv.lku_key=lku.lku_key and lku_type_string_key='Lookup.Country' and lkv.lkv_encoded = '$Form data.Country')
    But while saving the query I get error.
    INSERT FAILED

    Hi
    i changed my query and made the changes
    select lkv_decoded from lkv lkv,lku lku where lkv.lku_key=lku.lku_key and lku_type_string_key='Lookup.State' and lkv.lkv_encoded=(select lkv_decoded from lkv lkv,lku lku where lkv.lku_key=lku.lku_key and lku_type_string_key='Lookup.Country' and lkv.lkv_encoded = '$Form data.UD_FORM1_Country$')
    but still now i can save my query but values are not populated in the state lookup.
    i.e) if i select India as my country, and then when i double click on state field i get no values ,i get basically an empty table with no values.
    Regards,
    Nirav
    Edited by: 982433 on Mar 4, 2013 12:48 AM

  • Creating a site without scroll bar and dependent of window size

    Hi,
    I want to create a site that appears in the browser window without a scrolling bar, so all content is shown in that window and you don't have to scroll down (unless window size is ridicrously small).
    Of course, there are contents that will not fit in the window like long texts but then I want this block of text to have its own scrolling bar so the only thing that scrolls is the text and not the other elements.
    at http://www.artofwalls.com/rosannawalls you can see my attempts.
    In the home page you can see how the background picture always adapts to the size and aspect of the browser window and how the menu keeps its position related to the lower left corner of the window. But if you click in "Biografia" (SEE BELOW) you can see a text that is too long so you have to scroll the screen to read it. What I want is this text appear inside the white transparent box and the height of this box end near the bottom of the window. To read the full text a scroll bar should appear inside this box and this scroll bar should scroll only the text inside the box, just like in the text box I'm writing this post now.
    EDIT: DUE TO A BUG IN MUSE I HAVE ALREADY REPORTED LONG AGO, YOU CAN'T SEE THE PAGE BIOGRAFÍA BECAUSE IT IS EXPORTED AS biografía.html AND THE SERVER DOESN'T RECOGNIZE THE INTERNATIONAL CHARACTER (THE SOLUTION PROPOSED BY ADOBE WAS TO UPLOAD THE SITE TO BUSINESS CATALYST BECAUSE THEIR SERVER HAS NO PROBLEM WITH INTERNATIONAL CHARACTERS, BUT ALMOST ANY OTHER SERVER IN THE WORLD DO)
    SO, TO SEE THE PAGE I'M TALKING ABOUT YOU HAVE TO GO TO http://www.artofwalls.com/rosannawalls/biograf%eda.html
    Another strange side effect is in this page the menu has disappeared completely. If you scroll down all the page you will see the menu is not there.
    Another thing I would like is to adapt the size of the white transparent box to the size of the browser window.
    Here: http://www.margomusic.com/ you can see a page I made in Flash where you can see what I mean with the scrolling text inside the box (just let the intro pass and you will see the text)
    And here: http://www.anemaecore.net is another page that adapts perfectly to the size of the browser window, but also made in Flash and also this site changes the size of the text instead of the size of the text container.
    Any help will be greatly appreciated

    Thanks for the replies. I guess I did not ask the question correctly so I will try to explain it better.
    What if I want to use the FTP client inside of Dreamweaver to just connect to my server. I can connect to the FTP (see image) but how can I drag a folder from my desktop into the server using Dreamweaver?
    I have downloaded a folder and I need to add it to my blog which is only on my server. I do not have a Dreamweaver site. Surely Dreamweaver isn't that archaic that you can't upload a file or folder to a server without having to create a site first. It was so much easier in GoLive.

  • Connection refused to host 127.0.0.1  (Lookup  windows -- Linux)

    Hi Folks,
    Buddies I am facing a problem. My server is running at specified port on a linux machine but when I try to connect it from a windows machine i got error massage "Connection refused to host 127.0.0.1 " but it's very inscrutable message.
    I made some changes in /etc/hosts file and /etc/xinetd.d/services and everything worked fine.
    But now there is a question come in my mind that , Is there any alternative so we don't need to make any change in above mentioned two files.
    My Changes;
    /etc/host
    I've added system ip and name in the first line.
    /etc/xinetd.d/services
    Modified services files and enabled protocol and permitted to all system who are under class three network.
    Could anybody have a better idead to avoid these changes because of security issues?
    --Manoj                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    Hi,,,Thanks
    When I refer to random it is when the pc in windows in his configuration of net it has " obtain ip automatic " when the ip are fixed in the configuration of net I do not have problems of (connection refused to host:name_machine) what I need is to know that I must do to solve the problem (connection refused to host:name_machine) when in the pc they have a configuration of net of obtaining ip automaticamennte,
    I dont understand when you say that..."you should always set java.rmi.server.hostname at server JVMs to the FQDN of the host, not the IP address." Where I do this ??, where I put it??, I dont understand
    you can help me to know if this could solve my problem when the ip is obtained automatically
    this it is my code...
    public static UserPreferences systemPrefs;
    static
    try
    Configuration cfgServer = (Configuration) Registry.lookupServer(Configuration.class);
    systemPrefs = cfgServer.getSystemPreferences();
    catch (Exception e)
    Logger log = LoggerFactory.getLogger(AlertManagerServer.class);
    log.error("Error obteniendo las preferencias para Alert Manager Client", e);
    /** Puerto **/
    public static final String SERVER_PORT = systemPrefs.getString(SystemModuleDescriptor.Settings.ALERTMANAGER_SERVER_PORT, "1198");
    /** Server Name **/
    public static final String SERVER_NAME = NotificationConstants.ALERTSERVER_NAME;
    /** Client Separator **/
    public static final String ALERTCLIENT_SEPARATOR = NotificationConstants.ALERTCLIENT_SEPARATOR;
    * Constructor
    public AbstractAlertManagerClient()
    * Constructor
    * @param clientName Nombre del cliente
    * @throws Exception Problemas
    public AbstractAlertManagerClient(String clientName)
    throws Exception
    launchClient(clientName);
    * Subiendo el Cliente de Mensajeria
    * @param clientName Nombre
    * @throws ProvisioningException Problemas
    public void launchClient(String clientName)
    throws ProvisioningException
    try
    NotificationInterface notification = (NotificationInterface)Registry.lookupServer(NotificationInterface.class);
    String serverIPAddress = notification.getServerIPAddress();
    String serverInfo = "//" + serverIPAddress + ":" + SERVER_PORT + "/" + SERVER_NAME;
    AlertManagerServerInterface server = (AlertManagerServerInterface) TransparentItemProxy.getItem( serverInfo,new Class[] { AlertManagerServerInterface.class });
    AlertManagerClient client = new AlertManagerClient();
    this.server = server;
    this.name = setClientName(clientName);
    client.server = server;
    client.name = setClientName(clientName);
    Object oclient1 = new Remote(this);
    oclient = oclient1;
    Remote.invoke(server, "registerClient", oclient1);
    catch(Exception ex)
    String msg = "";
    msg += "[ERROR] trying com.iptotal.notification.bo.AbstractAlertManagerClient.AbstractAlertManagerClient()...subiendo Client ";
    ProvisioningException pex = new ProvisioningException(ProvisioningException.ErrorCatalog.NOTIFICATION_DISPATCHING_ERROR, ex);
    Logger log = LoggerFactory.getLogger(AbstractAlertManagerClient.class);
    log.error(msg, pex);
    throw pex;
    * Registrar un Cliente
    * @param client Cliente
    public void registerClient(Object client)
    try
    String name = (String)Remote.invoke(client,"getClientName",null);
    if( ! clients.containsKey(name) )
    clients.put( name, client);
    catch(Exception ex)
    String msg = "";
    msg += "[ERROR] trying com.iptotal.notification.bo.AlertManagerServer.registerClient(1) ";
    Logger log = LoggerFactory.getLogger(AlertManagerServer.class);
    log.error(msg + " " + ex.getMessage()); // VA: para que no salgan en el log los stacktrace del CAJO no route to host
    Really Thank you for the help that you can offer me

  • HP DesignJet 9300 drivers for Windows 8

    As it seems, there haven't been released any drivers for Windows 7, so I am wondering, if anyone knows, is it to expect that they will be developed for Windows 8.
    It is preety anoying to have such a good and reliable A3 printer and still depend on Windows XP OS.
    Thank you.

    Hi,
    The good chance is NO, no support for Windows 7 will be translated to no support on Windows 8. It is not on the following list:
       http://h10025.www1.hp.com/ewfrf/wc/document?cc=us&lc=en&docname=c03168175#N1754
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Creating a texture for a rounded window

    Hi.
    I'm creating a simple gui on a game framework based on lwjgl and I have a problem.
    Almost every window has a solid black texture as a background. I came up with a idea to make corners rounded. At the beginning I created gif picture of a rounded square and used it as a background texture. But it wasn't a good idea, because the corners had different sizes depends on windows sizes (and how much texture was stretched). I've decided that I have to create a texture dynamically every time a window is created.
    public void makeBackground() {
            // the texture size must be multiply of 2
            int tWidth = 2;
            while (tWidth < getWidth()) {
                tWidth *= 2;
            int tHeight = 2;
            while (tHeight < getHeight()) {
                tHeight *= 2;
            Texture t = new Texture(getWidth(), getHeight()); // new texture is created with width and height same as the window size
            int px, py, ox, oy; // some variables
            final int pw = getWidth(),  ph = getHeight(),  hww = tWidth; // as above
            ByteBuffer bb = t.getData(); // blank texture is converted to a byte buffer
            Utils.startStoper(); // start timer (for a benchmark)
            try {
                for (int p = 0;; p++) {
                    px = p % hww; // get the X of the pixel
                    py = p / hww; // get the Y of the pixel
                    ox = ROUND_ANGLE - Math.min(px + 1, pw - px + 1); //  ox = <0, 32> if near corners
                    oy = ROUND_ANGLE - Math.min(py + 1, ph - py + 1); //  as above
                    bb.put((byte) 0); // r = 0
                    bb.put((byte) 0); // g = 0
                    bb.put((byte) 0); // b = 0
                    if (ox > 0 && oy > 0) {  // if near corners
                        double hypot = Math.hypot(ox, oy);
                        if (hypot > ROUND_ANGLE) { // if outside the corner
                            bb.put((byte) 0); // apha = 0
                        } else if (hypot > ROUND_ANGLE - 1) { // if on the corner edge
                            bb.put((byte) Math.round(
                                    (ROUND_ANGLE - hypot) * 200));
                        } else {
                            bb.put((byte) 200);  // if inside the corner (200 is a max value cause the whole window is a bit transparent)
                    } else {
                        bb.put((byte) 200); // inside the window
            } catch (BufferOverflowException ex) {
            Utils.stopStoper();  // stop timer
            t.setData(bb);   // set data for a texture
            super.setImage(t);  // set texture as a background
        }And here we have a problem. The whole method takes about 70ms for a window 200x200.
    I can do it in another way: create a pictures of a rounded corner and a black box. The box would be the window inside and the corner would loaded 4 times each time rotated. Only the box would be stretched then. But I would have to override all methods of a window (setX, setY, setXY, some more).
    Any ideas?
    Thanks.
    Edited by: tom_ex on 2009-02-17 16:58

    Hi Tom,
    I haven't used lwjgl, so hope the following helps:
    1- What does it matter if it takes 70ms. Your windows will be created once. At that point juste create the texture for that window and store it until you destroy the window. The penalty hit is 70ms but only at the initialization.
    2- You are drawing a pixel at a time for everything. Why don't you calculate the area of the corners and only draw the corners a pixel at a time. For the rest, draw some filled polygons.
    3- The java Graphics object has method fill methode that can take any Shape object. Why don't you use that?
    I would use a combination of 3 and 1.
    Hope that helps.
    Ekram
    Edited by: ekram_rashid on Feb 18, 2009 2:21 PM

Maybe you are looking for

  • Problem with esign - just changed Adobe DC ID

    Everything was working fine on ipad and iphone for esign and Pro DC. Then I needed to change my email for the esign to use. So I changed by Adobe User ID to the email I need to use from now on out. Once I have verified the email and logged back in th

  • Video with alpha channel causing frame size distortion

    I have a lower-third which I built in AE. The content only occupies about 2/3 the width of the frame however I made sure I exported it at the full frame size as the rest of the video in my Premiere project. Also, I exported it as a quicktime movie wi

  • The charging port is not working

    When I try to charge my phone the port at the bottom of my phone is not working. I've tried different cables and different plugs and tried it in my mac but none of these work. Also, there is a small mark inside the port which I believe to the be the

  • Any way to move the slide workspace?

    I'd like to be able to create action moves that start from outside the top and the left edges of a slide. As long as the slide workspace is anchored on the top and left sides, it's close to impossible to accurately start a move from the top or the le

  • Logging in has gotten to be so troublesome...

    I regret that I need to stop contributing to these forums. Logging in has gotten to be so troublesome that it's not even worth it. Just the fact that I am logged out each time I reboot (and under "Leopard", that is at least 3 times a day) makes it ve