Add/ remove field on "Convert Lead"

Hi All,
Is it possible to edit/ remove field present on "Convert Lead" page.
When we try to convert a lead to opportunity on the "Convert Lead" page we can view below fields under "Opportunity" section
Do Not Convert to Opportunity // Auto-Create New Opportunity //Opportunity Name //Revenue //Close Date//Next Step //Description.
Is it posible to add or remove any fields.
thanks

Not in the current release this will be available on version R17 which will begin roll-out in March for the first PODS.
In R17 you will be able to customise this alot more.

Similar Messages

  • Need some help getting add/remove field buttons working

    Someone here on the forums had previously assisted me with getting a button set up on a form that would add an additional text field to a form.  I now need a separate button created that will delete a text field in case too many were added.  I am hoping that someone can assist me with this since my XML knowledge is pretty much nil.  It doesn't look like I can upload files to the forum here, so I am going to attempt to paste my code.  I just need to get the "-" button to subtract a row.  Thanks in advance for the assistance.
    -Chris
    <?xml version="1.0" encoding="UTF-8"?>
    <?xfa generator="AdobeLiveCycleDesignerES_V8.2.1.4029.1.523496" APIVersion="2.8.9029.0"?>
    <xdp:xdp xmlns:xdp="http://ns.adobe.com/xdp/" timeStamp="2010-06-28T16:04:04Z" uuid="081329f3-4914-4dde-87ae-75a83da8434e">
    <template xmlns="http://www.xfa.org/schema/xfa-template/2.6/">
       <?formServer defaultPDFRenderFormat acrobat8.1static?>
       <subform name="form1" layout="tb" locale="en_US">
          <pageSet>
             <pageArea name="Page1" id="Page1">
                <contentArea x="19.05mm" y="12.7mm" w="190.5mm" h="266.7mm"/>
                <medium stock="default" short="612pt" long="792pt"/>
                <?templateDesigner expand 1?></pageArea>
             <?templateDesigner expand 1?></pageSet>
          <subform w="7.5in" h="10.5in" name="Page1">
             <subform w="174.625mm" y="79.377mm" name="Current_Objectives" layout="tb">
                <subform w="174.625mm" h="9.522mm" name="Objective">
                   <field name="txt_currobj" minH="8.263mm" w="174.625mm">
                      <ui>
                         <textEdit multiLine="1">
                            <border>
                               <?templateDesigner StyleID aped3?>
                               <edge stroke="lowered"/>
                            </border>
                            <margin/>
                         </textEdit>
                      </ui>
                      <font size="11pt" typeface="Verdana"/>
                      <margin topInset="1mm" bottomInset="1mm" leftInset="1mm" rightInset="1mm"/>
                      <para vAlign="middle"/>
                      <caption reserve="7.76mm">
                         <para vAlign="middle"/>
                         <value>
                            <text>1.</text>
                         </value>
                         <font size="11pt" typeface="Verdana"/>
                      </caption>
                      <event activity="initialize" name="event__initialize">
                         <script contentType="application/x-javascript">this.caption.value.text.value = (this.parent.index + 1) + "."
    </script>
                      </event>
                   </field>
                   <occur max="-1"/>
                   <?templateDesigner expand 1?></subform>
                <field h="5.08mm" name="curr_obj_add_line" w="5.08mm">
                   <ui>
                      <button highlight="push"/>
                   </ui>
                   <font typeface="Arial"/>
                   <caption>
                      <value>
                         <text>+</text>
                      </value>
                      <para hAlign="center" vAlign="middle"/>
                      <font typeface="Arial"/>
                   </caption>
                   <border hand="right">
                      <edge stroke="raised"/>
                      <fill>
                         <color value="212, 208, 200"/>
                      </fill>
                      <?templateDesigner StyleID apbx2?></border>
                   <bind match="none"/>
                   <assist>
                      <toolTip>Add an item</toolTip>
                   </assist>
                   <event activity="click" name="event__click">
                      <script contentType="application/x-javascript">
    _Objective.addInstance(1)
    </script>
                   </event>
                </field>
                <field h="5.08mm" name="curr_obj_del_line" w="5.08mm">
                   <ui>
                      <button highlight="push"/>
                   </ui>
                   <font typeface="Arial"/>
                   <caption>
                      <value>
                         <text>-</text>
                      </value>
                      <para hAlign="center" vAlign="middle"/>
                      <font typeface="Arial"/>
                   </caption>
                   <border hand="right">
                      <edge stroke="raised"/>
                      <fill>
                         <color value="212,208,200"/>
                      </fill>
                      <?templateDesigner StyleID apbx2?></border>
                   <bind match="none"/>
                   <assist>
                      <toolTip>Delete an item</toolTip>
                   </assist>
                   <event activity="click" name="event__click">
                      <script contentType="application/x-javascript">
    _Objective.deleteInstance(1)
    </script>
                   </event>
                </field>
                <?templateDesigner expand 0?></subform>
             <?templateDesigner expand 1?></subform>
          <desc>
             <text name="version">8.2.1.4029.1.523496.503679</text>
          </desc>
          <?templateDesigner expand 1?></subform>
       <?templateDesigner DefaultLanguage FormCalc?>
       <?templateDesigner DefaultRunAt client?>
       <?acrobat JavaScript strictScoping?>
       <?templateDesigner Zoom 100?>
       <?templateDesigner Grid show:1, snap:1, units:0, color:ff8080, origin:(0,0), interval:(125000,125000)?>
       <?templateDesigner FormTargetVersion 26?>
       <?templateDesigner SaveTaggedPDF 1?>
       <?templateDesigner SavePDFWithEmbeddedFonts 1?>
       <?templateDesigner Rulers horizontal:1, vertical:1, guidelines:1, crosshairs:0?></template>
    <config xmlns="http://www.xfa.org/schema/xci/2.6/">
       <agent name="designer">
          <destination>pdf</destination>
          <pdf>
             <!--  [0..n]  -->
             <fontInfo/>
          </pdf>
       </agent>
       <present>
          <!--  [0..n]  -->
          <pdf>
             <!--  [0..n]  -->
             <version>1.7</version>
             <adobeExtensionLevel>1</adobeExtensionLevel>
          </pdf>
          <common/>
          <script>
             <runScripts>server</runScripts>
          </script>
          <xdp>
             <packets>*</packets>
          </xdp>
       </present>
       <?originalXFAVersion http://www.xfa.org/schema/xci/2.8/?></config>
    <localeSet xmlns="http://www.xfa.org/schema/xfa-locale-set/2.6/">
       <?originalXFAVersion http://www.xfa.org/schema/xfa-locale-set/2.6/?>
       <locale name="en_US" desc="English (United States)">
          <calendarSymbols name="gregorian">
             <monthNames>
                <month>January</month>
                <month>February</month>
                <month>March</month>
                <month>April</month>
                <month>May</month>
                <month>June</month>
                <month>July</month>
                <month>August</month>
                <month>September</month>
                <month>October</month>
                <month>November</month>
                <month>December</month>
             </monthNames>
             <monthNames abbr="1">
                <month>Jan</month>
                <month>Feb</month>
                <month>Mar</month>
                <month>Apr</month>
                <month>May</month>
                <month>Jun</month>
                <month>Jul</month>
                <month>Aug</month>
                <month>Sep</month>
                <month>Oct</month>
                <month>Nov</month>
                <month>Dec</month>
             </monthNames>
             <dayNames>
                <day>Sunday</day>
                <day>Monday</day>
                <day>Tuesday</day>
                <day>Wednesday</day>
                <day>Thursday</day>
                <day>Friday</day>
                <day>Saturday</day>
             </dayNames>
             <dayNames abbr="1">
                <day>Sun</day>
                <day>Mon</day>
                <day>Tue</day>
                <day>Wed</day>
                <day>Thu</day>
                <day>Fri</day>
                <day>Sat</day>
             </dayNames>
             <meridiemNames>
                <meridiem>AM</meridiem>
                <meridiem>PM</meridiem>
             </meridiemNames>
             <eraNames>
                <era>BC</era>
                <era>AD</era>
             </eraNames>
          </calendarSymbols>
          <datePatterns>
             <datePattern name="full">EEEE, MMMM D, YYYY</datePattern>
             <datePattern name="long">MMMM D, YYYY</datePattern>
             <datePattern name="med">MMM D, YYYY</datePattern>
             <datePattern name="short">M/D/YY</datePattern>
          </datePatterns>
          <timePatterns>
             <timePattern name="full">h:MM:SS A Z</timePattern>
             <timePattern name="long">h:MM:SS A Z</timePattern>
             <timePattern name="med">h:MM:SS A</timePattern>
             <timePattern name="short">h:MM A</timePattern>
          </timePatterns>
          <dateTimeSymbols>GyMdkHmsSEDFwWahKzZ</dateTimeSymbols>
          <numberPatterns>
             <numberPattern name="numeric">z,zz9.zzz</numberPattern>
             <numberPattern name="currency">$z,zz9.99|($z,zz9.99)</numberPattern>
             <numberPattern name="percent">z,zz9%</numberPattern>
          </numberPatterns>
          <numberSymbols>
             <numberSymbol name="decimal">.</numberSymbol>
             <numberSymbol name="grouping">,</numberSymbol>
             <numberSymbol name="percent">%</numberSymbol>
             <numberSymbol name="minus">-</numberSymbol>
             <numberSymbol name="zero">0</numberSymbol>
          </numberSymbols>
          <currencySymbols>
             <currencySymbol name="symbol">$</currencySymbol>
             <currencySymbol name="isoname">USD</currencySymbol>
             <currencySymbol name="decimal">.</currencySymbol>
          </currencySymbols>
          <typefaces>
             <typeface name="Myriad Pro"/>
             <typeface name="Minion Pro"/>
             <typeface name="Courier Std"/>
             <typeface name="Adobe Pi Std"/>
             <typeface name="Adobe Hebrew"/>
             <typeface name="Adobe Arabic"/>
             <typeface name="Adobe Thai"/>
             <typeface name="Kozuka Gothic Pro-VI M"/>
             <typeface name="Kozuka Mincho Pro-VI R"/>
             <typeface name="Adobe Ming Std L"/>
             <typeface name="Adobe Song Std L"/>
             <typeface name="Adobe Myungjo Std M"/>
          </typefaces>
       </locale>
    </localeSet>
    <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 4.2.1-c041 52.337767, 2008/04/13-15:41:00        ">
       <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
          <rdf:Description xmlns:xmp="http://ns.adobe.com/xap/1.0/" rdf:about="">
             <xmp:MetadataDate>2010-06-28T16:04:04Z</xmp:MetadataDate>
             <xmp:CreatorTool>Adobe LiveCycle Designer ES 8.2</xmp:CreatorTool>
             <xmp:ModifyDate>2010-06-28T11:28:54-04:00</xmp:ModifyDate>
             <xmp:CreateDate>2010-06-18T11:45:23-04:00</xmp:CreateDate>
          </rdf:Description>
          <rdf:Description xmlns:pdf="http://ns.adobe.com/pdf/1.3/" rdf:about="">
             <pdf:Producer>Adobe LiveCycle Designer ES 8.2</pdf:Producer>
          </rdf:Description>
          <rdf:Description xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" rdf:about="">
             <xmpMM:DocumentID>uuid:081329f3-4914-4dde-87ae-75a83da8434e</xmpMM:DocumentID>
             <xmpMM:InstanceID>uuid:4d9ea5d0-fbf1-4be5-8aa5-b9c828a765e9</xmpMM:InstanceID>
          </rdf:Description>
          <rdf:Description xmlns:dc="http://purl.org/dc/elements/1.1/" rdf:about="">
             <dc:format>application/pdf</dc:format>
          </rdf:Description>
          <rdf:Description xmlns:desc="http://ns.adobe.com/xfa/promoted-desc/" rdf:about="">
             <desc:version rdf:parseType="Resource">
                <rdf:value>8.2.1.4029.1.523496.503679</rdf:value>
                <desc:ref>/template/subform[1]</desc:ref>
             </desc:version>
          </rdf:Description>
       </rdf:RDF>
    </x:xmpmeta>
    <xfdf xmlns="http://ns.adobe.com/xfdf/" xml:space="preserve">
       <annots/>
    </xfdf></xdp:xdp>

    Hi,
    The (1) is incorrect for the removeInstance.
    In the addInstance script the (1) is for "true" - merge the new instance with the data model.
    In the removeInstance you need to specify which instance you want to remove.
    So in your button the script would look think this:
    var vCount = _Objective.count - 1;
    _Objective.removeInstance(vCount);
    This counts the number of instances and then subtracts 1, because the instances are zero based.
    I have also added a button within the repeating instance, which allows the user to select the instance they want to remove.
    _Objective.removeInstance(this.parent.index);
    The this.parent.index is telling Acrobat that the instance to delete is the one that the button is in.
    Form is here: https://acrobat.com/#d=nn2Ubo6tq5TDEcrtnz-SCg
    Good luck,
    Niall

  • Add Customer Field in search Leads

    Hello,
    I need add a standard field in view BT108S_LEA/Search
    the field is PRODUCT(product description). is the same field of view BT111S_OPPT/Search
    how I can I do this

    I hope you are referring to the Standard Configurations. I just checked both of views mentioned. In the view BT111S_OPPT( Click on show technical details) , the Label Product has Technical Name PRODUCT_NAME.
    In the view BT111S_LEA, there is a field available with the same technical Name PRODUCT_NAME but the label is Product Name. Therefore the field is already available and the different name that you have on both the configurations confused you. You can just push the same field in your configuration for BT111S_LEA.
    Regards
    Kavindra

  • Facing problem with the code for sending an .xls attachment via email, a field value contains leading zeros but excel automatically removes these from display i.e. (00444 with be displayed as 444).kindly guide .

    Facing problem with the code for sending an .xls attachment via email, a field value contains leading zeros but excel automatically removes these from display i.e. (00444 with be displayed as 444).kindly guide .

    Hi Chhayank,
    the problem is not the exported xls. If you have a look inside with Notepad or something like that, you will see that your leading zeros are exported correct.Excel-settings occurs this problem, it is all about how to open the document. If you use the import-assistant you will have no problems because there are options available how to handle the different columns.
    Another solution might be to get familiar with ABAP2XLS-Project. I got in my mind, that there is a method implemented, that will help you solving this problem. But that is not a five minute job
    ~Florian

  • Converting leads to opportunities - Value field

    Hi,
    I run monthly KPI's and one of them is the value of converted leads per month. The value that I am getting keeps changing from month to month & I am wondering where it is pulling the data from. Is it:
    Value when converted
    or
    Value of resulting opportunity at the time I run the report
    Any help would be appreciated.
    Thanks,
    Darren
    Hi,
    I'll try & explain this a bit better.
    When I ran a 2 reports.
    1.number of leads converted for the last few months
    1.value of leads converted for the last few months
    I ran the report 1 month ago and got the number 10 for August
    I ran the report today & got number 2 for August.
    Does anyone know why this number would change? I thought it would be from the date it was actually converted.
    It does the same for values
    Anyone know why this is??
    Thanks
    Edited by: Darren, on Nov 4, 2008 8:26 AM

    Hi,
    I'll try & explain this a bit better.
    When I ran a 2 reports.
    1.number of leads converted for the last few months
    1.value of leads converted for the last few months
    I ran the report 1 month ago and got the number 10 for August
    I ran the report today & got number 2 for August.
    Does anyone know why this number would change? I thought it would be from the date it was actually converted.
    It does the same for values
    Anyone know why this is??
    Thanks

  • How do I add a field to my Online Store Checkout Form

    None of the webforms for my site, to include one named Online Shop Purchase Form, actually match my currently live store checkout form. I've found the live content under:
    Site Manager->Module Templates->Online Shop Layouts->Registration - Buy
    I want to begin capturing additional data about my customers by adding a new dropdown field that asks some basic questions. Can I simply add these fields directly into the HTML? Do I just make up my own "input name" and "id" for these fields? Do I have to change something else so I can see this data in my reporting?

    Keith,
    You need to add the custom field within the form details via site manager -> web form.  From here add the additional fields as required. 
    Then go into your registration - buy layout and remove the current form.  Re-insert a fresh copy into the layout to view your latest changes of the form. 
    Kind regards,
    -Sidney

  • Problem in Add/Delete fields in Extract Structure.

    Hi All,
    When I want to delete some fields from the extract structure it gives me " " error.
    Steps:
    1. In R/3, T-Code LBWE -> Browse till DS ( ex: 2LIS_02_ITM)
    2. Inactive the DS by clicking on 'Active' under Update column
    3. Click on 'Maintenance' link under Structure column.
    4. Remove a field MCEKKO-KUNNR from left side to right side of the window.
    5. Click on continue button.
    It gives the below error while generating the extract structure.
    "MC03BF0" must be a flat structure. You can not use internal tables, strings,references, or structures as components.-
    Plz help how to handle this error ? The same error msg is displayed if I want to add few fields to the structure.
    Thanks in Adv

    refer steps here:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b0af763b-066e-2910-a784-dc6731660f46

  • How to add new fields to CRM 2007 Web UI

    Hi,
    I am new to SAP CRM 2007 and I am interested in how to extend the Web UI, for example adding new fields, to meet the customer requirements. Should I use the EEW or is there another "new and easier" way?
    Thanx & best regards,
    Oliver
    Edited by: Oliver Pregler on Jan 30, 2008 5:50 PM

    Actually for the new IC webclient UI you have need to take a look at your options:
    1.  New Installation:
    Use the EEWB and add the fields.  As part of the EEWB work, you will have a couple of post-processing steps where you will add your generated fields to the new screens.  However this doesn't require any programming.
    2.  Upgrade from CRM 4.0/50
    - New fields to add as part of upgrade
    See the directions for new installation
    - Existing fields to add as part of upgrade
    --See the blog on the 40/52 CUSTOMER_H migration for transaction fields
    --Business Partner fields part of BUT000 available via UI configuration tool, no extra work needed
    --Business Partner fields part of tabular extension, manual work required, I am still "perfecting" this method and plan on writing a blog once I have the technique finished.
    --Product Attributes - use the transaction CRMM_UI_PROD_GEN and CRMM_UIU_PROD_CONFIG
    I know CRM 2007 is based on the same tech foundation as 2006s, with some differences in how the UI tool works and the fact there are some screen layout changes(editable overviews).  The extension procedures are generally the same.  I can answer some of you extension questions based on my work with CRM 52 so far.  It will generally apply to your situation.
    BTW:  The PCUI is no longer supported in CRM 2006s and above.  Even the old SAP GUI transactions such as BP, COMM_PRODUCT are removed from the standard CRM menu.   The SAP CRM web client should be used instead now.
    Take care,
    Stephen

  • How to add new fields to CRM contract Product List tab?

    Hi all!
    I would like to add a new custom field for CRM contract (CRMD_BUS2000121) item level, on the Product List tab.
    Here I found CRMT_0100A_ORDPRP_I_EXT_UI structure, therefore I enhanced this with new append structure and new fields.
    I also added the new fields to ORDPRP_I append structure and mapped the new fields in CRMC_MAP.
    For some reason the new fields are on the screen but they are grey, not changeable. What did I do wrong?
    Thanks,
    Tamas Pentek

    Actually for the new IC webclient UI you have need to take a look at your options:
    1.  New Installation:
    Use the EEWB and add the fields.  As part of the EEWB work, you will have a couple of post-processing steps where you will add your generated fields to the new screens.  However this doesn't require any programming.
    2.  Upgrade from CRM 4.0/50
    - New fields to add as part of upgrade
    See the directions for new installation
    - Existing fields to add as part of upgrade
    --See the blog on the 40/52 CUSTOMER_H migration for transaction fields
    --Business Partner fields part of BUT000 available via UI configuration tool, no extra work needed
    --Business Partner fields part of tabular extension, manual work required, I am still "perfecting" this method and plan on writing a blog once I have the technique finished.
    --Product Attributes - use the transaction CRMM_UI_PROD_GEN and CRMM_UIU_PROD_CONFIG
    I know CRM 2007 is based on the same tech foundation as 2006s, with some differences in how the UI tool works and the fact there are some screen layout changes(editable overviews).  The extension procedures are generally the same.  I can answer some of you extension questions based on my work with CRM 52 so far.  It will generally apply to your situation.
    BTW:  The PCUI is no longer supported in CRM 2006s and above.  Even the old SAP GUI transactions such as BP, COMM_PRODUCT are removed from the standard CRM menu.   The SAP CRM web client should be used instead now.
    Take care,
    Stephen

  • Add/Remove a password to an individual PDF without navigating entire security process?

    Is there a procedure/plug-in/script/utility that will allow me to add/remove a password to a single PDF without creating a batch script?
    I create many (dozens) PDF's throughout the course of a a day, either as an export from InDeisgn CS5.5 or via printing to the Adobe Acrobat Converter. I would simply create  watched folders on my desktop to add or remove a password but I haven't found a way to identify security-enabled PDF files without having to open the file.
    I have only two scenarios for creating PDF files as it relates to security. The first includes Printing: HIGH RESOLUTION and Changes Allowed: NONE. The second includes Printing: LO-RESOLUTION and Changes Allowed: COMMENTING, ETC.
    What would really be great is if there was a script that I could access as a Windows Explorer extension that would allow me to add/remove passwors to one or more selected files. It would even be better if, after enabling password security, I could some identify the security status of a file by it's icon or some other visual manner that didn't effect the name of the file.
    I hope I have narrated my situation clearly enough. I look forward to comments or suggestions.

    Not possible with Adobe software - Acrobat's context menu in Windows Explorer is not something you can customize or extend, nor can Acrobat or Adobe Reader change the system icon for a file based on the internal structure of the document.

  • I have a fillable form that's already been made. I need to edit fields by moving them and I need to add new fields. How do I do that?

    I have a form that was made by someone else. I need to move fields and add new fields in the same box. How do I do that?

    If the form was created in Acrobat and you have Acrobat, you should be able to edit the fields by selecting: Tools > Forms > Edit
    This is for Acrobat 11. If the PDF has security restrictions that prevent editing or was created with LiveCycle Designer, you won't be able to edit it in Acrobat. If security was applied, you'll need to know the password in order to remove it to allow editing.

  • Error during transport-Structure change at field level (convert table /BIC)

    Hi,
    I am trying to transport from DEV to Test when I encountered this error.
    The tables are both consistent when I checked with SE14.
    Start of the after-import method RS_CUBE_AFTER_IMPORT for object type(s) CUBE (Activation Mode)
    Error/warning in dict. activator, detailed log    > Detail
    Structure change at field level (convert table /BIC/DZCRUSDI026)
    Table /BIC/DZCRUSDI026 could not be activated
    Return code..............: 8
    Following tables must be converted
    DDIC Object TABL /BIC/DZCRUSDI026 has not been activated
    Error when activating InfoCube ZCRUSDI02
    Error/warning in dict. activator, detailed log    > Detail
    Structure change at field level (convert table /BIC/DZCRUSDI023)
    Structure change at field level (convert table /BIC/FZCRUSDI02)
    Table /BIC/DZCRUSDI023 could not be activated
    Table /BIC/FZCRUSDI02 could not be activated
    Return code..............: 8
    Following tables must be converted
    DDIC Object TABL /BIC/DZCRUSDI023 has not been activated
    Error when resetting InfoCube ZCRUSDI02 to the active version
    How do I resolve this
    thanks

    Hi,
    There are no Inactive objects in the cube in DEV system. Also must of the changes I made in Test are already in the cube in TEST But the cube is not active.
    SAP proposed that the cube be activated manually but is not a good procedure to activate in TEST system.
    Error when resetting InfoCube ZCRUSDI02 to the active version
    Message no. RSO410
    Diagnosis
    Errors arose when activating InfoCube ZCRUSDI02. An active version already existed before the activation.
    System Response
    InfoCube ZCRUSDI02 could not be reset to the old active version. Since the generated objects no longer correspond to the old active version, they were reset to inactive.
    Procedure
    The old active version of InfoCube ZCRUSDI02 can no longer be used. Remove the cause of the activation error and activate InfoCube ZCRUSDI02 anew.
    thanks

  • Error converting leads; SBL-DAT-00553

    In addtion to the SBL error code, the error also reads: Operation failed: Read Record type partner; Access Level No access
    Is there some correlation between Leads and Partners that occurred in R20?
    Addtional information
    Recently there are some users that are unable to convert leads. It seems there are some users with the same role can convert leads while others cannont
    The user is the owner of the lead, contact, opportunity and account.
    Owner access profile --accounts and opportunities have a realted information section for Distributors.  the access on the objects are read/edit/delete and the RI section for partners has been changed to Full
    Could not find assocaiton between Lead and Contact to Partners
    In the SR -- it was suggested that the required fields on the opportunity must be populated...however this is not the case. There are fields that are not present on the lead that are required fields for the opportunity and users can convert leads without these fields. As noted above checked the owner profile access. the role 'has access' to all the record types and 'can create' privleges

    Folks,
    We have encountered this issue as well and have worked through the recommended corrective steps above (excluding reimporting which is not a viable option with the number of users and contact records we have).
    We have also confirmed that any relative related information fields are not read-only on our page layouts; however, we have obtained no resolution. We will open a SR with customer care; however we are wondering if anyone on the forums here has a definitive corrective resolution for this specific access denied error.
    From the contact record level, the only way we are able to associate an account is to be the logged user whom also owns the contact record.
    We are able to associate the contact if we are under the account, even if we do not own the contact record. So, the reverse holds true as to associating a contact from the account while the user is NOT the record owner.
    Any additional insight would be appreciated.
    ~Jennifer~

  • How  do I unstall elements 6 in XP it's not in Add/Remove Programs

    I had elents 6 and when I installed 7 it said I didn't have to remove 6, so I didn't, just in case I didn't like 7 or needed 6.  Then I forgot about 6 being there and when I installed 8 it said I didn't have to uninstall 7, so I didn't uninstall it either.  Now I found 6 and want to uninstall it but it is not in Add/Remove Programs,  I searched the KB and it said when it couldn't be uninstalled with Add/remove you could do it manually.  then the directions for manual uninstall says Open Control Panel, go to Add/Remove programs, and uninstall Elements 6.  So it says essentially "if you can't do "This", then "Do This".
    After listening to music for about 40 minutes on the telephone, the Tech Support guy said I would have to pay him $40, or go to the KB .  I told him that the information in the KB was wrong when you searched "Uninstall Elements 6" and he said the only thing I could do was pay him $40, non refundable, and that if something went wrong with one of the other Adobe programs I would have to pay them to fix that!
    ANY SUGGESTIONS. . . PLEASE, otherwise I'll just leave 2,000+ files that take up half a gig, and hope it doesn't give me other problems in the future.  I was considering just deleting the Elements 6 folder and then use system mechanic to fix the registry.  or IF I can find the original CD, can I use it to uninstall it, or could I reinstall it, without it screwing up my 7 and 8, and see if it shows up in "Add/Remove Programs"?

    Find the original CD and launch the Setup.  If it doesn't give you the option of removing the current installation, install PSE 6 again and then uninstall it from the Control Panel.
    If that doesn't work, then you can follow the instructions in the tech note that you were reading:
    http://kb2.adobe.com/cps/408/kb408483.html
    Just skip the first section, "Run the Photoshop Elements 6 Uninstaller".  The remaining sections will lead you through a manual removal.  (I agree that the instructions are confusing.)
    But it's better to do reinstall and then uninstall if you can.

  • ALV , How to add a Field after it has been deleted

    Hi,
    I am formating a ABAP Webdynpro ALV: I remove a field by using :
        l_value->if_salv_wd_column_settings~delete_column( lv_field_name).
    How will I be able to add the field again ?
    I tried the following :
        l_value->if_salv_wd_column_settings~CREATE_COLUMN( lv_field_name).
    but getting a 'null' object reference in the following standard code :
    if ls_column-r_column->r_cell_editor->visible_fieldname is initial.
    Regards

    Hi.
    After create_column method you have to create cl_salv_wd_uie_text_view object:
      data:
        " Variables para configurar los ALVs.
        lr_alv_config_table  type ref to cl_salv_wd_config_table,
        lr_lr_wd_table_usage TYPE REF TO if_wd_component_usage,
        lr_wd_table          TYPE REF TO iwci_salv_wd_table,
        lr_table_settings    TYPE REF TO if_salv_wd_table_settings,
        lr_column_settings   TYPE REF TO if_salv_wd_column_settings,
        lr_column            TYPE REF TO cl_salv_wd_column,
        lr_text              type ref to cl_salv_wd_uie_text_view,
        lr_header type ref to cl_salv_wd_column_header.
      " Initialize variables
      lr_lr_wd_table_usage = wd_this->wd_cpuse_alv_1001( ).
      if lr_lr_wd_table_usage->has_active_component( ) is initial.
        lr_lr_wd_table_usage->create_component( ).
      endif.
      lr_wd_table = wd_this->wd_cpifc_alv_1001( ).
      lr_alv_config_table = lr_wd_table->get_model( ).
      lr_column_settings ?= lr_alv_config_table.
      lr_table_settings ?= lr_alv_config_table.
      " Delete Column.
      lr_column_settings->delete_column( 'OBJID' ).
      " Create column.
      lr_column = lr_column_settings->create_column( 'OBJID' ).
      create object lr_text.
      lr_text->set_text_fieldname( 'OBJID' ).
      lr_column->set_cell_editor( lr_text ).
      " Change the header of the column.
      lr_column->GET_HEADER( receiving value = lr_header ).
      if lr_header is bound.
        lr_column->delete_HEADER( receiving value = lr_header ).
      endif.
      lr_column->create_HEADER( receiving value = lr_header ).
      lr_header->SET_TEXT( exporting value = 'Objid Field' ).

Maybe you are looking for

  • Adobe Muse slideshow widget not working on Ipad

    The Muse slideshow widget i'm using is working fine in desktop version (on my Imac and Macbook Pro Retina), but the targets (buttons) are not working when i open the website in my Safari Ipad. When i open in Ipad Chrome, it's working fine. The addres

  • Brush/pencil not working in Photoshop

    My brush/pencil tool isn't working in Photoshop CS5...when I try and use it it just makes a dot and doesn't allow me to draw a continuous line...

  • SAPOSS  Test connection

    Dear All, in SM59 : RFC  Connection Test  : for SAPOSS throws an Return Code  -12 Please guide to resolve the issue. Regards SNB.

  • Caller-id Problem in ISDN with CME 4.1

    Dear all, I am using CME 4.1 with ISDN PRI. I have got two DID ranges which is mapped to my Ephone's. dialplan-pattern 1 677011.. extension-length 3 dialplan-pattern 2 677013.. extension-length 3 When user from extension 1.. calls outside then no pro

  • As The Username Implies Fios TV = A Step Back In Time....

    After switching over from Dtv two weeks ago here in Syracuse, NY, all I can say is BUMMER. At this point I would have much rather kept paying the extra $100.00 a month I saved by bundling to see the programming I want. No MSG-HD, which I knew going i