Automatic relashionship between records

Hello,
our users find it a bit time consuming to recreate the links (which seems implicit) between the different records.
1) An account contains contacts. One creates an opportunity and wants to associate a contact of this account. Why do we need to search in all contacts of our application and not only the contacts of the account? Is there a way to select only among the contacts of this particular account?
2) We are using the "order" record. When we create a new order, it is automatically associated to the opportunity (this works), but why is it not automatically associated (by default) to the account which contains the opportunity? This seems to require manual selection which is very time-consuming. Is there a way to automate this?
thank you
Philippe

Hi !
For your first point, there's no other way than search in the whole database in order to associate a contact to an opportunity.
I asked for a enhancement request for this because I wanted that by default, only the account contacts are displayed. If you want to ask too, you can mention the enhancement request CR#12-1SBQXBB. The more we are to ask, the better it is.
For the second point, you'll have to add a default value on the AccountId field of the order object. This default value will be something like :
JoinFieldValue('<Opportunity>', [<OpportunityId>], '<AccountId>')
When creating a new order record, this function will return the account id of the opportunity object corresponding to the opportunity id given.
Hope this will help, feel free to ask more !
Max

Similar Messages

  • Automatical cornnection between time recording terminal and SAP TM

    Hi Exports,
    I want to have automatically cornnected time recording terminal(TRM) to SAP time management, and by setting up background job upload check in/out recorded by TRM to SAP TM .
    Could you help us what I should do which steps in sequence ?
    Thanks a lot in advance !
    yoga

    Hi export,
    Thank you very much for your solution.  It is really helpfully to me.
    Now I met another case as bellow,
    Late Shift:  22:00 - 07:00(morning of next day)
    Time record data:
    Data(1): Check in: 2004.01.05 - 22:00:00
    Data(2): Check out: 2004.01.06 - 10:00:00
    By program SAPCDT45 update IT2011 with the above data,  actaully the data(2) should be as assignment to previous day(2004.01.05),  field "Day assignment" of IT2011 be filled with "-" .But program SAPCDT45 has no check for this base on the daily work schedule, so field "Day assignment" is maintained with blank. In the case, run PT60(time evaluation), error arise.
    Now I need to fill field "Day assignment" of IT2011 with "-" for the data(2) by program SAPCDT45 or enhanced program.
    Could you give some hints or advice ?
    Thanks a lot.
    yoga.

  • Distinguish b/w Automatically created Info Record and created thru ME11

    Hi,
    How can we distinguish between Automatically created Info Record and manually created Info Record (By User through ME11 transaction).
    Where we can see the difference???
    Plz guide...

    Hi,
    In case of Automatically created Info record, Net price and Effective price fields will be blank where as in case of manual info record, you maintain the price under "conditions" manually and which gets updated in net price and effective price fields.
    Also Run Reports ME1M and ME1L, Info records with "Condition       No Price Found" are automaically created. And manual info records will have have "Condition XXX Amount"

  • Accordian panel not resizing between records

    I have a spry table on the left of my page and when you click
    a row the detail of the row will appear in an accordian to the
    right. The accordian has two tabs on it - the top one contains data
    that always fills the same height between records, but the lower
    one has data that changes in height between records.
    When I select a row and click on the lower tab for the first
    time the tab will expand to fit the data correctly. However, if I
    move to other rows in the table and leave the lower tab open, the
    accordian will not expand/contract to fit the new data - it stays
    the same height as the first row clicked. In order to get it to
    resize I have to click on the top tab of the accordian (therefore
    closing the lower tab) then reclick on the lower tab and it resizes
    correctly. I hope I have explained this correctly.
    If you'd like to see what I mean go to
    http://66.148.0.112/orderstatus/249000/test.asp
    and try it out for yourself.
    Simon

    Hello Simon,
    This problem appears because when you open a panel we are
    animating the transition from the element current height to 0px and
    the other way around by setting a gradual fixed height. Because of
    this the last height value used to animate will remain set to the
    element. When you change the content into the Panel, the Panel is
    no longer able to resize automatically. Unfortunately there is no
    solution to this issue other then to disable the animation by
    passing "enableAnimation" option to false into the constructor.
    Regards,
    Cristian

  • Exchange rate is different between records in OB08 and records in document.

    Hi Gurus,
    The exchange rate is different between records in OB08 and records in calculated amount in line item. How does it happen? Not all of the documents in the same period has this problem.
    For example, a document A created by FB05 on Jun 30 2010.
    In OB08, the exchange rate is 6.80000. This rate was the same in the header of document A.
    In the line item of doc A, I calculated the amount for line itme 1 and 2. Line itme 1 shows the exchange rate is 7.90000. Line item 2 shows the exchange rate is 16.0000. ( The exchange rate is not that exactly an interger. I put a similar exchange rate as an example.)
    Could you please throw some light on these? Why some documents are okay but for some, the exchange rate is so different?
    I just found that the exchange rate of some of the document line item calculated is from another currency. It shows in the line item (in question) button "More Data". Shall I know how the exchange rate was got from another currency exchange rate?
    Thank you.
    Emma
    Edited by: qun yang on Aug 2, 2010 10:49 AM

    Issue solved by below solution:
    Existing:
          append lines of vit_final to s_s_if-maxsize to e_t_data.
          delete vit_final to s_s_if-maxsize.
        else.
          append lines of vit_final to s_s_if-maxsize to e_t_data.
          delete vit_final to s_s_if-maxsize.
    New:
          append lines of vit_final to e_t_data.
          delete vit_final to s_s_if-maxsize.
        else.
          append lines of vit_final to e_t_data.
          delete vit_final to s_s_if-maxsize.

  • To Identify Relationship between records in a table

    Hi
    I need to write a query to identify what relationship exists between records in a table.
    For example,In our system a manager can have more than 1 subordinate as well as an employee can also have more than 1 manager.
    I need to provide the relationship for a given set of employee-ids whether it is
    1 is to 1,
    1 is to many,
    many is to 1,
    many to many.
    Employee     Relationship     Relationship Description
    John     1 is to M     Implies John is reporting to multiple managers who have only one subordinate
    Stuart     1 is to 1     Implies Stuart is reporting to only one manager who has only one subordinate
    Robert     M is to 1     Implies Robert is reporting to only one manager who has multiple subordinates
    Martha     M is to M     Implies Martha is reporting to multiple managers who have multiple subordinates
    Can you please help me with this query?
    Regards
    Kapil

    To make things simple lets assume the following table structure and data
    CREATE TABLE EMP
    ENAME VARCHAR2(10),
    MNAME VARCHAR2(10)
    Data for M:1 Relationship
    INSERT INTO EMP VALUES ('John','Linda');
    INSERT INTO EMP VALUES ('Robert','Linda');
    Data for 1:M Relationship
    INSERT INTO EMP VALUES ('Peter','Stuart');
    INSERT INTO EMP VALUES ('Peter','Linda');
    Data for 1:1 Relationship
    INSERT INTO EMP VALUES ('Mary','Tim');
    Data for M:M Relationship
    INSERT INTO EMP VALUES ('Chris','Roger');
    INSERT INTO EMP VALUES ('Tom','Roger');
    INSERT INTO EMP VALUES ('Stephen','Roger');
    INSERT INTO EMP VALUES ('Stephen','Zoe');
    Now if I search for Chris and Mary I should get the result as:-
    Chris M:M
    Mary 1:1
    Hope this clarifies ;-)

  • How to STOP OS X from automatically changing between language input methods

    I want to know if there is a way in OS X Leopard to stop the system from automatically changing the language input method. I use English and Japanese on my computer, but this would apply to anyone using more than one input method.
    For example, when I click on a Japanese-language file, the system automatically changes input to Kotoeri (the Japanese-language input method). When I then click on an English-language file it usually, but not always, changes back to English input. But I almost never want to TYPE in Japanese. I just need to be able to read Japanese and to cut and paste from Japanese language files. It is very annoying when I start typing in an English-language file and find the input method has been changed to kotoeri without me realizing it—everything comes out in meaningless Japanese. When I want to type in Japanese, I want to manually change to the Japanese input system. That is, I want English to always be the default input method even if I am manipulating Japanese-language files.
    So, I’m wondering if there’s a way to set the computer so that it never AUTOMATICALLY switches between the input methods. I want to be able to switch only manually. In the old days of System 7, 8, and 9, there was a third-party control panel you could get that would do this (I think it was called Stay There!) and I don't remember this being a problem in Tiger or earlier versions of OS X. Is anyone aware of any way to do this in Leopard?
    Thank you!
    Colin

    Well, I do have it set that way, and I can look up there to see where I am, but in the work I do time is critical and I move back and forth between the two languages frequently. It is really a pain and a waste of time to have to look and make a change that should be unnecessary. The problem is not so much that I don't know where I am. It's that I don't want to ever have to think I MIGHT be in anything but English input unless I specifically want to be. In other words, I need to be able to forget about this problem even being a possibility.
    Message was edited by: Colin Talcroft

  • How to send e-mail notification automatically when a record is inserted?

    Dear All,
    Could anyone kindly tell me how to send e-mail notification automatically when a record is inserted through a form in Oracle Portal Release 2?
    Regards,
    Ridwan.

    Hi,
    If you are writing a form on a table then you can call the mail API from a database trigger on the table. If it is a form on a procedure, you can make the email call from the procedure. To know more about sending mails from plsql go to
    http://www.quest-pipelines.com/newsletter-v2/smtp.htm
    Thanks,
    Sharmila

  • How to control the  space between records in form layout

    Hi ,
    I need to display mutiple records (15-20) in a form ,
    and have choosen FORM layout as I need to display each record in two lines (Can a record be displayed in two lines in TABULAR layout ? ) .
    Now There is lot of space between each record and I could not move records closer . How can I control space between reords in FORM layout ?
    (While creating Canvas I selected Distance bwteen records = 0 )
    Thanks in advance,
    Asha

    Asha,
    no in tabular layout there is no way to display a record on two lines. All you can do is to use a stacked canvas and use it to make the table scrollable horizontally
    The distance between record setting is a property on the item level. if this is set to 0 (please double check) then all that is loeft is the item bevel. You can set the item bevel property to plain and then work on resizing the items hight until close to acceptable.
    Frank

  • Navigation between records in a JSP application

    Hi,
    I would like to know how to provide navigation between records in a tabular form liked JSP application using JDeveloper 3.2
    without using the Oracle or Default template.
    I can do it with a singular record view but not in a tabular view. I like to know now I can mimic the navigation provided in Oracle template in which the current selected record is hightlighted. Can we navigate between records using Up and Down
    arrow key like in Oracle form instead of using Navigation Bar. Please provide details code.
    Thanks a bunch,
    Khanh Hoang

    You can refer to the source code in jbohtmlsrc.zip for deriving your own implementation.

  • MacBook Pro won't automatically switch between internal speakers and display audio

    I have a MacBook Pro that connects to a LED Cinema display.  It used to automatically switch between internal speakers and display audio when plugged in to the display but won't anymore.  I have to manually change it in System Preferences --> Sound. Does anyone know how to make it do that again?
    thanks,
    Ben

    I just want to add, I have the same problem, and just want to help raise awareness of it.
    1st, the problem only started recently (have been using the Thunderbolt display since it was released), I did not have this problem, and noticed it beginning only in the last month. (since January)
    2nd, My particular setup, includes a hard drive attached to the firewire port on the back of the Thunderbolt Display (so, I am wondering if anyone else experienced this problem with a firewire drive being connected).
         My full setup:
              Macbook Air (2011)
             Thunderbolt display
              Western Digital drive (attached to firewire of display)
    3rd, If I go into settings, what I will see is the "Display Audio" is selected (but no sound coming out),
    If I then select "Internal Speakers," a buffered "history" of all the sounds I did not hear is then played (pretty funny actually) - for  example, if I sent mail, adjusted the volume, and started playing a song.... it immediately plays all those sounds when selecting "Internal Speakers"
    4th, If i then select "Display Audio" - it does nothing
    5th, what I have to do, to resolve this is:  eject all my hard drives,  disconnect the thunderbolt cable, then reconnect the thunderbolt cable, and everything works as normal.

  • How to create an image that when scrolled over automatically scrolls between 3 image

    What i am trying or rather what i want to achive is, when an image is scrolled over it automaticly scrolls between 3 pictures and when it is rolled off of goes back to a specific image. How do i do something like this i know its going to have to be a javascript item, but how do i do it?

    Hi Gramps,
    Welcome back. Haven't seen you around for a while.
    Please have a look here and tell us if there is a script that comes close to what you want.
    Did you forget to add something?
    Nancy O.

  • Automatic purchase info record

    how do you create automatic purchase info record, what are the steps to do it, and how that helps in p2p process?

    Hi,
    While creating external purchasing documents ( like PO) in item details materials tab infoUpdate check box is there
    Info record update
    Determines whether the prices and conditions of this purchase order item are suggested in future PO items.
    Use
    Selecting InfoUpdate causes one of the following situations to occur:
            If just one info record (with or without plant) exists, it is updated.
            If no info record exists and "plant condition requirement" was specified in Customizing, an info record with plant is created. Otherwise, an info record without plant is created.
            If two info records exist (that is, one info record with plant and one without plant) the info record with plant is updated.
    Dependencies
    You can specify that prices and conditions in purchasing info records are only allowed at plant level in the Purchasing IMG, under Conditions -> Define Condition Control at Plant Level.
    Other Purchasing documents  Scheduling agreement, Quotations (me47) Choose the required line item and click on the "item detail" icon and put the necessary value for info update
    Indicator: Update Info Record
    Determines whether:
        The purchasing info record for this vendor and material is to refer to this PO item, and
        The item is to be valid for the entire purchasing organization or just for the plant.
    Use
    The indicator determines which prices and conditions are suggested in future PO items.
    Prices and conditions can apply to an entire purchasing organization or to a single plant within a purchasing organization.
    For example, if you create a purchase order for a plant for which an info record has been defined at plant level, the purchase order is based on the conditions in the plant info record and not on the conditions that apply to the purchasing organization.
    Procedure
    Enter the relevant plant key:
    A
    Updating of the document number is effected at plant level as long as there is a purchasing info record at plant level. Otherwise the document number is updated at purchasing organization level.
    B
    Updating is effected at plant level if plant conditions are allowed for the plant.
    C
    Updating is effected without plant data if plant conditions are not necessary for the plant.
    Dependencies
    The level at which updating of the document number may be effected is defined for each plant.
    Hope it clears.

  • Navigate between records, ViewLink problem...

    Hi, all! I will try to explain my problem. If something is not clear the pleas let me know.
    So, I have two VO: UzglabasanasDati and VidesDati. These VO have related with VL (UzglabasanasDati_VidesDati1) with 1 to 1 relationship. When I open UzglabasanasDati VO then I can navigate records, please see: http://my.jetscreenshot.com/2677/20110427-gqjl-85kb
    But when I open VidesDati VO the I can't navigate between records, pleas see: http://my.jetscreenshot.com/2677/20110427-6dvw-89kb
    In my case I need that when I open UzglabasanasDati Form (jspx page) then I can navigate records and then go to the correct VidesDati Form (jspx page) record (this I can do with my created VL UzglabasanasDati_VidesDati1) BUT I also need to navigate on the other hand - open my VidesDati Form, navigate between records and then go to UzglabasanasDati Form correct record. (This I can't do with the same VL UzglabasanasDati_VidesDati1).
    I do not understand where I am wrong? :( And what to do to resolve this problem? If You need more information, let me know.
    Hope for Your help, best regards, Debuger!

    Hi,
    I think that things are bit confused here,
    First of all if you are already filter VidesDati from UzglabsanasDati, you cannot see other rows than the ones pointing to UzglabsanasDati.
    That is why you cannot do the opposite filter. The first is already filtered.
    To my Opinion, you need Another Two different ViewObjects with the opposite Link.
    With Both Links on the same VOs, you will always have a VO filtered as a child.
    Hope this Will Help You
    Regards,
    Dimitris.

  • Distance Between Records

    Hello!
    client/server Developer 6i.
    i set bevel none and distance between records 1 to give look as a grid.
    some time it shows very thick distance between records when i set it to 1 in tabular form and some time it shows very thin distance with 1 value and it really looks like a real grid.
    because of this some of my tabular forms looks very good like real grid and some looks ugly.
    how to control? any idea?
    regards
    aaks

    Sounds like you're using points as your coordinate system so you are getting some rounding.
    You can try switching to Pixels or you could try increasing the gap slightly. Both should do the trick.

Maybe you are looking for

  • Help me cancel my subscription please

    I was told to come to customer service to cancel my subscription so if there are any representatives that could do that for me I would really appreciate it

  • Another bootchart thread...

    I'm a new user to Archlinux, I've used Debian, Slackware and Ubuntu in the past. Archlinux beats them all hands down on all aspects except maybe packages. But has most of the stuff that I want (that I can think of now anyway ). Here's my bootchart: E

  • JES MS 6.2 and Symantec Brightmail 6.0.1

    We are trying to get Brightmail version 6.0.1 working on Solaris 9 with MS 6.2. Brightmail is on the same server as the MTA is running on. It doesn't look like mail is bring processed by Brightmail, when I send test messages through the MTA the count

  • Finding last char in the string

    Hi i need to find out whether the last char of a string is '/' (forward slash). please let me know if there's a FM to do that. Other post me the logic for this ASAP. thanks

  • Windows 2008 r2 standard getting blue screen error

    hi  getting below error & server getting auto shutdown pls suggest.  Problem signature:   Problem Event Name: BlueScreen   OS Version: 6.1.7601.2.1.0.272.7   Locale ID: 1033 Additional information about the problem:   BCCode: 124   BCP1: 000000000000