How to control Task generated from sales stage?

HI,
I have some specific task that are generated when a user select a sales stage
Is it possible to find a way to control the status of the task generated to be sure that all the task are done before the user can select the next sales stage?
Regards,

Hi Santosh,
Thanks for your answer but can you detail a little bite how you can check status of all task related to an opportunity using workflow rule?
How can you block the sales stage in order to avoid user to pass next sales stage if all the tasks are not done?
Regards,

Similar Messages

  • How to do you control lower levels from the Stage?

    How to you control lower levels from the Stage?
    I have a button on the main stage and I have a symbol that has another symbol inside that I want to control that timeline or label.
    I have had success with going one level deep but not two or three deep.
    sym.getSymbol("symbol01").stop("label01");
    Any help would be great!
    Thanks.

    Can you explain the hierachy of your symbols? By this I mean, name of your symbol and any symbol inside and any symbol inside nested symbol and what event you are triggering from where?

  • How to retrieve Task Lists from All Subsites to the Parent Site and display in Grid view using CAML Query

    How to retrieve Task Lists from All Subsites to the Parent Site and display in  Grid view using CAML Query + object model

    do u just want task list or items under task list for all subsites
    for items use spsitedataquery ref
    http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.spsitedataquery.aspx use recursive to get it from alll subsite under site collection
    for tasklist only u can a simply use a for loop to find in all subsite
    Manish Sati

  • Unlinking Probability % from Sales Stage

    Is there a way to unlink "Probability %" from "Sales Stage"? Our reps want to be able to enter a percentage of probablility manually, not to have it computed from the "Sales Stage" value.

    Sorry maybe I wasn’t clear you need to keep sales stage on the screen as this is required for the system. What i was referring to was creating another field for Probability that can be used. Personally I was say it makes good business sense to keep away from this as do you really need to report on Probability anything under 10 increments. Do you understand that your only defaulting a minimum Probability based on the sales stage. This means you might change the sales stage and the probability will also update but you can also change the Probability up and down without impacting the sales stage

  • HOW TO CONTROL ON CREATION OF SALES ORDER WITH REFERENCE TO EARLIER SO?

    Dear All,
    I want to contol on creation of Sales order with reference to earlier SO?  While creation of sales order our enduser are creating sales order with reference to earlier month SO which I want to restrict. Recently I made changes in sales order like payment terms is grayed, system will atomatically pick pay terms from customer master.Now I am getting correct data also but enduser is using old SO no while creating new SO and old payment data is reflecting in fbl5n.
    I want to restrict enduser while creating new SO with ref. to old SO. Only for returns they should be able to use Billing refrence. Pl. suggest how to control the with reference to ealier SO.
    Nikhil

    Nikhil Deshpande,
          If you dont want allow create a sales order in referent to other one, just delete the copy control between these sales order type, so when the user tries to create a SO in reference to other one a message is displayed that is not possible.
    Thanks,
    Mariano.

  • How to transfer music files from sonic stage to a hard drive

    Hi all
    I need your help, I am pulling my hair out here for the past 3 weeks.  I purchased a hard drive from Apple and I want to transfer all my music files from Sonic stage which in on my old Fitjitsu laptop.
    I then want to transfer the music from the hard drive to iTunes to my new mac airbook
    Any help is appreciated at this present time I am hating Apple product big time.  Maybe it will restore once I am guided at present Apple customer services who sold me the product initially couldn't help me.
    Cheers

    I am guessing this Fitjutsu laptop is running Windows which uses NTFS format drives.  If you bought a hard drive from Apple it is probably formatted for Mac use. Anyway, I don't know why you are blaming Apple. Hard drives come in one of the other format and you need one that works with both.  Sales people at many kinds of stores rarely know much about things they sell outside of immediate application.  They are trained in the things they sell but are not technically minded.  If you had bought the drive anywhere else you would be like the 2 questions I answered yesterday where people got the music onto the NTFS drive but didn't know why it wouldn't work with the Mac.
    You haven't told us much about the Fitjutsu laptop.  You may be able to use Migration Assistant to transfer the entire contents to the Mac.  This will set up a separate user account with the content.
    About Windows Migration Assistant - http://support.apple.com/kb/ht4796 - Learn about how to use Windows Migration Assistant to migrate your files from a Windows PC to a Mac.
    If you need/want to use a drive to get the music off the other computer you will need a drive with either NTFS format or FAT32 (MS-DOS) format.  With NTFS format the Mac can read but not write to the drive.  You can use it for transferring the files but it will have to be re-formatted back to Mac format for use with the Mac.  Alternatively you can reformat your Mac drive to FAT32 (MS-DOS) format using Disk Utility. Macs can both read and write to this format but is isn't really a a Mac format (Macs can't repair a FAT drive) so eventually you may wish to reformat it too back to Mac format.  Formatting a drive erases all content so once you get the content onto your Mac you will have to store it there temporarily when you format the drive back to Mac format.
    I know this is sounding complicated but Apple's answer to transferring PC content is Migration Assistant.  If you don't want to do that then yes, you are entering the realm where there is fiddly hands-on things to do.
    If this is a brand new Mac you may still be in the 90 day period where you can get free help at an Apple Store from the "Genius" bar.  I'm guessing, however, this won't extend to their formatting and reformatting a drive and transferring select content.

  • How to control po item from pr can't been changed manually?

    when i create po via pr. the item can been modified.it is not permitted. how to control the behave in system.

    hi
    while creating a PO wrt PR if the user changes the item then we will get the warning Purchase requisition &, item &, has a different material number but we will not consider it.
    if we do not want to continue
    goto SPRO - MATERIAL MANAGEMENT - PURCHASING -ENVIRONMENT DATA -DEFINE ATTRIBUTES OF SYSTEM MESSAGES -SYSTEM MESSAGES -VERSION 00 APPLICATION AREA 06 NUMBER 56 MESSAGE TEXT Purchase requisition &, item &, has a different material number , u change the categeory from warning to ERROR
    then automatically when ever ur doing po wrt pr when we change the item automatically the system issues an error message

  • How can I transmit songs from sonic stage to my iphone

    Just received my iphone 4 S and would like to know how I can transmit
    the songs from sonic stage to my iphone

    On the iPhone tap the download button next to a song to download it. Or while viewing an Album or Playlist tap "download all."

  • Can Flash publish video to FMS generated from the Stage?

    I know NetStream can publish video from a camera, but is there anyway to generate video from the stage?
    If would be nice to record what is on the stage to the FMS for playback.
    Even combining the camera with elements on the stage.
    This would be even better once Stage3D is available to generate 3D generated videos.
    Is there anyway to overload Camera to insert any display object you wanted?
    Thanks.

    Maybe something like this:
    var ns:NetStream;
    //...init...
    ns.attachStage(this);
    while (condition) {
      moveObjectsOnStage();
      ns.nextFrame();
    ns.close();

  • How to control automatic rescheduling of sales order?

    Hi all,
    Could u please help me out to configure  to control  automatic rescheduling of sales order...
    eg.  I created a order on 13th March  and the material was not available, then its was kept pending.  But when the stocks got added on 19th March,  the sales order got automatically rescheduled for 19th March.
    I wish to stop this.   Might have to do something  with setting planned indepentent requirements which seems updating  the order automatically.
    Can anyone urgently help me out to control this automatic rescheduling?
    Thanks in advance.

    Hi Ravey
    For your query , it is better not to change the Include sales requirements in OVZ9 as it will affect the entire sales order . But as per your ticket you have to customize in OVZ9 by not checking the Include sales requirements box only
    But instead of that it is advisable to run V_V2 and change the date manually
    Regards
    Srinath

  • How to trigger an Idoc from Sales order creation and change

    We are trying to trigger Idoc from sales order creation and change we have done following setting mentioned below:
    Follow the below steps:
    1. Go to NACE transaction
    2. Select V1 application and select OUTPUT TYPES
    3. Select the required output type and double click on Processing routines.
    4. Enter Medium as DISTRIBUTION ALE, Program as RSNASTED and Routine as ALE_PROCESSING.
    5. Save it.
    message type ORDERSP in the distribution model (BD64).
    Follow the below steps to configure the condition records:
    1. Go to NACE
    2. Select V1 application and select CONDITION RECORDS
    3. Select the requred output type and click on Condition records
    4. Selection screen will be displayed.
    5. Go for execution. In that screen enter the selection criteria. For eg Condition record is based on Sales document type. Then
    Sales doc type = OR
    Funt = SP
    Partner = blank. It means there is no restriction on partner numbers.
    Medium = A
    date/time = 4
    Lan = EN.
    Note: partner is left blank means, the sales order of type OR can be send to all partners.
    6. Save it.
    We also done ALE configuration.
    We are facing problem that from VA02 "No output has been selected for printing Message no. V1102"
    Kindly suggest the solution.
    Regards,
    Sharad Dixit

    Hi ,
    Please check the total error description and diagnosis as below :
    InVa02 enter SO  go to extras->output->Header->edit.You can find a table with all the triggered output types. Choose the output type BA00 with medium Distribution ALE and go for 'Processing log'. It will show you the error description.
    Please paste the diagnosis .
    Thanks and Regards,
    P.Bharadwaj

  • How to find open item from sales order

    Hi all,
      my requirement is one sales order is there partial delivery is happened for some materials,take exampla matarial X has 100 quantity in sales order pratial delivery 50 is done, iwant to know the open order qunatity for a  material X from sales order.
    regards,
    kishore.

    hi kishore,
    in the partial delivery scenario, the sales order items always be a open.
    you can see the document flow of that document by using Tcode : VA03 then click on'update document flow' icon. then system will show the status.
    i.e  sales order is 'being processed'
      outbound delivery is completed
    billing document is completed
    and accounting document in not cleared.
    if it is helpful, then give me the points.
    Regards,
    somu.

  • How to control MS excel from labiew ?

    I'm using Labview 5.1 and i would like to Know if is possible to totally control MS excel from Labview: to write into a specific file of MS excel wich contain already some information.

    Generally you use ActiveX to control Excel from LabVIEW. The best way to understand that would be to run 'Write Table to Excel" example that ships with labview. You can access that example by going to Help>>Search Example and then under "activeX".
    Also for more flexible control of excel from labview you can also use the latest "Report Genaration Toolkit" for labview that allows you to interact not only with Excel but also MS Word.
    http://digital.ni.com/worldwide/bwcontent.nsf/web/all/E899E563ABE94D1D86256A1800718B6D
    Hope this would help.
    A Rafiq
    National Instruments

  • How to control iTV GUI from server

    I wanna develop iTV like DVB-MHP Ref-Impl at devicetop.com, but I want to control the GUI from server not build the GUI at client. it's like if we build web page database. at client side will request page to server and server send the UI+database to client. but the client side is iTV from devicetop. can I realize this???
    what web server that can make it realize??

    Well, MHP doesn't explicitly support it, but if you can implement it, then it's allowed. Implementing it is the hard part :)
    The rest of this answer assumes that you're not using DVB-HTML (fairly safe, since no available platform that I know of currently supports it). If this isn';t the case, please ignore the rest of this.
    Narakrishna, why do you want to build the GUI on the server and not the client? Given the way that MHP is designed to operate (e.g. like writing any other Java code, where the client running the app handles everything), then doing this will get extremely complex. You're assuming that a return channel exists and is always on, which will not be the case for most users. Since most of the existing MHP implementations use PSTN modems for the return channel if they have one, using an application like this could get very expensive for the user. This situation isn't likely to change in the short term.
    It could also be more computationally expensive to render a GUI built on the server than to just build the GUI on the client, since the GUI would eventually have to be converted to Java objects to be displayed. It's much easier to simply build the GUI on the client from Java objects int he first place.
    One way of doing someting similar (at the expense of object carousel size and application loading time) would be to hold the descriptions of pre-built GUI components in the oject carousel. You can then update these when you need to. There's a couple of downsides to this approach though:
    1) the GUI components are the same for every user
    2) depending on what you wanted, you'd still need to do some customisation on the client.
    3) you need some way of turning the description in to a real Java GUI component. Maybe you could serialise Java objects for your GUI and do it that way, but I'm not sure.
    On the whole, I don't think that this is the best approach to building a GUI for MHP apps due to the limitations of the platform.

  • How to do partial Billing from Sales order

    Hi Sap Gurus,
    Could any one help me out how i can do partial billing from a sales order. I have 5 line items in SO and only want 3 items out of that to be billed so my sales order should be stated like partially billed.
    Please give some suggestions
    Cheers
    Edie

    Hi,
    You may create a status profile to put "Billing Block" for Sales Doc type at header level.
    T.Code: BS02/ OBIS
    This will automatically put a Billing-Block at the items levels, as soon s you will create and save Order.
    Alternatively, if you are not willing use to Status-Profile, Goutham has already explained the process* in his post
    Best Regards,
    Amit.
    *Note: Relevant Copy-control settings must be maintained in VTFA for Target Billing from Source Doc.

Maybe you are looking for