MAPPING FIELDS

Hi,
Does anyone have a idea of how to map the fields for the finder methods that are present in the home interface like
select * from emp where empno = ? and ename like ? should be able to be created as
select * from emp where empno = $1 and ename like $2 etc...... (where the $1 and $2 represent the arguments or the fields that we pass using the XXXxParam(.... in the CMP xml file
<bean-property>
<property>
<name>findBaseUnitSQL</name>
<type>java.lang.String</type>
<value>SELECT * FROM TS_BASE_UNIT WHERE BASEWEIGHTUNIT = ?</value>
<delimiter>,</delimiter>
</property>
</bean-property>
<bean-property>
<property>
<name>findBaseUnitParms</name>
<type>java.lang.Vector</type>
<value>baseWeightUnit</value>
<delimiter>,</delimiter>
</property>
</bean-property>
Thanks in advance
Neowin

Hi Dre01,
Here are some documents about Mapping Tables, Relations Between Tables, and Columns Info of a SQL Server Database, please see:
http://www.codeproject.com/Articles/20798/Mapping-Tables-Relations-Between-Tables-and-Column
http://msdn.microsoft.com/en-IN/library/ms191175.aspx
If this is not what you want, please elaborate your issue, so that we can make further analysis.
Regards,
Charlie Liao
TechNet Community Support

Similar Messages

  • I can not map field after changing data source location

    Hi
    I have a small problem that I got a report file and database from my customer, after that I setup database, open the file and change data source to my setting. but some filed can not map. The field mapping widonw does not display all field in the table. Of course I have checked the missing fields are existing in the table.
    OS:Windows7
    DB:Oracle11
    CR:XI Release 2
    Does anyone have an idea?

    hi,
    In Map Fields window, there is an option "Match Type".
    Please Unchek that option, so that you will be able to see all the fields from that table.
    Also, while mapping please verify the datatypes of source and target fields.
    Regards,
    Vamsee

  • How to set/get the values thru Wedbynpro coding for User mapping fields

    Hi All
    In system object we have the user mapping fields like District,city,plant,Salesmanager.
    now we want to set/get the values of these usermapping fields of system object thru webdynpro coding...
    if anybody have sample codes of the same then it would be great help to me
    Thanks in advance
    Thanks
    Trisha Rani

    Hi Kavitha
    Thanks for your reply
    My requirement is exactly as follows.
    1) i have created one portal system object in system administration and also i created usermapping fields in the system object from the usermanagement  in system object.
    i created the user mapping fields like Plant,SalesManager,District etc.
    i also created the system alias name for the same system object
    2)  Now i came to persoanlize link and mapped the system object to the portal user.
    while mapping to the system object we need to enter Mapping userId, Password , once we enter these values and we can also enter the values of usermapping fields which we defined while creating the system object ( for example District,Salesmanager,Plant etc)
    once we enter all the values and click on save then these usermapping  values to be mapped to the portal user.
    3) Now my requirement is , i  want to control the usermapping field values thru webdynpro coding for setting/getting the values.
    I need sample code of the same.
    Please let me know if u need more details on the same.
    Thanks
    Trisha Rani

  • Update (All Mapped Fields) Import Action creates a new record.....

    Hi All,
    I am on MDM 5.5 sp6,and this weird thing happens everytime i run the "update all mapped fields" option in the import manager,it creates a new duplicate field with the updated value record.Is this  a bug in sp6 or I guess i am going wrong somewhere.I want to update a particular field in the qualified table and i am using a import file which has values for qualified field on the main table and the values for the qualified table itself.
    Any Help greatly appreciated
    Thanks

    Hi Aravind,
    I am on MDM 5.5 sp6,and this weird thing happens everytime i run the "update all mapped fields" option in the import manager,it creates a new duplicate field with the updated value record.Is this a bug in sp6 or I guess i am going wrong somewhere.I want to update a particular field in the qualified table and i am using a import file which has values for qualified field on the main table and the values for the qualified table itself.
    MDM should not behave in this way. I thing there is an issue with the Matching Field you have choosen.
    I think you have choosen all the FIeld as the Matching Field ( Tab) while IMporting.
    Hence any change in any value, creates another dupliacte record( which we do not want)
    Please select any Field with unique values ( like the Material ID, Customer ID etc) which will ensure that the particular records are updated with the new Values coming in.
    You will find the new value getting updated for the records which are already present. It will not create a duplicate record
    Hope it helps.
    *Please reward points if helpful
    Thanks and Regards
    Nitin Jain

  • Using "Update All Mapped Fields" with multi-value attributes

    Is it possible to update a value in a multi-value attribute through the import manager?  It appears that if a source value is different then it just gets added as another value to the record.
    For example, a product has an attribute of speed which is measured in revolutions/minute. Some products can be rated at two speeds (i.e. 1800/3600).
    I created a numeric attribute for speed and enable only nominal rating and selected multi-valued.
    In import manager, I set "/" as multi delimiter for source field.  This created two entries in destination attribute, 1800 and 3600. 
    However, if on subsequent imports the speed values changes for this record (i.e. 1200 and 1800) then I will now have 1200, 1800, and 3600 as values for this record.
    Would the proper solution be to create two individual numeric attributes that are single valued (i.e. Speed1 and Speed2)?

    Hi Aaron,
    in your example it would make sense to use two different attributes called "Speed1" and "Speed2". Using the multi value option, MDM allows you to store a list of values into a single field. This list is more or less unlimited, you can add as many values as you like. A change of an existing value is not possible. The reason is that Import Manager does not know, which value you've changed! So it simply adds the "new" record (which is the 1200 in your example) to your value list. This is the intended behaviour of the "update all mapped fields option". If you really want to replace the values, you can check if the "Replace" option is useable for you. But note, that the replace will replace the complete existing record with the incoming new one. This means if the product you want to import with the replace option is smaller than the existing one (maybe it does not contain values for all segments), you'll loose data in MDM.
    BR Michael

  • Table name in Oracle for the User Mapping field?

    Does anyone know the table name for the user Mapping field in EP6.0?
    Thanks

    Hi Alan,
    why do you want to access the DB directly?! You can access the information via the Java API, which is in general the most secure way for the DB scheme is always "subject to change without notice"...
    Best regards
    Detlev

  • Message Mapping Field Name

    Hi!  I am trying to get the Field name of the XML element, when I am defining my own function.  Can someone please provide me some help!  Example:
    In the Graphical Editor, let's just say we drop the following fields:
    Source                                     Target
    City                 to                    City
    How can I grab the XML field name "City"?
    Thanks,
    Rob

    Hi Robert,
    In the Message Mapping, there is a button named 'Text Preview', just below the Tab names 'Design - Test - Messages'. If you click that, it displays the complete mapping in a text area. It conatins full paths of all mapped fields, similar to the XPath, which you can use in your function.
    If this helps you, please remember to award the points and close the post.
    Good luck,
    Bhanu

  • What is "Mapping Field" / Field for Remarks or Comments in ELM

    Hi Experts,
    I have a Remarks/Comments Field in my flat file but i didn't find any relevant MAPPING FIELD / FIELD to map in External List Management.
    Example:
    In flat file i have the following fields
    -Organization-CityPhone No.----Comments
    -AngelbrosLA-545-849-7857--Excellent customer
    I can map Organization to ORG_NAME1 ( MAPPING FIELD),
    City to ORG_CITY
    Phone No. to ORG_TELEPHONE
    Comments to ?????
    Do you have any idea to which Mapping Field can be mapped Remarks/Comments.
    Can we create our own Mapping Field?
    I found the the following link for Mapping Fields.
    http://help.sap.com/saphelp_crm50/helpdata/en/1c/11b37d0f6c1347b90e00888fb55a20/content.htm
    Thx n Reg
    Shiven

    Hi Dipesh,
    I am very glad the way you explained, your solution perfectly suits if the Attribute values are Like "Eaaaaaaaa", "Gbbbbb" & "Fddddddddddddd".
    I should have been more clear in my question.
    But the Remarks Value in Flat File is more than a word and not same anywhere. Say.....
    Remarks
    BP1)----
    This customer need some samples before he can discuss something.
    BP2)----
    Would like to meet in the next quarter.
    BP3)----
    Because of festival they may release order early.
    LIke this there are around 500 Remarks differently. Its like a Notes kind of thing.
    Dipesh, How can we create for these types of Attribute Values ?
    Thanks in Advance.
    Best Regards
    Shiven

  • Additional user mapping fields

    Hi,
    I am trying to add some additioanl fields of a system to user mapping screen.
    so, i created a system based on com.sap.portal.howtos.webapp.par that i downloaded from SDN
    2. added a property "department" to that par file and defined in usermapping fields tag of par file.
    3. now i created an iview for system based on this par file and under "user management" cateogry, I selected "additional user mapping fields" and specified " {mech,chem,comp,elec}Department "
    4. everything is fine and this dropdown box appears in user mapping iview
    but my concern is that i want to send 0 for mech, 1 for chem, 2-comp etc... to an url iview. i just want to know.. how to store name-value pairs in that dropdown listbox of user mapping iview?
    any clues?
    thanks

    Hi Daniel,
      Thank you for your reply..it was helpful for me for other issues, but didnt help me for the question of this thread. may be i was not clear in explaining my question. In simple.
    1. I create a system par file with one additional field dept.
    2. i create an alias
    3. now the user wants to do usermapping..so he goes to user administration --> user mapping and select a user
    4. then he selects the alias of a sytem in the dropdown list box, so two fields appear, i.e. username and pwd, but i want an extra field named dept with a list box of values (computers, mechanical, electronics)
    5. i was able to achieve this, by setting {computers,mechanical,electronics}dept" in the property, "Additional User Mapping Fields" of the System object created from the par.
    6. now when the user selects that system alias in the user mapping screen.. he will be able to see three fields.. username, pwd and dept(with a listbox) and he can map the user to the respective department.
    7. the listbox that is created has value and title the same like,<otpion value = "computers">computers</option> but i want it as <option value="1">computers</option>.
    Could you please help me in achieving this. please let me know if you need any further information.
    Thank you.
    P.S: eventhough, i specify the field dept in portalapp.xml like you mentioned, it will appear as a list box in the system object created from the par, but in the user mapping screen it appears as a text box.  so we must specify the "dept" in the property "Additional UserMapping fields" of the system object created from par.

  • OCI Mapping field/table

    Hi Gurus,
    This is regarding an issue that I am facing with some materials in punchout catalog used with SRM5.0
    For some particular items, I get an error "Incomplete items in catalog, only complete items were transferred" on transferring the data from catalog to shopping cart. I checked the slg1 log and found that the error message shows "00001 E BBPWS Unit of measure D97 is not an ISO code. Item will not be transferred D97".
    For this item, the catalog shows the unit of measure as Pallets. In the CUNI transaction, the SRM system has D97 and PF having the same descirption 'Pallet'. In the 'Unit of measure' tab, the Pallet unit is maintained as 'PAL' with ISO code as 'PF'. But, I am unable to understand how the D97 UoM is picked by the SRM system while transferring data from the catalog.
    Can someone tell me where to look for the mapping fields? I mean where is the data mapping between catalogs and SC saved?
    I referred SAP note 395312 which says that  "check the mapping of the catalog attributes on the OCI fields in the SAP CartEditor (Logon to the ECManager: Administration --> Configuration -> Shopping Cart)." Can someone guide me as to where to look for this link? What does ECManager logon mean? I am unable to find this link in the web login of SRM. Please help me to find a solution to this.
    Thanks n Regards,
    Ancy

    Hi Masa,
    Thanks for the inputs. I checked the slg1 log for catalog interface log and it helped us reach into the program saplbbp_ws_api.
    My ABAP consultant tells me that this program is in-turn calling some function modules to read the data. But, he can only conclude that D97 is coming from function module BBP_WS_MAP_OCI_TO_SC and the comment on this call is 'Map from OCI or XML to the SC structure'.
    But, then again I am back to my original question: How do I see the mapping rules from OCI?
    Thanks n Regards,
    Ancy

  • Map Fields, store procedure results is "Expr1000"

    Hi guys.
    This is my problem.
    I have a sql server 2005 database. In this database i have a store procedure (3100 lines, with temporal tables, unions .. etc).
    When i try to create the report in CR9, i do this :
    1) i'm go to "set datasource location"
    2) select the database
    3) select the store procedure
    4) put some parameters
    5) Accept
    When i want to add the fields to the report ....
    the only results from the SP is a result field called "Expr1000".
    I execute the store in my sql server and this give me all the columns results (174 columns).
    My question is:
    What is the error , that in CR9 i can't see all the columns results , and only i can see "Expr1000".
    Thanks !!!!!
    Pablo Reynoso.

    This is definitely not the solution for everyone but reading this thread made me do a little more checking on my own.
    I too was receiving the "Expr1000" field from the SP when linking it into a new report or even when trying to MAP fields in an existing report template.  In the Map Fields dialog the source SP had no fields displayed for Mapping.
    What I discovered was S.U.E. (stupid user error).  While testing some changes to the source SP I changed the return result from returning data to returning the actual sql code I was constructing in the SP.  I often write the code into a local string variable and then use the 'exec(@str);' command as the final step of the SP.  I changed that code to 'Select @str;' which returned the @str string value when I executed the SP from within SQL Manager - to see the actual sql code.
    I never changed the code back to using the 'exec(@str);' so I was returning a 4,000+ char string from the SP which when loaded into Crystal the SP "field" became "Expr1000".
    After making this little change, returning the data instead of a single LARGE string the report behavior returned to what is was before the testing snafu.
    Hope this helps someone else, at least maybe point them to their code changes and not necessarily the CR template.
    Dave

  • Custom mapped field attach problem

    Hi!
    I have a field, for which I've written custom field mapping. Everything
    seems to run fine, but when I try to attach previously detached instance I
    got:
    kodo.util.FatalInternalException: kodo.util.FatalInternal
    Exception: Cannot attach field "SomeObject.someField" of type "10".
    Mapping's getJDBCType() returns Type.OTHER. Field contains java object, but
    corresponding database table column is numeric type. No matter what I set
    JDBCType to I fail to attach object. When I set type to Type.JAVA_OBJECT I
    get exception (when Kodo is reading database tables on startup) that says
    that column type DECIMAL isn't compatibile with the type I set in my custom
    mapping. When I set it to Type.DECIMAL I got the same error I got with
    Types.OTHER ("Cannot attach..").
    How should custom mapped fields be attached? I want Kodo to attach and
    update object modified on the client side - as for the type (used as I
    presume when Kodo is crafting database statement) I want the type declared
    in mapping to be used (even it seems to be incompatibile with database
    schema, my JDBC driver will take care of it converting it on-the-fly). I've
    been looking for some clues in docs, but no success so far. Any hints?
    Regards,
    Pawel

    Uzytkownik "Marc Prud'hommeaux" <[email protected]> napisal w wiadomosci
    news:[email protected]...
    Pawel-
    Can you post the complete stack trace of the error you are getting?Sure, here's what I receive on the client side. Theres nothing in server
    side logs.
    [java] java.rmi.RemoteException: EJB Exception:; nested exception is:
    [java] java.rmi.RemoteException: setByValue(); nested exception is:
    [java] kodo.util.FatalInternalException:
    kodo.util.FatalInternalException: Cannot attach fi
    eld "edu.mypackage.SomeObject.someField" of type "10".
    [java] at
    weblogic.rjvm.BasicOutboundRequest.sendReceive(BasicOutboundRequest.java:108
    [java] at
    weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java
    :284)
    [java] at
    weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java
    :244)
    [java] at
    edu.mypackage.impl.JVTSessionExtProxy_f0ahbq_EOImpl_811_WL
    Stub.setByValue(Unknown Source)
    [java] at edu.mypackage.test.JVTSessionTestProxy.setByValue(J
    VTSessionTestProxy.java:112)
    [java] at
    edu.mypackage.test.JUnitTestClientGis3.testGeometryUpdate2(JUnitTestClient
    Gis3.java:99)
    [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
    Method)
    [java] at
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39
    [java] at
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
    ..java
    :25)
    [java] at java.lang.reflect.Method.invoke(Method.java:324)
    [java] at junit.framework.TestCase.runTest(TestCase.java:166)
    [java] at junit.framework.TestCase.runBare(TestCase.java:140)
    [java] at junit.framework.TestResult$1.protect(TestResult.java:106)
    [java] at
    junit.framework.TestResult.runProtected(TestResult.java:124)
    [java] at junit.framework.TestResult.run(TestResult.java:109)
    [java] at junit.framework.TestCase.run(TestCase.java:131)
    [java] at
    edu.mypackage.test.JUnitBaseTestClient.run(JUnitBaseTestClient.j
    ava:118)
    [java] at junit.framework.TestSuite.runTest(TestSuite.java:173)
    [java] at junit.framework.TestSuite.run(TestSuite.java:168)
    [java] at
    edu.mypackage.test.ResultTestSuite.run(ResultTestSuite.java:21)
    [java] at junit.textui.TestRunner.doRun(TestRunner.java:74)
    [java] at junit.textui.TestRunner.start(TestRunner.java:234)
    [java] at junit.textui.TestRunner.main(TestRunner.java:112)
    [java] Caused by: java.rmi.RemoteException: setByValue(); nested
    exception is:
    [java] kodo.util.FatalInternalException:
    kodo.util.FatalInternalException: Cannot attach fi
    eld "edu.mypackage.SomeObject.someField" of type "10".
    [java] at edu.mypackage.impl.JVTSessionExtImpl.setByValue(JVT
    SessionExtImpl.java:579)
    [java] at
    edu.mypackage.impl.JVTSessionExtProxy_f0ahbq_EOImpl.setMan
    agedEntityByValue(JVTSessionExtProxy_f0ahbq_EOImpl.java:102)
    [java] at
    edu.mypackage.impl.JVTSessionExtProxy_f0ahbq_EOImpl_WLSkel
    ..invoke(Unknown Source)
    [java] at
    weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:466)
    [java] at
    weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerRef.java
    :108)
    [java] at
    weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:409)
    [java] at
    weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubjec
    t.jav
    a:353)
    [java] at
    weblogic.security.service.SecurityManager.runAs(SecurityManager.java:144)
    [java] at
    weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:404)
    [java] at
    weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:3
    0)
    [java] at
    weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
    [java] at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    [java] Caused by: kodo.util.FatalInternalException:
    kodo.util.FatalInternalException: Cannot at
    tach field "edu.mypackage.SomeObject.someField" of type "10".
    [java] at
    kodo.util.FatalInternalException.writeReplace(FatalInternalException.java:54
    [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
    Method)
    [java] at
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39
    [java] at
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
    ..java
    :25)
    [java] at java.lang.reflect.Method.invoke(Method.java:324)
    [java] at
    java.io.ObjectStreamClass.invokeWriteReplace(ObjectStreamClass.java:882)
    [java] at
    java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1011)
    [java] at
    java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1330)
    [java] at
    java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1302)
    [java] at
    java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1245)
    [java] at
    java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1052)
    [java] at
    java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1330)
    [java] at
    java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1302)
    [java] at
    java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1245)
    [java] at
    java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1052)
    [java] at
    java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:278)
    [java] .F
    [java] at
    weblogic.common.internal.ChunkedObjectOutputStream.writeObject(ChunkedObject
    Outpu
    tStream.java:114)
    [java] at
    weblogic.rjvm.MsgAbbrevOutputStream.sendThrowable(MsgAbbrevOutputStream.java
    :367)
    Regards,
    Pawel Swierszcz

  • BB Desktop Manger v5 with 9500 unable to sync Calendar with categories map fields

    BB Desktop Manger v5 with BB Storm 9500
    Two laptops one with XP sp3 with office/outlook 2003 and the other vista 64bit with office/outlook 2007
    The sync of both the Address book and Tasks are great as I can use the catergories "map field" in both of these options.
    The device and the application "outlook 2007/2003" both have the catergories field.
    The problem is I am unable to sync The Calendar with categories map fields.
    The device side of the map field does'nt have the catergories option  but the application side "outlook 2007/2003" does.
    From the main menu on the BB Desktop manager / Synchronization / Synchronization tab / Advanced Tab / Calendar / Map Fields Tab
    The left side of the screen is the Device listing and the right side is Microsoft outlook. 
    Is their a way I can add this field to the map fields option for the device?
    Thanks

    Hi damlandberg,
    Welcome to the BlackBerry Support Community.
    This KB article should provide more information on the synchronization error you are receiving as well as a workaround to enable your synchronization. ""The organizer module could not load and will be turned off" when configuring synchronization in BlackBerry Desktop Software 7.1" http://bbry.lv/SdDLCO
    Hope this helps.
    -FS
    Come follow your BlackBerry Technical Team on Twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.
    Click Solution? for posts that have solved your issue(s)!

  • Reading Micrologix I/O and Mapped Fields

    Just beginning to get familiar with Lookout. I am trying to read/write to mapped fields (B and N) in a Micrologix 1500 PLC. What is the syntax for Lookout to read/write to a channel such as B3:1/0? B3:1/0 is a mapped field for I:1.0/0. Any help is appreciated. I have included my fields list for reference. Thanks.
    Sudhi
    Attachments:
    Micrologix1500.xls ‏53 KB

    I will hopefully clarify the knowledgebase document.
    I'll use your example to try to clarify:
    If the AB PLC is I:4/0, and you are trying to read the first bit of the fourth module (assuming the fourth module is the 2nd input module), then the correct Lookout syntax would be: I:1_0 (second input module I:1 and the first bit 0).
    Remember begin counting modules with 0 and number them with respect to their type.
    With regard to your other examples, I assume these are registers or cards (input or output). Again depending on the type of card and the order in the plc, your examples would be:
    B3:0/1 = B3:0_1
    C5:0 = C5:0
    assuming these last two are registers and not i/o cards.

  • How to Map Field of R/3 (Lenth more then 60) to an Infoobject

    Hi All,
    I want to bring long text in my cube which is already having purchase data.
    As we have enhanshed the fields in  my data source 2lis_02_itm and Scl. Now how can i map my infoobject in BW with the fields so that the data will be stored in the cube correclty.
    Regards
    Premanshu Gupta

    Hi,
    Check the Blog,It will solve ur problem,they have given the step by step procedure.
    /people/sap.user72/blog/2006/06/03/long-texts-in-sap-bw-modeling-150-follow-up

  • Mapping field SAP R/3 and CRM

    Dear Sir,
    As would like to add more mapping some from R/3 to synchonize to CRM . How should I do?? and which document will have the standard fields for mapping from field R/3 to CRM .
    THnk you and best regards,
    Vimol

    Hi VImol,
    Select the BP role sold-to party and you will see the sales area tab enabled for your BP. Select the maintained sales area for your BP and then go the organization tab. Here you will see the Sales Group field.
    The exchange of Sales office and sales Group was enabled from CRM 3.0 SP14 onwards prior to that it was not enabled. If you need further information see the oss note 513313.
    Reward points if it helps!!
    Thanks,
    Vikash.

Maybe you are looking for

  • Installation of Photoshop Elements 12 fails on Win 8.1, 64bit

    Hello. The Installation of Photoshop Elements 12 fails on Win 8.1, 64bit. Clost to the end of the installation I get the message: There is an error at the installation of the "shared used technologies" (translation) and the uninstaller starts automat

  • How to change colors settings -- newbie to mac

    I was messing around with the settings and selected to polarize the image so that it looks like a photo negative. I feel like a moron so far in using the mac and i cant find how to switch it back to normal. Any help is appreciated.

  • My midi keyboard doesn't appear on my mac

    My Midi Keyboard turns on when i connect it to my Macbook but my Macbook doesn't detect the keyboard when am on Garageband, What am i suppose to do?

  • Making Chess puzzle in Flash

    Hi guys! I'm pretty new to Flash, but I love chess and would like to make chess puzzles in Flash to get more familiar with the program. I've looked in my CS3 book and browsed google for tutorials, but didn't find any on chess. Then I figured that may

  • CS6 Photoshop [EXTREMELY] slow, help?

    Greetings, fellow users of the Adobe Community My name is Mark and currently I am studying in the Netherlands (whereas I live in) and I am following an education that revolves around Creative Suite 6, making use of programs such as Photoshop and Illu