Personalization vs. Customization in Sales Online making field mandatory

I am having some difficulty distinguishing between Personalization vs. Customization in the Oracle CRM Sales/Marketing Online. Specifically, I have asked to make the Job Title field on the Contact screen to be mandatory when filling out contact details. Vanilla, out of the box it is optional.
Do we need a customization to make this happen which will cause issues for future upgrades or will a personalization do?

Are you referring to Oracle Sales ie;ASN or Oracle Sales Online?
If it is Oracle Sales screen then personalisation should work.

Similar Messages

  • Making field mandatory in ME21N

    Hi All,
    I need to make the Purch.Requisition field mandatory in the Purch.Order in ME21N.
    it should be mandatory only for one specific company code and DOCtype.
    ( like, mandatory only for CompCode 3000 and doctype NB ).
    the field name is MEPO1211-BANFN.
    Should i be using some screen exit or BADI for this purcpose.
    Thanks.

    Making PR mandatory based on Doc Type can be achieved via SPRO. The path is
    SPRO>Materials Management>Purchasing>Purchase Order>Define Screen Layout at Document Level. Create a new field selection based on your exisiting field selection or modify your exisiting one. It depends on your requirement. Click on Reference data, item You would find PR and some radio buttons. Click the one for Reqd Entry. Save.
    Once this is saved, go to SPRO>Materials Management>Purchasing>Purchase Order> Define Document Type. Enter the updated field selection from above in the document type row for which this change needs to be activated.
    Hope this helps!
    Thanks!

  • Making fields mandatory

    Hi Gurus,
                  I want to make fields mandatory such as doc. header text , reference in F-02 for all doc. types . So that I can get reports using these fields. Can anybody tell me how can I do (making these fields mandatory) by using SPRO.
    Thanks

    Hi,
    if the fields are available in the field status group assigned to account master data you can make it mandatory by setting it as a "required entry". Caution: every acc. number using this field status group has this field as a mandatroy entry, maybe you have to define add. fiels status groups for only a few accounts where this required entry is necessary.
    In Customizing it can be found by searching for "field status variants" which contains all the "filed status groups". The variants are assigned to each company code.
    BR Christian
    Edited by: Christian Ortner on Jan 22, 2010 1:37 PM

  • Making fields mandatory in tab pages in OM

    Hello,
    Can anyone tell me how to make an individual field within an OM infotype mandatory e.g. the employee group and the employee subgroup on IT1013 on the Working Schedule tab within PPOME?
    I don't seem to be able to track down the module pool.
    Thanks
    Sandra.

    Hi,
    I think, you can use the screen control to make a field mandatory.
    This is found in Tcode PM01-> GOTO-> Screen Control.
    You will have to maintain the infotype feature to call the alternate screen with your screen modifications.
    Details in SAP Help under Developing an Infotype in Personnel Administration -> Infotype Screen -> Control
    Hope this info helps you...
    Best Regards,
    Venkat.

  • Making Fields mandatory in Production Order

    Hi,
    In transaction code CO01 i want to make the PLANNING PLANT field mandatory, Kindly guide me how to do this??
    Naren

    Hi Narendra,
    Goto SHD0.
    ennter t-code co01 there. goto tab page screen varients and anter varient name Zco01. Write program and screen name there.( you can get this names from F1 help on the field in the co01. in the field press F1 and goto technical information. Pick the program and screen from there.)
    Then create a varient with this information, you will goto co01 tcode, enter there and you will get a pop up asking for different values. You can make the filed you require as mandatory.
    come back if more help is required.
    Sumeet

  • Making Fields mandatory in SM30

    Does anybody know how can we make fields in SM30 as mandatory. If we have 4 fields in some Z-table, i want to make 2 of the fields mandatory...Pls help me out.

    Two methods for this
    1. Put code in table maintenance
    You have to put some code in while generating table maintenance screen from table maintenace generator which will validate the field when user try to enter data using SM30..
    Goto table maintenace generator follow menu path
    Enviroment->Modification->Event
    Add a event there (01     Before saving the data in the database) and code to validate data... this code will be called before saving data in database via transaction SM30.
    2 .Modify screen
    Follow menu path Enviroment->Modification->Maintenance Screen
    And make the field require field

  • Making Field Mandatory

    I want to make Certain Fields mandatory in VA01 Header Data Screen. Please help.
    Thanks in anticipation
    Vishad

    Hi Vishad,
    You can use transaction and screen variants (SHD0) to make mandatory field(s) in VA01.
    Please check this link for more information.
    http://help.sap.com/saphelp_nw04/helpdata/en/7d/f639fb015111d396480000e82de14a/content.htm
    Hope this will help.
    Regards,
    Ferry Lianto
    Please reward points if helpful.

  • Hi making fields mandatory?

    Hello Friends,
                        I want to make the fields mandatory i have used the dictionary table name and field name as my input output field name of my screen input/out fields. The code that i am writing is like....Where ZSINGLE is my table name Tdate is date and Patno -  Picture number and Vdate is also one date. Can anyone correct themistake in my code.
    IF ZSINGLE-TDATE = SPACE.
      else.
      IF ZSINGLE-PATNO = SPACE.
      else.
      IF ZSINGLE-VDATE = SPACE.
            MESSAGE I002.
        CALL SCREEN 500.
      ELSE.
        CALL SCREEN 100.
      ENDIF.
    ENDIF.
    ENDIF.
    I am able to make only one field mandatory even though if  i am not giving the other 2 fields it is passing to the next screen wht it should not happen.
    Thks

    Hi,
         As far as I understood from Your question , You Have to do the following :
    Check out the code as follows .... copy-paste and run..then.
    parameter : vbeln type vbeln OBLIGATORY.
    data : it type standard table of vbak,
           wa type vbak.
    select * from vbak into table it where vbeln = vbeln.
    loop at it into wa.
    write : wa-vbeln.
    endloop.
    .....see that you can not skip the intial screen without giving input.  This is because of keyword 'OBLIGATORY'.
    Try this keyword while declaring the data in your code.
    If you are doing a module-pool program and have designed the screen.
    double-click on the parameter on the screen........
    a screen-properties window (painter attribute window )will come..................    
    go down in the 'attributes frame' ....click on the tabstrip with heading 'program........
    check it as input field........
    use the drop-down beside input..........
    select 'required'.....
    Reward points if helpful............
    Edited by: Akashdeep Basu on May 8, 2008 6:51 AM

  • MSA: Making field mandatory

    Dear Colleagues,
    In MSA --> BP detail tile, by default, only mandatory field is Name. How can we make some other fields mandatory so that user do not forget to enter this to have successful replication back to OLTP?
    Mainly here I am trying for field "Transportation Zone".
    PLease respond.
    Regards
    Yatin

    You can do this in two ways.
    1. Find corresponding business object property in BO (might be BOCAPGEN for business partner), change its attribute from normal to mandatory.
    2. On UI, change mode of respective control from Normal to Mandatory.
    Personally, I prefer the first option.
    Hope this helps.
    Regards,
    Kaushal

  • Making field mandatory dynamically

    HI,
    Can anybody  send sample code for following logic?
    i am having three fields as select options.
    consider
    BSART
    BUKRS
    EBELN
    In selection screen if BUKRS is initial, I want to change EBELN as mandatory.
    else if BUKRS is not initial, EBELN is not mandatory.
    usefulll answers will be rewarded.
    Thanks & Regards,
    Naveen

    Hi,
    try this
    if bukrs is intial.
    if EBELN is initial.
    message e000 with ' enter ebeln value'
    endif.
    endif.
    regards,
    venkatesh

  • How to make a field mandatory in SAP Business one ?

    How to make a text field mandatory in SAP Business one?

    hi nishant,
    check this link
    Making fields mandatory
    To Set Mandatory Fields in Documents
    Jeyakanthan

  • Form personalization : sales order form (line) to make subinventory field mandatory

    I have requirement to make sub inventory field mandatory in Sales Order Line, I tried using Form Personalization on 'When Validate Record' and making the fields required. But even though the field is showing as yellow but system allowing me to save the order line without this fields? Any input?
    thanks
    challa

    Forms Personalization is a feature of the Oracle Enterprise Business Suite (EBS) not a feature of Oracle Forms.  Please post your question in the EBS General Discussion forum.  If you have a general Forms question, by all means, ask it here!
    Craig...

  • Making a field mandatory in additional data tab in sales area data in XD01/XD02

    Hi,
    Making fields in additional data tab in sales area data in XD01/XD02 as mandatory is not achievable through configuration. Also, user exit SAPMF02D was not helpful in achieving this. Kindly help me on this.

    Is this a new field you are creating or an existing field you want to mark as mandatory? My impression from your original post was that it was the second. If so then you don't need to create an implementation of CUSTOMER_ADD_DATA as there must already be one, instead you should be looking for the implementation that manages data for the screen you are interested in. This might be why you don't see your BADI get activated  when you go to  "area data -> extras -> additional data" as it isn't the right implementation.
    If you just want the field to be mandatory when the user goes into the additional data tab I would code this in the screen of the customer exit. If you want this field to be mandatory whether or not they enter other additional data then you should try the method of the badi Nabheet suggested but not in your own implementation.

  • Adding Field on Sales online Quote Line Page

    Hi
    We need to add three additional columns on “Quotation Lines” Page in Sales Online module.
    In that one column value come from data base(Standard Cost) and two other columns(total gross, total gross%) are summary columns.
    We have added those column in “qotSCocLnPrc.jsp” page but those are not reflecting on front end.
    We put modified “qotSCocLnPrc.jsp” file under “html” folder of application server.
    Which file has to be customized ?, where to put those modified files in application server unix box?
    Gokar

    Hi
    We need to add three additional columns on “Quotation Lines” Page in Sales Online module.
    In that one column value come from data base(Standard Cost) and two other columns(total gross, total gross%) are summary columns.
    We have added those column in “qotSCocLnPrc.jsp” page but those are not reflecting on front end.
    We put modified “qotSCocLnPrc.jsp” file under “html” folder of application server.
    Which file has to be customized ?, where to put those modified files in application server unix box?
    Gokar

  • Need to Make end customer field mandatory in sales order form.

    I need to make end customer field mandatory when sales channel entered as some value...
    for this i have used when validate record on order form
    when i enter a value in sales channel as desired value the form is getting saved automatically and the field is getting mandatory
    but my requirement is to make field mandatory and then to save the order.
    let me know the sequence how it works if any one knows.

    Sanni,
    >
    when i enter a value in sales channel as desired value the form is <b>getting saved automatically</b> and (then) the <b>field is getting mandatory</b>
    but my requirement is to make field mandatory and then to save the order.
    >
    Which trigger are you using to do the "getting saved automatically'?
    Does this trigger fire before the trigger that is making the field mandatory?
    Regards,
    PS: Is this an Oracle EBS query? If yes, this is the wrong forum
    Edited by: Prabodh on Jun 14, 2012 4:48 PM

Maybe you are looking for

  • Problem in the ALV download

    hi all when I am downloading the AVL to XL file the data in the last column is  not getting downloaded. I am using the standard ALV functionality and not using any function module. thanks in advance, Naval bhatt

  • Aperture 1.1 Update still has IE Issues

    Hi, Looks like web photo galleries in Aperture 1.1 are still having some pretty severe formatting issues in Internet Explorer for Windows (any version). Will this ever get fixed? We know IE for Mac is dead, love Firefox and Safari but many clients ar

  • Hello, my home button is broken and i cant reeboot it. any suggestions?

    I tried with assistive touch but it wont work.

  • Preserving persistance implementing class id

    Hi, I was suggested by Adobe to preserve the persistance implementaton class id while splitting the CS4 project into model and ui plugin for CS5 or to give conversion provider if the persitant data format ge changed. But I have doubt what to do if a

  • Tooltip for bussiness graphics ui element

    hi Experts, I am using Bussiness Graphics UI Element in Webdyn Pro chart type is Lines i want to display tool tip value wehenever i place mouse over point in graph my conext structure is --series points ---valuex ---value y i am getting ploted line g