Creating field list of choice for an opportunity linked to the CRM user table

Hi, all.

I want to have a field of possibilities to follow what we call a 'operations rep"assigned to the opportunity. It would be a person other than the sales rep/owner. Prospects, I am able to do this by changing the name of one of the fields owner (the one with the default 'owner' name that is not bound to the 'Commercial' field, well that both related to the CRM user table). Into opportunities, I don't seem to have that option.

Does anyone have an idea how to have a field of possibilities not related to sales rep/owner based on users?

Thank you.

Paul

Published by: Lodge on July 29, 2009 06:42

Use the section of the opportunity team.

Tags: Oracle

Similar Questions

  • How can I create a list of choices for the search bit in Oracle 11g ADF fields?

    Hi Experts,

    Please inform how to add some selection list or drop downs on the pane search Oracle 11g ADF.

    I have a requirement to create a list of choices for the search store field. # Please notify.

    SS_SearchCriteriaPage1.png

    Thank you

    David Selvaraj

    You can create a view based on a static list object and attach it to your attribute as lov-driven model.

    Dario

  • How to create a list of choices for a stage of processing form?

    I am creating a form of treatment step where the landing page will be determined by a postal code entered in the form. I tried to use the option "Determined by a drop-down list" with a drop-down list that maps the zip to a landing page. Can't seem to make it work.

    I know that this need to use which redirects to the landing page (id = 14) and postal code (20200) as the value of the lookup option, but what should I put in the option name field to determine the landing page? Id number in the url of the destination page editor does not, save them the destination page name does not work, the actual url (LP and vanity) does not work. Also tried to pass the field name and value around with no result.

    Where am I going wrong here?

    Processing step

    The drop-down list values

    I have it! You must use only the identification number of the destination page and reverse fields. Therefore use the option for the zip name and just the ID of the value (13:20100)

  • Create a list of choices based on users

    We use 2 of custom object to track additional customer information and would like to add a list of choices, customized with the values in the list of all users; basically a second field 'owner '.

    Is it possible to create a list of choices based on users?

    Thank you.

    Hello

    Yes, of course; a drop-down list can be created on any BC, there is a BC called 'User' just so build the list of choice in this.

    Kind regards

    Matt

  • Determine the maximum use of the processor for a virtual computer in the custom user interface

    I want to determine the maximum use of the processor for a virtual computer in the custom user interface.  How can I do this?

    If I use a supermetric, there is no kind of attribute under CPU called "maximum use.

    Certainly, you get points for a long question! Although to be fair, it's probably my fault to feed you so much information to digest at once.

    1. I would say you can do two ways visually. Use the operations > detail view for 'normal ranges' use the upper limit of the normal range as your typical max. You want an absolute peak, add the metric of a graph or observe that highlight high and low watermarks.

    2. There are a lot of ways to display data, but if you want to display a single metric over a period of time, we could use the following widgets [on top of my head]:

    Top - N analysis

    Weather map

    Analysis of distribution of data

    Among these, I think of your desire for a "peak". Who you want real value, which eliminates the weather map. Then, I think that the concept of a 'Summit' and what is the best thing, I think that the 95th percentile... then I came with the widget of data distribution. The decision is ultimately yours given your particular use case.

    3. you can have it apply to several virtual machines - it's just a widget capable of being an independent provider or receiving widget (metrics, DO NOT choose to select resources). Each resource/metric will add to the widget and you can remove them if you like after it is added. You can certainly all the time you visit... It is date and time standard options you have in all the other widgets chart. With the widget data distribution, you want as much time as possible to get an accurate histogram of the cycles of workload.

    4. This is similar to the question above. You can certainly add parameters of individual resource or a DM that summarizes or AVG groups of resources. And as above, the delay is configurable, along with the other graph widgets.

    5. it's part of Q4 - you can sumN or avgN up to any number of resources with a SM, then discovers that SM in the widget of data distribution. When I said container, I mean an application, group resource pool... all that acts as a container parent within the vCOps.

    6. that's correct, SMs calc using data collected last points... aka single period of time. When you are referring to the longest period, I gave you a few examples of the attributes that are composed of several periods of time which are calculated and created by the adapter for VMware vCenter behvaior. In this case, you have the GVA 15 min CPU 1.5; These specific simple mobile GVA can be specific OR a copy using SMs. Next, you will have the chance is to find a way to distribute what you need through a widget [at that time].

    7. the distribution of data is not for export, it is for Visual functions. If you want the data in CSV, just use a typical chart of metrics and export to a csv and calc your own pics, avg, 95th, whatever.

    8. This is a bit of a mix of all your questions, put in place.

    You are right, if you added those 3 VMs, then calc was the 95th of the AVG. Like Q7, you would not export the data of the distribution of data because the raw data points are not - you do not pass the metric to a metric graphics standard and export via csv.

    Take advantage of...

  • How to create a text field containing text/label which can be modified by the end user?

    Hello

    I'm trying to figure out how to create a text field containing text or a label that can be changed by the end user. Can do something like this in LiveCycle?

    Below, I have a text field that contains a question and another text field where the user will enter their answer. Is there a way to allow the end user to change the text of the question, as shown in the example?

    Capture.PNG

    Hello

    If you used a standard text for the 'legend' field you could set the value by default (in the value of the object palette tab) in the legend and the legend of the value None (in the page layout palette).

    Concerning

    Bruce

  • Strategies for bridge (structs) containers to the c dll table ++

    Does anyone have any suggestions for the passage of tables of containers (C structs) between TS and c ++ dll? I have exhausted my understanding here. I noticed that when I create a type which is an array of containers (size = 1), allow to move like a C struct but exclude the container as C struct, and then type presents itself as a struct rather than an array ref in the C++ dll parameters dialog box. I was hoping that I could exploit something here, but not luck.

    As a last resort, I could try to flatten the structures in an array of double, pass it as a VARIANT and rebuild on the other side - yuck!  I have hundreds of different transfers to manage that way, so I'm still holding hope for something better.

    In C/C++, I think that if you define a structure with a table like this:

    struct {Topic2

    int sizeVar;

    Topic1 array [size];

    }

    Then, the size is fixed. It doesn't really change because the compiler whenever you allocate a variable of the type of structure, must allocate enough space to store all the items that you have declared in the definition of struct. In other sizeof (Topic2) includes the full size of the array defined using the constant of 'size' that must be a constant, not a variable. If you want something more dynamic, you declare your structure as follows:

    struct {Topic2

    int size;

    Topic1 * array;

    }

    you dynamically allocate the memory for the array pointer and release it dynamically when you're finished with it.

    A simpler approach, that you can take, if the size range is quite small, is to make the Board as large as size max you will ever need and add another Member to say how many items in the table is actually being used. And it seems that your def struct is close to that, but not quite right. For example, I'm sure that you can not use the size for the variable field and the size of the array. Instead, you probably need something more like this

    struct {Topic2

    int numElements.

    Topic1 table [taille_max];

    }

    Hope this helps,

    -Doug

  • Send list drop-down page or a link in the page not activated

    By clicking on the Page button and access the drop-down list the link send the list and send the page options are not enabled. I can add to the toolbar, but why they are not activated as they once used to be?

    By clicking on the Page button and access the drop-down list the link send the list and send the page options are not enabled. I can add to the toolbar, but why they are not activated as they once used to be?

    Just in case, please check if Internet Explorer has all its flaws.

    t-4-2

  • How to create a list of copyrights for photos used in a book

    Hi all!

    I do my first book for the birthday of a community organization, in which I'm involved, and I am struggeling to create an index of copyrighted material used. I tried searching the Web, but I could use the wrong term.

    I want to be like him is the following:

    General Electric: 48,49,50,134,188

    General Motors: 59

    Jane Doe: 4,54,86,100

    John Doe: 3,54,139,201


    The closest, I managed to get is to create a table of contents listing all of a given paragraph style, but it would be


    John Doe: 3

    Jane Doe: 4

    General Electric: 48

    General Electric: 49

    General Electric: 50

    Jane Doe: 54

    John Doe: 54

    General Motors: 59


    .. and so on.


    With hundreds of photos, this will be a very long list.

    Could someone tell me please in the right direction to achieve what I'm after?


    DRM for your help!

    I have developed a method to do this to create indexes for the lists of advertisers about 6 years ago. It is described in the Re: generate an index of product... codes, while I was working on the method, or you can purchase the back of InDesign magazine edition where I wrote it place itself: https://indesignsecrets.com/issues/issue-30

    It takes a lot of preparation work and the manual tagging, but once you've done that registration is almost automatic.

  • create a list of dates for the month of spefic

    I need to create the function that I send two parameters frist for year (2013) and the second prameter for months (09)

    to exit the list of dates this month.

    Hello

    What kind of data do you want to return the function?

    Here is a function that returns a cursor:

    FUNCTION to CREATE or REPLACE days_in_month
    (ENTIRE year
    ENTIRE month
    )
    RETURN SYS_REFCURSOR
    DETERMINISTIC
    IS
    c SYS_REFCURSOR;
    START_DATE DATE: = ADD_MONTHS (DATE ' 2000-01-01')
    , (12 * (year - 2000)) + month - 1
    );
    BEGIN
    OPEN FOR C
    SELECT the LEVEL - 1 AS a_date + start_date
    OF the double
    CONNECT BY LEVEL<= add_months="" (start_date,="">
    -start_date
    ;

    RETURN C;
    END days_in_month;
    /

    You can test it in SQL * more like this:

    M VARIABLE REFCURSOR

    EXEC: m: = days_in_month (2013, 9);

    PRINTING: m

    This function tries to avoid mistakes.  For example, if you pass 0 as the months, it triggers an error; It assumes that you meant the month before 1, i.e. from December of the previous year.

    How can you get pln to use?  Perhaps a pipeline function would be your needs better, or no function at all: just a subquery.

  • Where can I find list of pins for connectors 68 pins on the SMU-8430/8 and the SMU-8431/8

    We need to build new cables for the SMU-8430/8 and 8431/8 interface cards series.

    I can't find pinout information or other connectors 68-pin on the front of these cards.

    Can someone point me in the right direction to find this information.  Thank you.

    The design of the system requires new cables we don't need a list of the pins.

    After a few more watching on the web site of NOR, I found the information I need here:

    http://digital.NI.com/manuals.nsf/WebSearch/F5A76AD1B0C3B1FE86257B59006A9EAD

    Thanks for the reply.

  • How to create proxy files and after I finish editing link to the source files?

    I try and it did not work

    He recorded each source file in the other folder

    Thank you

    Hi Galktlv,

    Here are the step by step workflow proxy installation instructions:

    http://www.premiumbeat.com/blog/Premiere-Pro-quick-tip-how-to-create-proxies/

    Create clips for offline editing in Premiere Pro

    Thank you

    Ilyes Singh

  • Creating a shortcut to a drive to a disk of the private user audience

    How is it possible that my private files that are found in a file user secure on a drive non-public were available and created a shortcut to a public drive?

    These files are specific to my login details and I can not even access from a different desktop.

    Laura,

    Please contact the Microsoft Community.

    I wish that post you your request in the forums - TechNet

    http://social.technet.Microsoft.com/forums/en-us/home?category=windowsxpitpro

    We know if that helps.

  • How to easily add Facebook, Digg, Twitter, share (for e-mail links) to the page...

    Hello

    I would like to add a few of these 'Like' Facebook, Digg, Twitter, buttons etc. for a customer.

    I looked on Facebook and I think I can get the code here for Facebook; but, what I need to do this for each site? Or is there a place where I can get the code to add more of these links at once? You know the kind where you click on a 'like' button and a pop-up up window where you add your user name and password for the service that you want to connect to...

    (Sorry, I'm a former graphic designer trying to offer web services.) It seems that I still have to learn things everywhere. So, if you could, be a little deeper. (Thank you!)

    http://www.AddThis.com/

  • Need help. New to this for a long time of the FCP user...

    I want to start my seq-00; 59; How can 10 00, I do this?  also is it bars and tone in CC PP?

    In the very top right of your timeline, you will see a little button that opens a menu. There are "beginning" in there.

    New file > bars and tone. Good luck!

Maybe you are looking for

  • satellite 4080XCDT will not load the OS W2k

    Hello I have a problem with a laptop.It runs windows 2000 and will not load the operating system. I think someone changed the boot.ini on the pc,Now, when it is turned on, it displays the operating system of windows 2000, as well as the other one und

  • Lower E1000 on Wifi Ethernet

    Hi, my linksys e1000 router compares pretty well to my modem when the Ethernet cable is plugged.  I get fast DL speeds above 50Mbps be when the Ethernet cable is plugged into my computer.  However, when I connect wireless, regardless of the range I c

  • C++ related Question

    Hi all, since I'm a Java guy, and I have no experience in c ++. I'll settle for asking here, I suppose. Lets say: Sheet of * sheet = Sheet:: create();Page * page = new Page; Container * container = Container:: create();page.setContent (container); If

  • AbsoluteFieldManager inside another Manager

    Hello. I'm trying to place my AbsoluteFieldManager inside another Manager. Basically, I want my absManager at the bottom of the screen (like setStatus). I couldn't find a way to achieve this properly so I created a HorizontalFieldManager, setStatus (

  • the property alias

    Hi guys, I want to know if it is possible to use property aliases to crush qml component signal, only qml property of the object. Because I would like for modules with each component and call it since qml. Thank you