Add value to Lead Status

Hi All,
How can I add new value's to Lead Status. Status field on the Lead Screen is a read only Pick list.
Thanks

Debendra, at this time it is not possible to add or change the values in the Lead Status field.

Similar Messages

  • Add SC  Status List( Drop Down)  values in SC status screen Drop Down Box

    Hi Gurus,
    My requirement is that , In SC <b>Check Status</b> screen "<i><b>Find the SC section</b></i>" we have ("Item Description"     "Name of Shopping Cart"    " Timeframe"     "Status" )fieds are there..  I need to add one values (Deleted) in to the Status Drop Down Box.
    Then If I selected this deleted values from the status which should display only Deleted SC in the Search Result section.
    Pls Help me out from this issue.
    Regards,
    Kumar S

    Hi Sivakumar,
    I found solution for you but you have to change in the standard as there are no exits for this.
    Are you interested by changing the standard?
    regards,
    Laurent.

  • How to add value in standard table

    Hi
    i need to add one field in standard table VBAK  so i have added one field ( for eg i have added  status as field in VBAK ) in that standard table through append structure
    than i used one user exit USEREXIT_SAVE_DOCUMENT_PREPARE in program MV45AFZZ
    in this i get values in the structure XVBAK
    than i moved the 'X'  in that status field shown below
    XVBAK-STATUS = 'X' .
    after that sales order get generated
    but when i open table VBAK and enter that VBELN or sales order no. i dont find any value in that status
    so pls tell how can i find value  of that field in table VBAK .
    Thanks
    Taran

    after moving the value did u append the table.
    Check it.

  • Automating the Lead Status "Rejected" to "Archived"

    Hi all,
    My Customer, wants the Rejected leads to be archived automatically. Manually we can do it from Lead Detail page, where as daily n number leads will be rejected so manually it might be a problem. Can we "update values"(Lead Status field) by writing workflows.Can this be done.
    Regards,
    Ratan

    Hi Dipesh,
    What I understand is, u wish to change the status of preceding lead transaction when the activity status reason is changed to accepted.
    1.  This functionality can be achieved using ORDER_SAVE Badi. This Badi implementation shall check the activity reason changed to accepted, if yes, read the doc flow, get the lead transaction and change its status to close.
    2. As per my knowledge use of action profiles and conditions will not be helpful in this case.Else, create an action definition as Activity reason changed, put a condition which like Activity reason= Accepted.
    In the action definition Processing type use method call.
    Here u will have to create a new implementation of the BADI of action profile, and put the same logic as stated in point 1.
    But in think implementing point 1 should be easier.
    Wish the information is useful.
    Regards,
    Shalini Chauhan

  • Lead status flow

    Is there a way to rename/ update the lead status's - (we want to track more than just qualified and converted), but don't
    necessarily want it to become an opportunity.

    No. it's a read only picklist, in other words, a system field. you can't change the value in the picklist.
    when lead is created, it's qualifing. after that, you can only changed the status with the push bottons on the top, like convert, reject, archive and so one...

  • Is it possible to add value item and non stock item in one billing?

    Is it possible to add value item and non stock item in one billing?

    Hi,
    Yes,it is possible .Take example of service scenario,where material used in servicing and service charges(labour) can be billed in single invoice.
    Billing document type,Customer and other header data should be same.
    Reward points if useful
    Regards,
    Amrish Purohit

  • Add value field to existing/ productive operating concern

    Dear All,
    I need to create a new value field and add it to an existing operating concern, which is already in use (there is already transaction data in the live system).
    In my opinion I have to do the following steps:
    1. Create new value field (KEA6).
    2. Add value field to operating concern (KEA0).
    3. Activate operating concern (KEA0).
    4. Transport operating concern (KE3I).
    Is that strategy ok?
    Is it ok, to transport an operating concern, when the system is already "live" and there is transaction data in the system?
    Thanks for your answers,
    Regards,
    Michael

    Hi,
    first create new value field in KEA6. then take those new Value field in your operating concern Data Structure in t-code KEA0. Then generate the operating Concern.
    Regards,
    Sreekanth

  • How can I add values on a Drop Down by Index Webdynpro Element?

    Hi every body
    Can anybody help me?
    How can I add values on a Drop Down by Index Webdynpro Element?
    How can I invoque my element on the Implementation Webdynpro?

    Hi Jesus,
    You can add elements to your DDbyIndex like this:
    //Example: Popular un Dropdown by Index usando Nodos de contexto  
    // NODE[Card: 1..n, Sele:1..1]  Si es obligatorio;            ||    NODE[Card: 0..n, Sele:0..1]  Si no es obligatorio y se puede dejar en blanco
    //Assuming we created a node called "Source", with a string attribute called "Texto" binded to the dropdownbyindex
    for (int i = 1; i <= 101; i++)
         ISourceElement sourceElement = wdContext.createSourceElement();
           sourceElement.setTexto("Text number "+i);
           wdContext.nodeSource().addElement(sourceElement);
    Regards.
    Julio Herrera

  • How can I add values on a Drop Down by Index Webdynpro Element by a Model?

    How can I add values on a Drop Down by Index Webdynpro Element with a Model RFC?

    Hi Jesus,
    Please use the below code for DropDownByIndex Elements :-
    Suppose you have model node ABC and attribute xyz. Now you have created custom node CustNode and attribute CustAtt.
    ICustNodeElement  ele = null;
    if(wdContext.nodeABC().size > 0)
                  for(int i=0; i< CustNode< wdContext.nodeABC().size; i++
         ele = wdContext. createCustNode();
                          ele.setCustAtt(wdContext.nodeABC().getABCElementAt(i).getXYZ)
         wdContext.nodeCustNode.add(ele);
    Refer to http://help.sap.com/saphelp_nw70/helpdata/en/3b/f1754276e4c153e10000000a1550b0/frameset.htm
    Best Regards
    Arun Jaiswal

  • How to add value in service header

    Hi,
    Following is the portion of service header which I am sending to my Trading Partner-
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE ServiceHeader SYSTEM "ServiceHeaderPartMessageGuideline.dtd">
    <ServiceHeader>
    <ProcessControl>
    <ProcessIdentity>
    <GlobalProcessCode></GlobalProcessCode>
    <GlobalProcessIndicatorCode>3A4</GlobalProcessIndicatorCode>
    <initiatingPartner>
    I want to add value "Request Purchase Order" in tag "GlobalProcessCode". So this portion of service header should be like this-
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE ServiceHeader SYSTEM "ServiceHeaderPartMessageGuideline.dtd">
    <ServiceHeader>
    <ProcessControl>
    <ProcessIdentity>
    <GlobalProcessCode>Request Purchase Order</GlobalProcessCode>
    <GlobalProcessIndicatorCode>3A4</GlobalProcessIndicatorCode>
    <initiatingPartner>
    Can anyone tell that where exactly I should add "Request Purchase Order" value in my B2B configuration so that I get the required service header value?
    Thanks & Regards,
    Anuj Dwivedi

    Hi Anuj,
    Guess you are using RNIF 1.1.
    Please ensure to provide the collaboration code while creating collaboration.
    Regards,
    Dheeraj

  • How to  add a new System status?

    Hi,
    I am working on the Bid invitation process. When we process the Bid submitted, we have 'approve' , 'reject' buttons which when clicked wil set the system status to 'I1014' & I1013' respectively.these r maintained in TJ02.
      I have added one more button called 'Interim approval' for the bid. I want to set a system status whn this button is clicked.
    My question is how to add a new system status to the  existing list?
    Plz help me in solving this...
    Thanks,
    Sivagami.R

    Hi Sivagami,
    Why you want to add a new system status,what is the business need.
    I will ask you to look a sdn thread on this issue
    Selection of approvers for Bid
    and standard workflow behavior on this process.
    http://help.sap.com/saphelp_srm30/helpdata/en/33/16533d6dd60610e10000000a114084/content.htm
    regards,nishant
    Please reward points if this helps.

  • Add values to userfields problem

    Hello all,
    I use SBO 2004 and a try add values to fields in user table. I have a few questions:
    - when I create table and fields I use UserTableMD and UserFieldMD. I create numeric fields with editable = 10. When I see on this table and this field in Enterprise Manager this field is int type. I don't know what's up.
    oUserFieldsMD.TableName = "@wbank"
    oUserFieldsMD.Name = "saldo"
    oUserFieldsMD.Description = "Saldo konta"
    oUserFieldsMD.Type = SAPbobsCOM.BoFieldTypes.db_Numeric
    oUserFieldsMD.EditSize = 10
    lRetCode = oUserFieldsMD.Add
            If lRetCode <> 0 Then
                oCompany.GetLastError(lErrCode, sErrMsg)
                MsgBox(sErrMsg)
            Else
                MsgBox("Field: '" & oUserFieldsMD.Name & "' was added successfuly to " & oUserFieldsMD.TableName & " Table")
            End If
    - next when I try add value to field appear error:
    Inwrite KontoStr is OK, but if I will inwrite saldo_poczatkowe appear error:      "The entered value does not match the specified field type."
    saldo_poczatkowe is double type. On start I read editbox value, change "." to "," and cast it to double and inwrite in saldo_poczatkowe.
    SaldoStr = SaldoKonta.Value
    SaldoStr = CleanOutput(SaldoStr)
    saldo_poczatkowe = Val(SaldoStr)
    Try inwrite:
    oUserTable.Code = 1
    oUserTable.Name = "wyciag"
    oUserTable.UserFields.Fields.Item("U_konto").Value = KontoStr
    oUserTable.UserFields.Fields.Item("U_saldo").Value = saldo_poczatkowe I try inwrite values in all fields )            
    oUserTable.UserFields.Fields.Item
                '// add the data to the Data base
                oUserTable.Add()
                '// Check for errors
                oCompany.GetLastError(lErrCode, sErrMsg)
                If lErrCode <> 0 Then
                    MsgBox(sErrMsg)
                Else
                    MsgBox("Record saved in DB successfuly")
                End If
                oUserTable = Nothing
                System.GC.Collect()
    Mayby I do error in code? Thanks for help
    Krzysztof Sala

    Hi Krzysztof,
    I mean when you add the field the to database
    oUserFieldsMD.subType = SAPbobsCOM.BoFieldSubTypes....
    BoFldSubTypes EnumerationDescription
    Indicate special field types supported by the SAP Business One application. Use this enumeration when working with User Defined Fields.
    Members
    Member Description
    st_None  No special sub-type.  0 
    st_Address  Address format.  63 
    st_Phone  Phone format.  35 
    st_Time  Time format.  84 
    st_Rate  Double format with the system's rate accuracy.  82 
    st_Sum  Double format with the system's summery accuracy.  83 
    st_Price  Double format with the system's price accuracy.  80 
    st_Quantity  Double format with the system's quantity accuracy.  81 
    st_Percentage  Double format with the system's percentage accuracy.  37 
    st_Measurement  Double format with the system's measurement accuracy.  77 
    st_Link  Link format (mostly used for a web site links).  66 
    st_Image  Image format.  73 
    regards
    Ad

  • Add values in Dropdown list

    Hi,
    My reqiurement is to add values in Dropdown list which is standard one. Already threre some values are there, like
    hourly,daily,wekly.
    Now I need to add montly value to the above dropdown list.How this can be done.
    Suggest me.
    Thanks,
    Brahmaji

    Hi,
    Expand the Attribute Period_type and double click on its GET_V method.
    You will find following code line :
    lr_ddlb->set_selection_table( me->job_wizard ).
    Double click on the Set_selection_table method to open the method code.
    You will find a LOOP.. ENDLOOP there. Here,to remove the values, comment out this LOOP- ENDLOOP.
    and  add following lines
             ls_ddlb-key   = 'Y'.
            ls_ddlb-value = 'Yearly'.
            APPEND ls_ddlb TO me->ddlb.
    Thats All .
    Hope it Helps.
    Regards,
    Suchita

  • Changing Lead Status

    Hi All,
    I am trying to change lead status when saving. I have configured action profile as follows:
    Created new action in action profile
    Processing type: Method Call
    Method Used: Complete_document ( Am I using right Method?)
    Processing Parameters: PROCESS_TYPE = LEAD (LEAD is my TX type)...Here I have dout ...which parameter I have to pass here.
    Created new condition
    Defined start condition as follows:
    &CRM Lead.System Status& = I0802 ( I0802 = Complete).
    Gun....Thanks for your inputs to my previous question...I have given max points..
    Please help in this issue.
    Thanks,
    Ajay

    Hi again Ajay,
    Using method COMPLETE_DOCUMENT, you don't need to set any parameter.
    I still don't get you for start condition :
    &CRM Lead.System Status& = I0802 ( I0802 = Complete).
    Because using COMPLETE_DOCUMENT, once you run it, it will set the document
    system status to I1005 - COMPLETED.
    Is &CRM Lead.System Status& = I0802 your last system status you want to
    change to I1005 ?
    Hope this could help.
    Gun.

  • External XML data files to add values to drop down lists

    I would like to have external XML data files to add values to drop down lists in my form.. But when i create a data connection it is working properly only in the Preview in Livecycle Designer.. but not in the PDF form(Adobe Reader). Moreover im not sure whether it will work in the form manager..!plzz help me!
    Raghava Kumar V.S.S.

    Hi,
    For the case of raghavakumar, Is it really that I need to have LiveCycle Reader Extensions? Is there any other way that could do the same?
    Thank you

Maybe you are looking for