Has anyone tried to mimic State Model like features on Opportunity Stages?

We would like to make sure that users can only move forward on the sales stages & not backwards. The users can "loose" the opportunity from any of the intermediate stages.
For simplicity we can assume that there is only 1 sales methodology.
Thanks In Advance.
Message was edited by:
PrakashJoshi

You can try some field validations, assuming you have very minimal sales stages.
When I discussed this feature with one of the prod. managers during Oracle conference, they did not have much idea about state model - so i can very well say its not part of R15
This is a must have feature and i hope oracle has this as part of their roadmap for future release

Similar Messages

  • Have 1 POP3 email account I want to work like IMAP email in icloud. Apple suggested created a new Apple ID just for POP3. Has anyone tried this to see if it works and will delete across multiple devises?

    Have 1 POP3 email account I want to work like IMAP email in icloud (keeps my iMac, iPhone, ipad mail in sync). Apple suggested trying creating a new Apple ID just for that POP3 email. Has anyone tried this to see if it works and will delete/update across multiple devises? Would mean keeping up with two Apple ID accounts but only other alternative I know of is paying for monthly service for Microsoft 365.

    would I be able to "upload" (not sure how else to say it) my existing folders and subfolders containing all my emails so that they are all available on my new IMAP service, while still being available on my Mac?
    Not easily, no. There's no direct transfer option between POP and IMAP, especially across email providers. The best you could do would be to forward all of your emails to your new address, although it's not clear that you need to - dropping your sbcglobal.net account doesn't instantly render all your existing mail void - it'll still be in your Mail client, you can still read it, search it, etc., it just won't be on your provider's server.
    I have toyed with the idea of getting a MobileMe account. Would that solve my issue/question above?
    MobileMe would be viable, especially if you're interested in synching your various iOS devices. It's not free, of course, unlike Yahoo and Gmail, although you've already discounted them...
    I have also toyed with purchasing my own URL, but it's hard to tell from the sites (1and1, Namecheap, etc.) if they come with IMAP email accounts included.
    Some registrars offer email hosting bundles with a domain registration. This could be a good way to go. GoDaddy, for example, have a email hosting option for domains you register with them.

  • Has anyone tried to extend Spatial with a 3D primitive?

    Has anyone tried to extend Spatial with a 3D primitive that for example can model buildings and tunnels? I am trying to add the polyhedron primitive next to the existing point, line, polygon model. I just want to hear some tips or ideas...

    The plan is to make a new GType and new stored functions that recognize this GType.
    A polyhedron could be of type 3008,3D and 8=polyhedron(=new). The elem_info
    and ordinates contain multiple planes. Self-created stored functions would be
    able to recognize this GType, e.g. area3D should give the sum of the areas of all the
    faces of the polyhedron and should also work on Gtype=3003 and give the real area
    of a 3D polygon instead of the projection.I wouldn't suggest this methodology if you are considering using any spatial indexing or
    functions with your data.
    There is a mechanism Oracle Spatial has for defining custom datatypes. It should only
    be used with custom apps, i.e. it won't be usable in the context of applications that know
    about Oracle Spatial data types.
    The mechanism allows you to define you own element using an element type of 0, and using
    the interpretation to define what you are looking at. You would also include an a supported
    element type that approximates your geometry, and that element is the one that is indexed,
    and the gtype entered is associated with that geometry. Your private functions could access
    the 3d geometry when required. For instance, you want to have a 3d cube. It might look like this:
    sdo_gtype=3002
    sdo_elem_info=(1,2,1, 7,0,1, 22,0,2 etc.
    sdo_ordinates=(0,0,0,2,2,2, 0,0,0,2,0,0,2,2,0,0,2,0,0,0,0, 2,0,0,2,0,2,2,2,2,2,2,0,2,0,0, etc
    the 1,2,1 in the elem info array corresponds to a 3d line string that when indexed with a minimum bounding
    volume encloses the 3d cube. The 0,0,0 and 2,2,2 in the ordinate array stored as the line string when indexed
    include the bounds of the cube. Next in the elem info array are 7,0,1. The 7 means offst 7 in the ordinate array
    and in this example is fixed. Next the 0 tells Oracle Spatial to ignore this element. The interpretation of 1 you define,
    the number could be anything. Since it is my example, I'll say the 1 means this is the definition of the first face in the
    x,y plane (i.e. the front face of the cube which faces me). I've set the ordinate array with the coordinates of that face.
    Next in elem info comes 22,0,2 which is starting at offset 22 there is another element that Oracle spatial should ignore
    (element type 0), and next comes 2, which might mean this is the second face definition, that I've defined as the right
    hand side y,z plane.
    etc.
    The meaning of the interpretation value is only limited by your imagination.
    Note while you can index three dimensions if you want, the only spatial functionality that supports 3d is a spatial
    index and a filter query, and some lrs functions. You will not be able to run any operator except for SDO_FILTER if you
    have a 3d index, and all spatial functions will only work on 2d.
    Do not define your own gtype and expect to use spatial. it will not work.

  • Has anyone tried to 'adapt' the site wizard form?

    I'd like to add some extra fields to the basic form - has anyone tried this at all?

    Ah-ha Thank you the _shocker, basically I have added a number of extra fields now into the sitewizard template but need to know how to link up the php scrip...
    My html is:
    <div id="apDiv7"><form action="feedback.php" method="post">
    <table width="852" height="409" border="0" cellpadding="6" cellspacing="6">
    <tr>
      <td align="right"> </td>
      <td> </td>
      <td align="right"> </td>
      <td width="256"> </td>
    </tr>
    <tr><td width="122" align="right"><label for="tswname">*Name</label>
    :</td>
      <td width="217"><input name="fullname" type="text" id="tswname" onblur="MM_validateForm('tswname','','R');return document.MM_returnValue" size="30" /></td>
    <td width="186" align="right"><label for="tswchildsname">Childs Name</label>:</td><td><input type="text" name="childsname" id="tswname2" size="30" /></td>
    </tr>
    <tr><td align="right" valign="top"><label for="tswaddress">Address</label>:</td><td><textarea name="address" cols="23" rows="3" id="tswaddress" address="Address"></textarea></td>
    <td align="right" valign="top"><label for="tswstartage">
    <br />At what age would you like your child to start?</label>:</td><td valign="top"><p>
      <label>
        <input type="checkbox" name="Startage" value="checkbox" id="Startage_0" />
        2 years</label>
      <br />
      <label>
        <input type="checkbox" name="Startage" value="checkbox" id="Startage_1" />
        2.5 years</label>
      <br />
      <label>
        <input type="checkbox" name="Startage" value="checkbox" id="Startage_2" />
        3 years</label>
      <br />
    </p></td>
    </tr>
    <tr><td align="right" valign="top"><label for="tswphone1">*Phone number<br />(home)</label>:</td><td><input name="phone1" type="text" id="tswphone1" onblur="MM_validateForm('tswphone1','','R');return document.MM_returnValue" size="30" /></td>
    <td align="right"><label for="tswchilddob">Childs date of birth</label>:</td><td><input type="text" id="tswdob" name="childdob" size="30" />
    </tr>
    <tr><td align="right" valign="top"><label for="tswphone2">Phone number<br />(mobile)</label>:</td><td><input type="text" id="tswphone2" name="phone2" size="30" /></td>
      <td align="right"><label for="tswcomms">*Preferred method of communication</label>
        :</td>
      <td><p>
        <label>
          <input type="radio" name="comms" value="radio" id="comms_0" />
          phone</label>
        <label>
          <input type="radio" name="comms" value="radio" id="comms_1" />
          email</label>
        <label>
          <input type="radio" name="comms" value="radio" id="comms_2" />
          mobile</label>
      </p>
      <tr><td align="right" valign="top"><label for="tswemail">*Email address</label>
          :</td><td valign="top"><input name="email" type="text" id="tswemail" onblur="MM_validateForm('tswemail','','RisEmail');return document.MM_returnValue" size="30" /></td><td align="right" valign="top"><label for="tswmessage">Message </label>:<br />
    <br />
    <br />
    <br /></td><td><textarea name="message" cols="23" rows="3" id="tswmessage"></textarea>
    </tr>
      <tr>
        <td height="41" align="right"> </td>
        <td valign="top">* Denotes required field</td>
        <td height="41" align="right"> </td>
            <td height="41" align="center" valign="top"><input type="submit" value="  Send  " /></td>
    </table>
    </form>
    </div>
    and the generic php script that I need to adapt is:
    [Copyright script deleted by moderator. The script's terms of use state explicitly that it cannot be reproduced or distributed,.]
    I just don't get which bit of the php I need to change to add in the extra fields that I require...

  • Has anyone tried a Western Digital SATA RAID hard drive on a non-RAID controler?

    Because of a compatability problem, I want to try a different brand of SATA II drive on my non-RAID motherboard. The WD RAID drives have great specs but I don't know if they will work. WD says they are ONLY for RAID and not to put them on a non-RAID board. My theory is that they will be more reliable over the long term because they are a heavier duty drive. 
    Has anyone tried this and if so, what were the results?

    I think there was some confusion about what I am asking. It is definately not a duplication of my other post and some of the information in that other post is incorrect because I JUST found out that my motherboard controller IS a RAID controller even though I am not using it as one. I will correct that when I am finished with this post.
    The other post was about a specific model of Maxtor drive that doesn't work on my motherboard. This post is about Western Digital. The only reason that I even mentioned the word RAID in my previous post is that there is a known compatibility problem with RAID controllers and that drive. I wanted to emphasize that my problem was not the one of that known compatibility problem, but because it is a RAID controller, it might be that problem.
    When you use the motherboard's controller as a non-RAID controller, you do format the drives individually, not as a RAID. I know that because I did it that way, not realizing I even had the option of using RAID on this board. That works fine on one model of Maxtor hard drive and does not work at all on the other model of Maxtor hard drive.
    What I want to know now is: Will the Western Digital RAID drives will work on a non-RAID controller. The controllers on my add-in card is not RAID. Also, will that drive work on my motherboard's controller even though it is not being used as RAID.
    Here is a link to the WD site's description of one such drive. There are several other WD RAID drives, this is just one example...  http://www.wdc.com/en/products/Products.asp?DriveID=238&Language=en It does not state whether or not they will work well in a non-RAID environment.

  • Has anyone tried pre-compression to improve image quality?

    I am having a hard time creating a usable disk image in iDVD from my 1 hr 45 min FCE movie. Portions of the video are extremely pixelated, usually the grainier, lo-light clips.
    Since I don't have Compressor or DVD Studio Pro to use to get more control over the compression, I considered trying to "pre-compress" my video by exporting the entire master sequence using Quicktime conversion to an Mpeg4 format and playing with the data rate so that it would be well under the 4 GB limit of a DVD5. Then I was going to re-import the Mpeg4 into a new FCE sequence, add chapter markers and export again as Quicktime movie into iDVD.
    My reasoning is that iDVD will no longer have to compress the file and the pixelization won't be there if it isn't there in the Mpeg4. Has anyone tried anything like this to overcome iDVD's compression and get more control?
    If you think I should post over at iDVD forum please let me know.
    Thanks in advance,
    Mike

    What you want to do does not make sense. You are going to ADD more compression
    iDVD will compress your video no matter what you do ... it has to, in order to create the MPEG2 that comprises a DVD. iDVD will always do this ... even if you could create your own MPEG2 (which you can't do if you don't have Compressor) it would still try to do that compression ... it is a consumer app designed for ease of use
    The more you "step on" your video before it goes to to iDVD the worse it will be.
    You are right; you need more control over your MPEG2 compression and you can't tinker with iDVD's compression engine like you could with Compressor
    The symptons you describe are not unusual. I fin that anything over 90 minutes in iDVD can give you potential probs. The quality of the original video had to be really, really high ... and doing a double compression ain't gonna help that.
    Is it feasible to split the project in half and make two DVDs? If the project is under an hour, you can use iDVD's Best Performance preference which tends to give you a better result.
    Remember, iDVD doesn't really care about the "size" of your project, only its length, so tinkering around to reduce the file size won't help you.
    It is unfortunate that Compressor is not a standalone program and that DVD Studio Pro is now only included as part of the Final Cut Suite. I suppose you could troll e-Bay to see if there are any older, independent versions of the program still kicking around

  • Has anyone tried home sharing between mac and windows using parallels on the same machine?

    I recently purchased a mac, and plan to set up parallels for windows and windows 7 so that I can use the Windows version of Over Drive Media Console from the library and download WMA files in windows (limitation with mac version for wma downloads). I would like to synch to iTunes on the Mac iOS, but will need iTunes available in Windows to transfer the books I download in WMA format from the library to my iphone. Has anyone tried this? Any success or suggestions would be appreciated!

    In case anyone is interested, last night I installed Paralells, Windows, Overdrive Media Console on Windows, and then was able to download my book in WMA format. I was hoping parallels would allow me to crossover sync to iTunes on the Mac and have Overdrive recognize that I had iTunes open, but I had to choose Windows or Mac when connecting my phone through the USB and had to choose Windows in order for it to successfully transfer. I was able to get it to work it is now synced to iTunes in Windows. The nice thing was that it pulled in all my music/apps that I had set up in the Mac side, so I didn't have to go through that exercise again. I tested it on my old phone. Now I need to decide if I want to set up my current phone on Windows or Mac, it seems that once synched it only opens the device in windows, I haven't figured out how to force the choice between mac or window again. If I do windows, I can't take advantage of the cloud or iphoto/imovie directly. I'm totally new to mac, but I think I'll have to import my photos manually.

  • Has anyone tried

    Post Author: Horizon57
    CA Forum: General
    Has anyone tried creating sections in a Crystal Report where analytic comments (or any sort of text) is fed in from a database. I am trying to build a report where users have entered comments (into an Access database) to accompany the charts and graphs on a report.
    The main idea is to have these comments auto populate in the report when it is run just like the rest of the data fields.
    Does anyone have experience with anything similar to this?
    Mike

    Post Author: V361
    CA Forum: General
    You can insert a section in a group (it will insert below whatever is already there), then drag the field into the report, select can grow, and see what you get.....

  • Has anyone tried 1 terabyte drives with Apple G5 PCI RAID card 1M9699g?

    I am planning on setting up RAID 5 on one of my PPC G5 Xservers with an Apple PCI RAID card and 3 Hitachi 1 terabyte HDs. At $180 a drive and a $300 or so for a card this seems like a good setup. Has anyone tried this or have any suggestions.

    It worked, for about $860 I now have a 1.8 TB xServer

  • Has anyone tried a 3rd party laptop cooling pad?

    I have had my macbookpro 2.16 for about 2 1/2 weeks now, temp averages at about 40c during what i normally do, but the base of it is still too hot to comfortablly use on my lap. I have been using a large book as a buffer for the heat, recently I saw some 3rd party cooling pads with fans in them, running of USB power, has anyone tried one?

    I use Vantec Lapcool 4. It folds and quite small for transporting (fits nicely into my bag). It uses 2 fans powered either by USB or by AC. Also adds 4 USB ports.
    It makes about 10C defference. Since it keeps the case cooler and MBP doesn't build up heat like it used to, so works quite well.
    The only con I've found is that the MBP slips a bit on the pad so I bought a package of small, clear, self-adhiesive, non-slip rubber cushions to put on the bottom of the lappad (~$2@Home Depot). Now MBP sits securely without any slippage.
      Mac OS X (10.4.6)  

  • Has anyone tried iUsers for sharing an iPad?

    Trying to figure out the best way for my wife and I to share an iPad.  There is a free download called iUsers that seems to have the right functionality, but the user reviews are from mid-2011 when it was still in Beta.
    Has anyone tried this more recently?  Would like to know your experience.
    Jim

    Honeycroft wrote:
    I'm interested to hear the merits of jail breaking? Why can't it be discussed James, it's a free world!
    Because it is contrary to the term of use you agreed to when you registered for this forum and began posting. If you want to know more it, you will need to go elsewhere.

  • Has anyone tried to send a Flash-app to the App Store?

    Has anyone tried to send a Flash-app to the App Store, after the new statement from Apple? If yes, what was the answer back from Apple?
    I see that the previous apps made from Flash CS 5 is still up on the App Store. Maybe there is a small hope for Flash developers?

    Well, if they accepted a Flash-made app, then I would work more on my iPhone Flash-game before sending it to App Store. I don't think I'm gonna make better graphics etc, if the app only will run on my phone. And I don't think I'm gonna send a 70% done game to the App Store, and if they accept it, then finish it.
    So it would be very helpful to hear a "success story".

  • Has anyone tried the Normalizer app?

    Has anyone tried the Normalizer app?  We are looking for something that will normalize job level for us.  The only app I have found was the normalizer and a lot of the links on their website don't work and it doesn't look like they have has any activity on their site for over 6 months.

    Great!! Thanks LB
    From: Leigh Burke
    Sent: Sunday, January 04, 2015 2:14 PM
    To: Thomas Reyto
    Subject: You have been mentioned by Leigh Burke in Re: Has anyone tried the Normalizer app? in Topliners
    http://topliners.eloqua.com/
    You have been mentioned
    by HYPERLINK "http://topliners.eloqua.com/people/lburke?et=notification.mention"Leigh Burke in Re: Has anyone tried the Normalizer app? in Topliners - HYPERLINK "http://topliners.eloqua.com/message/56819?et=notification.mention#56819"View Leigh Burke's reference to you

  • Has anyone tried a 4GB HDD in a Mid 2010 Mac Pro?

    Has anyone tried a 4GB HDD in a Mid 2010 Mac Pro? I've read that you could go as high as 3GB with no problems although not supported. With the prices of HDD's dropping, I'd like to add more storage to my system, either internally of externally, but I'd like to get a couple of 4GB drives, and was wondering if anyone has used that combination with a Mid 2010 Mac Pro 8 core.

    Drives as large as 16TB are directly supported in Mac OS X and behave well when formatted with GUID partition Table -- the default after 10.4.4.
    There is a Bug in the Erase function in Disk Utility from 10.8.4, that is unresolved at this writing. Drives over 2.2TB, once erased with this software as an Internal Drive, the drive cannot be further partitioned or erased by that same software. A fix in 10.9.3 or later is anticipated, but not guaranteed. Older versions work fine. External enclosures with Large Drive support work fine.
    Western Digital in particular (and others may soon follow) has also shortened the depth of the mounting holes on certain large drives -- the holes adjacent to the platters -- to allow for the addition of an extra platter on certain large drives. A washer may be required to reduce the effective length the drive mounting screw penetrates into the drive.

  • Has Anyone tried to use DDE through Applets

    I would like to update a client side opened Excel file via the web using DDE ( Windows protocol used to cut and paste between apps ) and an applet.
    I guess that the level of security of the sand-box will limit the interaction with the excel application unless the applet jar is signed and certified.
    Has anyone tried to develop such application ?
    I didnt go through all the DDE technology yet and I am just wondering if there are some great difficulties to overcome.
    Any "difficult to find" hints are welcome
    Thanks

    Thanks for the hint. A good one as I did not know this link.

Maybe you are looking for