Can we unlink the relationship between Customer and Opportunity?

Hi Experts,
I have an opportunity type field in Opportunity to differentiate customer and non-customer. There is a situation when I create an opportunity from customer, the opportunity is tie with customer even the opportunity type is non-customer. How do I remove the relationship between customer and opportunity if the opportunity type = non-customer and I want remain the relationship if opportunity type = customer? I have tried on workflow, but it's seems not working as the system not allow me to modified the relationship.
Please advice. Thanks

Hi Bob,
You are right, we can hide the Customer Name from the layout. But this is not what I want because at the back-end the Opportunity are still tied with the Customer and it will still be shown in the Opportunity section of Customer. If we show the Customer Name in the layout, the value are still there. I will like to take out the relationship between Customer and Opportunity if Opportunity Type = Non Customer. Meaning that Non Customer Opportunity will not tie with any customer.
Please advice. Thanks

Similar Messages

  • Can you provide the relationship between CRMD_MPK_READING and COMM_PRODUCT?

    CRMD_MPK_READING
    CRMD_MPK_MPOINT
    COMM_PRODUCT
    and in which table we find Installation country of a product?

    CRMD_MPK_READING
    CRMD_MPK_MPOINT
    COMM_PRODUCT
    and in which table we find Installation country of a product?

  • What the relationship between eul4_documents and eul4_objs

    we use discoverer administration to creat folder. then we create workbook in discoverer desktop from available folders . now i want to write a sql to show the the relationship between folder and workbook. as i know , i can find folder in table eul4_objs and workbook in table eul4_documents . but how to link them together?
    For example , i know folder A. how can i find the workbooks which created from folder A only by using SQL

    Hi,
    Instead of EUL5 use EUL4 in this query.
    select distinct doc_name, obj.obj_name folder_name, bas.ba_name
    from eul_us.eul5_documents doc
    , eul_us.eul5_elem_xrefs xref
    , eul_us.eul5_expressions exp
    , eul_us.eul5_objs obj
    , eul_us.eul5_ba_obj_links bol
    , eul_us.eul5_bas bas
    where xref.ex_from_id = doc.doc_id
    and doc.doc_name = &your_report
    and xref.ex_to_id = exp.exp_id
    and obj.obj_id = exp.it_obj_id
    and bol.bol_obj_id = obj.obj_id
    and bas.ba_id = bol.bol_ba_id
    Hope it helps you.
    Best Wishes,
    Kranthi.

  • What's the relationship between Flex and AIR?

    What's the relationship between Flex and AIR?
    I only know that Flex is a Framework and the AIR is a runtime,
    Can any one tell me more about these two object in detail,thanks a lot!

    AIR is a runtime that supports a superset of the Flash Player API. You use it to run mobile and desktop applications, as opposed to browser apps.
    Flex is a set of technologies for building either AIR apps or browser apps. It includes a framework of runtime classes (e.g, Button, DataGrid, etc.) to use in your applications, an SDK with a command-line compiler, and an IDE called Flash Builder (formerly Flex Builder) that supports intelligent editing, a design view, and a debugger.
    So, a brief statement of their relationship is that you can use Flex to build AIR apps.
    Gordon Smith
    Adobe Flex SDK Team

  • What is the relationship between BASIS and XI?

    what is the relationship between BASIS and XI?
    whether we have to acquire knowlege to explore BASIS for XI

    HI Gabriel
    BASIS is the administration of SAP system, BASIS team will be responsible for installation, maintenance, transport, authorizations in the SAP system.Taking care of the Server in all the situation,applying Support Packages, patches,fixes, Monotioring the Jobs.Participate in requirements gathering, assessment, design, configuration and testing activities for SAP security and other issues
    XI is also a middleware.
    The work of XI Basis starts from installation of XI server and it inculdes many system related things such as Installing Adapter framework, Maintaining RFC connections, Roles and Authorization, Updating Patches etc....
    Check this link on Management of XI and go through it completely. You will ahve clear idea about the role performed by XI Administrator or XI Basis:
    http://help.sap.com/saphelp_nw04/helpdata/en/a3/c6d931767dbb4d8a2696b9c72431a9/content.htm
    Also refer this thread on XI Basis work:
    Basis activites for XI
    Cheers..
    Vasu
    <b>** Reward Points if found useful **</b>

  • How to easily find all the relationship between group and reports in OBIEE

    Hi, All:
    I am working with a production env which contains many group and reports.
    I want to know if there is a quick way to export the relationship between all the group/users and all the reports/page/etc.
    Thank you for the kind help.

    Thanks so much !
    May be you can suggest a way around what I trying to achieve. I migrated(imported) one BA from our Prod system to an R12 VIS demo system into the pre-existing APPS EUL as owner SYSADMIN. When I login as SYSADMIN I see all the workbooks(the ones that were migrated from PROD and the ones shipped with VIS). I am interested only in the Workbooks that I migrated from Prod System. There are 100's of migrated workbooks. I was thinking of creating another APPS user and grant this newly created user ADMIN privileges on the migrated BA and transfer ownership of all migrated WORKBOOK. This way when I login as the newly created user I will only see the migrated Workbooks. How do I automate the process to seperate them using SQL or otherwise
    Thanks
    Bismi

  • What's the relationship between Agent and JMX-instrumented applications?

    Hi, I'm a beginner of EM and JMX. I'm trying to integrate my application with EM. After reading some documents, I find I need to make my application JMX-instrumented first and then design the plug-in. But I'm still a little confused about the relationship between the Agent and the JMX-instrumented appliactions.
    Here is what I'm confused:
    1. Should the EM Agent be installed in the host where my JMX-instrumented application is installed? If this is true, then that will mean Agent cannot monitor the remote resource. But it sounds not reasonable.
    2. When making the application JMX-instrumented, we should use the platform MBeanServer or create our own MBeanServer? Do they have a major difference? and will it impact the plug-in design?
    Thanks in advance.

    Answers to your queries:
    1. Should the EM Agent be installed in the host where my JMX-instrumented application is installed? If this is true, then that will mean Agent cannot monitor the remote resource. But it sounds not reasonable.
    Its not necessary that EM Agent should be installed on the same host where JMX-instrumented application is/are installed. EM Agent has a fetchlet (named OJMX) that can be used. Refer to [Management Using Web Services and JMX|http://download.oracle.com/docs/cd/B19306_01/em.102/b16246/web_jmx.htm] for more details on emjmxcli tool, which can help to build the plug-in which can monitor the MBeans. [EM Extensibility Guide|http://download.oracle.com/docs/cd/B19306_01/em.102/b16246/toc.htm] contains all the details for building a plug-in.
    2. When making the application JMX-instrumented, we should use the platform MBeanServer or create our own MBeanServer? Do they have a major difference? and will it impact the plug-in design?
    To best of my knowledge, plug-in design doesn't get impacted

  • What is the relationship between iPhoto and my pictures ?

    I hope you don't mind if I pose another question to you: one that's been bothering me for some time. It has to do with iPhoto and storing photos in general. So far I have been placing my photos in >my mac>my pictures and then working through iPhoto to sort them into categories, events, etc. So far, so good, but I don't understand the relationship between the two. For example, I can create new folders in iPhoto, but that doesn't change my original folders in my pictures at all; so where are the iPhoto folders on my mac? And if I delete from >my pictures, then does that also automatically delete them from iPhoto, or visa versa? The set up that I would ideally like to have is that everything I do in iPhoto automatically updates my actual photos in >my mac>my pictures. Is that possible? Or am I going about this the wrong way? Your input would be appreciated. Thanks. Adrian

    You're going about it the wrong way
    iPhoto is a Database. The entire point of it is that you can manage your photos without recourse to your files. This is more powerful and a whole lot more flexible than files in folders.
    iPhoto can run in two modes: Managed and Referenced.
    In Managed (the default mode) your photos are copied into the iPhoto Library when you import them. I would strongly suspect that this is the case in your set-up. This is the best way to run iPhoto.
    It also means that you now have two copies of the photos - on in the iPhoto Library, the other in your Pictures Folder. (And by the way, there's no "my pictures" folder on a Mac. It's just the Pictures Folder. I'm always amused by the "my" prefix on WIndows folders. Who else's files would they be? If they belong to someone else, shouldn't you have a "their" Pictures Folder too? Any enough of a pointless digressions)
    In Referenced mode iPhoto does not copy the files into the LIbrary. It simply references them where you have put them. I'll add a bit to the end of this post explaining some of the gotchas with this mode.
    How can you tell if you're running a Managed or a Referenced Library? Go to iPhoto -> Preferences -> Advanced. Is the box at Copy Items to the iPhoto Library checked?
    As iPhoto is a database there is
    a: No relationship between the photos in your Pictures Folder and iPhoto if you have a Managed Library
    b: Minimal relationship if you have a Referenced Library.
    For example, I can create new folders in iPhoto, but that doesn't change my original folders in my pictures at all; so where are the iPhoto folders on my mac?
    They are entries in the iPhoto database.
    And if I delete from >my pictures, then does that also automatically delete them from iPhoto,
    Again: depending on whether your Managed or Referenced:
    a: Managed: No it does not, makes no dfference to iPhoto at all.
    b: Referenced: You've just corrupted your iPhoto Library.
    When you use iPhoto it's your "Go To" app for photographs. The point is that you don't manipulate the files in the Finder any more. You use iPhoto to import, iPhoto to organise, share and so on, you use iPhoto to Delete too.
    or visa versa?
    Managed: Deleting from iPhoto also removes the files from the HD.
    Referenced: Deleting Files from iPhoto only removes those elements within the iPhoto Library. You then need to trash the original file yourself. Why? When you elected to Reference the files you said to iPhoto "I want to manage the files myself" So manage them.
    The set up that I would ideally like to have is that everything I do in iPhoto automatically updates my actual photos in >my mac>my pictures. Is that possible?
    That's not possible. That's file organising, and as I said, iPhoto is about Photo organising. Albums, Folders, Slideshows etc in iPhoto are all virtual, that is they are entries in the database. The advantage of this is that a photo can be in 50 albums and use no extra disk space at all. Also, iPhoto has no ability to manage files outside the iPhoto Library Folder.
    So how do you actually get to your files if you want to email, upload etc?
    There are many, many ways to access your files in iPhoto:
    *For Users of 10.5 and later*
    You can use any Open / Attach / Browse dialogue. On the left there's a Media heading, your pics can be accessed there. Command-Click for selecting multiple pics.
    Uploaded with plasq's Skitch!
    (Note the above illustration is not a Finder Window. It's the dialogue you get when you go File -> Open)
    You can access the Library from the New Message Window in Mail:
    Uploaded with plasq's Skitch!
    *For users of 10.4 and later* ...
    Many internet sites such as Flickr and SmugMug have plug-ins for accessing the iPhoto Library. If the site you want to use doesn’t then some, one or any of these will also work:
    To upload to a site that does not have an iPhoto Export Plug-in the recommended way is to Select the Pic in the iPhoto Window and go File -> Export and export the pic to the desktop, then upload from there. After the upload you can trash the pic on the desktop. It's only a copy and your original is safe in iPhoto.
    This is also true for emailing with Web-based services. However, if you're using Gmail you can use iPhoto2GMail
    If you use Apple's Mail, Entourage, AOL or Eudora you can email from within iPhoto.
    If you use a Cocoa-based Browser such as Safari, you can drag the pics from the iPhoto Window to the Attach window in the browser.
    *If you want to access the files with iPhoto not running*:
    For users of 10.6 and later:
    You can download a free Services component from MacOSXAutomation which will give you access to the iPhoto Library from your Services Menu. Using the Services Preference Pane you can even create a keyboard shortcut for it.
    For Users of 10.4 and later:
    Create a Media Browser using Automator (takes about 10 seconds) or use this free utility Karelia iMedia Browser
    Other options include:
    1. *Drag and Drop*: Drag a photo from the iPhoto Window to the desktop, there iPhoto will make a full-sized copy of the pic.
    2. *File -> Export*: Select the files in the iPhoto Window and go File -> Export. The dialogue will give you various options, including altering the format, naming the files and changing the size. Again, producing a copy.
    3. *Show File*: Right- (or Control-) Click on a pic and in the resulting dialogue choose 'Show File'. A Finder window will pop open with the file already selected.
    *To work with another editor*
    You can set Photoshop (or any image editor) as an external editor in iPhoto. (Preferences -> General -> Edit Photo: Choose from the Drop Down Menu.) This way, when you double click a pic to edit in iPhoto it will open automatically in Photoshop or your Image Editor, and when you save it it's sent back to iPhoto automatically. This is the only way that edits made in another application will be displayed in iPhoto.
    Note that iPhoto sends a copy+ of the file to Photoshop, so when you save be sure to use the Save command, not Save As... If you use Save As then you're creating a new file and iPhoto has no way of knowing about this new file. iPhoto is preserving your original anyway.
    Finally +On Running a Referenced Library:+
    *How to do it:*
    Simply go to iPhoto Menu -> Preferences -> Advanced and uncheck 'Copy Files to the iPhoto Library on Import'.
    *What Happens:*
    Now iPhoto will not copy the files, but rather simply reference them on your HD. To do this it will create an alias in the Originals Folder that points to your file. It will still create a thumbnail and, if you modify the pics, a Modified version within the iPhoto Library Folder.
    *Some things to consider:*
    1. Importing and deleting pics are more complex procedures. You have to to put the files where they will be stored before importing them. When you delete them you'll need to remove the files from the HD yourself.
    2. You cannot move or rename the files on your system or iPhoto will lose track of them on systems prior to 10.5 and iPhoto 08. Even with the later versions issues can still arise if you move the referenced files to new volumes or between volumes.
    3. Most importantly, migrating to a new disk or computer can be much more complex.
    4. Because iPhoto has no tools for managing Referenced Files, if, for some reason, the path to the photos changes then you could find yourself resolving aliases for +each photo in the Library+ one by one.
    My own opinion:
    I've yet to see a good reason to run iPhoto in referenced mode unless you're using two photo organiser
    I know there's lot there, so by all means post back if you need more
    Regards
    TD

  • Can someone explain the difference between TIER_WEB and TIER_WEBDEV

    Hi All,
    We have two sets of values in Context file as below.
    <TIER_ADWEB oa_var="s_isAdWeb">NO</TIER_ADWEB>
    <TIER_ADFORMS oa_var="s_isAdForms">NO</TIER_ADFORMS>
    <TIER_ADFORMSDEV oa_var="s_isAdFormsDev">NO</TIER_ADFORMSDEV>
    <TIER_ADWEBDEV oa_var="s_isAdWebDev">NO</TIER_ADWEBDEV>
    Could you explain the difference between
    TIER_WEB and TIER_WEBDEV
    and
    TIER_ADFORMS and TIER_ADFORMSDEV

    These values in a shared APPL_TOP system. Pl see ML Doc 745580.1 (Apply Patches in a Shared Application Tier File System Environment) for an explanation.Not necessarily in Shared APPL_TOP, even in traditional multi-node installation you will find these values in the application context file.
    I never came across any document which describes the difference between TIER_WEBDEV and TIER_WEB, I just can say that these variables always have the same value.

  • How can I make the fusion between CRM and SD?

    I´m working in a company in Spain and I want to know how can I make a fusion between CRM and SD? It is posible? The company whants to move all the information from CRM to SD and work in the future only with SD departament. So all the database needs to translate at SD and SD departament use and work with twice module in one module. I haven´t idea if I can make this fusion, so please help me!!!!!! Thank you so much!!!!

    Hi
    Can you please more specific on following points. That will help to give you more input from all SDN users perspective.
    1. What are the scenarios currently been used in CRM?
    2. What are all TRANSACTION TYPES are used in CRM system?
    3. Any development is done in CRM system which is important from BUSINESS PROCESS perspective?
    4. Is there any MASTER DATA used in CRM, which will then replicate to ECC and then used in ECC also?
    5. Are the middleware settings are done in CRM?
    6. Last  but not the least why your organisation does not want to USE CRM, which is one of the BEST ERP Package provided by SAP.
    Regards

  • What's the relationship between OAAD and J6NA?

    Some OPENTEXT added txns such as J6NA, J6NP and J6NY are used to access documents
    SAP built-in txn OAAD is for the samething?
    If not, what is the difference?
    Thanks!

    Hello Ajay,
    you can use OAAD to check any documents that have been archived to an OT Archive Server for example -
    J6NA is for the administration and configuration of Doculink. There's no direct relatioship between both transactions.
    For general Doculink questions, I would recommend to post your questions in the Open Text Discussion Forum "ECM Suite for SAP":
    https://knowledge.opentext.com/go/17324886 (you need a Open Text Knowledge Center account for accessing the link)
    or having a look into the Open Text Archiving and Document Access for SAP Solutions Scenario Guide

  • What's the relationship between JSP and Java?

    hi,dear friends here.......^_^ I'm a graphic/web designer,
    cause the needed of internet web design, I started to learn html and Java server page.But I never have experience of JAVA programs. It's kind of hard for me to know and use JSP now.Should i need to learn Java first? Or can anyone tell me what's the good way for me to
    learn JSP?
    I also want to learn how do make a web page as the first page of java.sun.com about "Industry News ".
    Thanks !!grace from Taipei,Taiwan

    Hi! JSPs allow Java code together with HTML in one document. The servlet engine "compiles" a JSP into a servlet prior to executing it. So, one must know Java prior to dealing with JSPs.
    IMVHO, "Thinking In Java" by Bruce Eckel is a very good book for introduction to Java. You can download the electronic version at no charge from http://www.bruceeckel.com.
    After you get a good handle on Java, "Professional Java Server Programming" (Wrox Press) can give you good information on servlets and JSPs, along with some other related topics.
    Hope this helps!
    Cheers!

  • How to establish the relationship between component and character

    Hi Gurus,
    I'm using MTO with configurable materials,
    I have create class, character, configurable profile, 
    then i create a sales order using VA01, i enter the FG, and choosed the charaters, but the components do not populated.
    Do you know how to make all components can be populated automatically after the characters are chosen.
    Regards,
    Dragsky

    Hi ,
    Thank you for your response!
    My usage is 1 -production
    Relevant to sales is ticked in CS02
    There is a material A which is working well, i copied material B form A and copied BOM from A.
    so now , i choose Obj.dependencies in BOM item, a message pops up saying:
    Used more than once - can only be maintained centrally
    Message no. CU032
    Diagnosis
    You want to change global object dependencies locally for an object. However, this is not possible, as the object dependencies are allocated to other objects as well. For this reason, you can only change the dependencies globally using dependency maintenance functions.
    Procedure
    Change the object dependencies globally in the dependency maintenance function.
    Regards,
    Dragsky

  • What's the tables to find the relationship between OPT and SUV

    Dear CRMers,
      Now, we're trying to find the tables to get the Survey and Answer of Survey to certain opportunity. Any one could give me the details. Any suggestions are appreciated.
    Best Regard
    Gerald

    Hi Gerald,
    Below is the list of tables which may be useful for both lead and Opportunity, but maintenance of this table is not possible through SM30, You can change the maintenance status in the ABAP Dictionary (SE11).
    CRMC_SVY_LEAD
    CRMC_SVY_LEAD_T
    CRMC_SVY_OPPT
    CRMC_SVY_OPPT_T
    These below tables store the values and also the questionnaire id.
    KLAH: Attribute Set Name, ID
    INOB: Object ID, BP Number
    KSSK: Object ID, Attribute set ID
    CABN: Attribute ID and name
    CAWN: Attribute name and values
    AUSP: BP GUID, Attribute Name, Value, Object ID
    CRM_SVY_DB_SV and CRM_SVY_DB_SVS. These tables contain the actual survey response but encrypted in XML format.
    Hope the above info may help you.
    Regards
    SRIM

  • What is the relationship between iCloud and the App Store?

    My wife has an ipad and has purchased some apps from the App Store.  I have a new iphone5c and managed to load one of her purchased apps onto my phone by using her App Store ID and password.  When I did this, a cloud symbol appeared and I assume I was not charged for the download.  I have some questions about how all this works.
    I have not, to my knowledge, set up any icloud account for my new iphone.  Did aforementioned app download from her icloud?
    Does this mean that I should not set up an icloud account of my own on my new phone?  What about backing up my contacts?  I would like to continue sharing purchased apps.
    Can you use the same icloud account on more than one device?  If so, would they have to have identical contacts and apps?
    My wife also has a new phone; should she set up another icloud account?
    Is my Apple ID related to either the icloud or App Store?
    If anyone can help me sort this out it would be greatly appreciated.

    ICloud and the App/iTunes Store are different services from Apple, you can use either by logging in with an Apple ID, you don't need to use the same ID for all services on the same device.
    You can both share an ID for the iTunes and App stores so you can share purchased content but each use different ID's for iCloud, so you have your own contacts, calendars etc. you can use the same ID on more than one device.

Maybe you are looking for

  • IPod 5G Freezes during Video Playback

    iPod freezes during video playback. Does anybody else have this problem? Usually freezes up about 10 minutes into a video, and then complety locks up. This usually requires 2 to 3 restarts untill it comes back working properly.

  • Switching off notifications

    Hey everyone, Wondering if any of you can help clarify something for me. I've switched off notifications through Notification Centre for all apps, but I've been told that this doesn't fully switch notifications off. Is that correct? I assumed that wh

  • When I open firefox 4 or a new window I get an error message "components.classes[cid] is undefined" how do I fix this

    I upgraded to firefox 4 and now whenever I open the browser or a new window in the browser I get an error message that reads "Components.classes[cid] is undefined. How do I fix this message. I have reinstalled firefox 4 three times and still get the

  • Mail not recognizing servers

    I have an iMac G4, recently updated to 10.4.4 (big error?). The last two days, several of our Mail accounts (I have 5) either gave me the "offline" tilde when I brought the program up, or it worked fine. Manually going on line and "get new mail" woul

  • ASO - Max number of Children

    <p>I'm building a dimension in an aso cube that has 13,152 childrenrolling to a single parent.  The process does not reject anyrecords, but only adds 13,029 children...what's up with that?</p>