Insert revenue object (Products dependency is that true)

Hi, while inserting Revenue Object in Opportunities POD, is it necessary to relate it with Product object ?
Do we receive errors and exceptions when we try to insert the List of Revenue directly into CRM On Demand ?
If so what is the exception and what is the workaround ?

The answer is, Yes, it is true.
Opportunity Product Revenue (called different names in WS 1.0 and 2.0, etc) is an item related to both Opportunity and Product.
The error message would differ depending on version of WS: 1.0 or 2.0, but there is no workaround: you would have to specify the related product - by its name, row Id, or External System Id.

Similar Messages

  • Inserting complex object structures with elements that does exist

    hi, i have following problem:
    i have a big structure that contains some m:n relations. some elements may already exist. if i want to write a new structure i just have unique key informations to identify the object. the primary key is generated by a sequence.
    if there is an element that is already in the database and the structure gets inserted, i get a SQLException because of an error in unique constraint.
    i use the function uow.deepMergeClone(pl); to insert the structure. it spreads about 6 tables.
    has somebody any suggestions, how to handle that, without parsing this big structure?

    Thank you for the link.  I had written that so many years ago, it was probably what was out there at the time.  That's what threw me.  It just
    "broke" one day without anyone touching anything.  My hope was to spend a little time patching it and not starting over, but it took longer than I had planned.
    As a ColdFusion developer for the last 10 years, it's frustrating that so much is catered to php and asp.  I'll want to find a simple module that is common and shouldn't have to be reinvented and only find it in php and asp.  If I didn't have so much invested in CF, I'd be tempted to jump ship.  I really don't want to, but CF is not supported like the others.  Having vented, I do have to say that I've created some very cool, powerful apps with CF (online testing, conference setups from start to finish, etc.).  I was actually surprised to see that PayPal even had sample code for CF.
    I really appreciate your response.  It's nice to know that there are other CF developers still out there.

  • How To Insert A object into Conext

    Hi Techies,
    I have 8 tables in my designer
    and I have two contexts at designer level
    And how to insert a object into a context that is not referencing any table.
    For Example I have an object like "rownum" (Which should must be added at Universe level only not at report level). Here this object is not referencing any table and I want this to be used in a query where the remaining objects are coming from the context..
    Thanks in Advance..

          Double-click the Objects and click the TABLES button and select the table you want to associate the object to for the context to work properly (see below).
    Regards,
    Ajay

  • When using Windows MS Word, you can insert an object such as a video into your document - can anyone tell me how to do that with Pages on an iPad please?  Thanks!

    Hi
    When I was a PC user, I could insert an object such as a video into my MS Word document - and it would appear as an icon, which when clicked, would begin to play the video.
    I find that I cannot insert such videos/movies into my Pages document on my iPad, but maybe I am missing something, being new to the Apple way of doing things?:)  Would appreciate any help, thanks!

    "maybe I am missing something"
    Maybe you are.
    This forum/community is named "AppleWorks" because it is intended to discuss issues and techniques involving the now discontinued Apple productivity application AppleWorks.
    Your question concerns Pages, and specifically, Pages for iOS, the version that runs on iPad (and other iOS devices).
    Admittedly, the Pages for iOS community is difficult to locate. It's rolled in with the other iWork applications in a community named iWork for iOS, where you'll find several people willing and able to answer your question. The link will take you there.
    Regards,
    Barry

  • Is That True that 19th or 20th week production is seem free of problem?

    Having read in this forum and other resources.. put on conclusion that it seem macbook in 19th and 20th weeks production for macbook white 2.0 Ghz have less trouble (heat, mooing, whining, etc). specially after i read some post that show that average temperature for this serial no. (19 and 20 weeks production) on this macbook 2.0 Ghz white have less cooler than other weeks production. any comment?

    I have a BlackBook with a 20 week production code and it is an excellent machine. No heat, mooing, whining, etc., to report. I even took it in to an authorized Apple Repair service to have the temperature checked with various temp readers, (soft and hardware readers) and they thought I was nuts. At most, when under heavy use/duress, the machine pumps out a mild 62degrees of heat. I rarely hear the fan go on and if it does it is only for a moment or two. Plus, I have it loaded up with ram (2GIG) and the largest hard drive I could get (120Gig) so it has to do a lot of work.
    My machine was also produced in China (4H) during the 988 production week (whatever that means!).
    Hey, I'm a very happy camper. I use my MacBook all day long and rarely turn it off until I go home for the night when I switch to an Intel iMac. I carry the BlackBook in a custom made lightweight black canvas slim backpack with black flannel sleeve, use a mini-usb-mouse, connect to WiFi w/o, problems and use it for a great many chores from 'Net stuff to editing movies with Final Cut Express.
    Tim...
    20" Intel iMac 2GRam/500G-HD, 13" BlackBook 2GRam/120G-HD, Black Vid iPod 60Gig   Mac OS X (10.4.6)  

  • Ole2 question about inserting document object in Word

    I thought I had it figured out but it doesn't seem to work. From a Oracle Forms 6i application, I want to insert an object(a file) in a word document as an icon.
    The vb code generated when I record the macro of inserting an object as an icon is:
    Selection.InlineShapes.AddOLEObject ClassType:="Word.Document.8", FileName _
    :="string defining the location of the file object", LinkToFile:=False _
    , DisplayAsIcon:=True, IconFileName:= _
    "C:\WINDOWS\Installer\{90110409-6000-11D3-8CFE-0050048383C9}\wordicon.exe" _
    , IconIndex:=1, IconLabel:= _
    "string defining the location of the file object"
    Using this I wrote the following code: ( I am leaving out the declaration of the ole2.obj_type and other variables)
    args := ole2.create_arglist;
    ole2.add_arg (args, 'string defining the location of the file object');
    hinlineshapes :=
    ole2.get_obj_property (hselection, 'InlineShapes');
    ole2.invoke (hinlineshapes
    ,'AddOLEObject'
    ,args
    ole2.destroy_arglist (args);
    holeformat := ole2.get_obj_property (hinlineshapes, 'OLEFormat');
    ole2.set_property (holeformat
    ,'ClassType'
    ,'Word.Document.8'
    ole2.set_property (holeformat
    ,'DisplayAsIcon'
    ,TRUE
    ole2.set_property (holeformat
    ,'IconLabel'
    ,'string defining the location of the file object'
    When I run the code I get the following message from MS Word:
    " This object was created in 'string defining the location of the file object'.
    This application is not available to open this object.
    Make sure the application is properly installed and that it has not deleted, moved or renamed."
    Can someone please help? Thanks in advance.

    Second, when it inserts the date, it makes it an "update automatically" date that updates to the current time every time I open the document
    Sure, that's because you specifically tell it to. Your script inserts a 'new field' which is analogous to Word's dynamic text objects (date, time, page number, etc.)
    Instead, what you want to do is insert an actual string of characters - sure, to you and I that string of characters might look like a date and time, but to Word it's nothing more than a series of characters.
    For that we can fall back on AppleScript's date features, specifically current date, like:
    tell application "Microsoft Word"
      tell selection
        type text text "Left message " & (current date as text)
      end tell
    end tell
    Note that current date as text returns a rather verbose form of the date. If that's too much for you there are alternate options, such as:
    short date string of (current date) & space & time string of (current date)
    which will look more like: "6/10/10 3:26:50 PM"
    But there is also a myriad of other ways (with seconds, without seconds, 12/24 hr, etc.) depending on what you want.
    Third, if possible, I would also like it to be in italics.
    I'll have to look at that one, unless someone else beats me to it.

  • I have a macbook pro and aphotosmartD110 wireless printer.  I was told that if I install the printer software on my computer, it will no longer print wirelessly.  Is that true and how do I scan wirelessly without loading in the software?

    I have a macbook pro and a photosmart D110 printer.  I was told that if I load the software for the printer onto my mac that it will no longer print wierlessly.  Is that true and how can I scan wirelessly without loading the software? Also, can I just connect my mac to the printer with a cable and scan or do I need that software loaded onto the mac?  Thanks for all help!

    If you are running Lion then all drivers are distributed through Software Update. You do not need to install anything, other than to install the printer in System Preferences > Print & Scan. If you already added the printer while it was connected using USB, you might want to delete it and set it up again wirelessly to avoid confusion. Or, give them two distinct names e.g. "Photosmart D110 (USB)" and "Photosmart D110 (wireless)".
    All scanning functions are now performed using Preview, but you can also access the scanner through the same Print & Scan preference pane, or with Image Capture.
    This HP document may help explain how driver software is distributed now:
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c03079365&cc=us&dlc=en&lc=en &product=4144493&tmp_track_link=ot_search#N108

  • Filter on a dimension with a fact that don't depend on that dimension

    Hi experts,
    I have a logical column (fact1) that it is set as total for logical level for one dimension (dim1). (it doesn't depend on that dimension but i have to put it in a report next to that dimension).
    If I don't filter the report the result is:
    dim1 dim2 fact1
    a x 1
    a y 2
    b z 3
    b w 4
    If I filter the dim1 on 'a' then the result is:
    dim1 dim2 fact1
    a x 1
    a y 2
    null z 3
    null w 4
    I don't want to see those 2 lines with null...
    How can I achive that...
    Thank you in advance...
    Best regards
    Nicolae Ancuta

    Thank you for your post:
    Here are the details:
    Phisical layer:
    Stores
    Products
    Suppliers
    Stock joins with products and with stores
    Purchase Price joins products, stores and suppliers
    Sale price joins products and stores
    Avg sale per day joins products and stores
    BMM:
    Dim Stores table
    Dim Products table
    Dim Suppliers table
    Fact stock table with source Stock inner join Sale price inner join Avg sale per day
    Fact stock table joins on logical level with Dim Stores and Dim Products
    The source table stock has the following mapping on logical level:
    detail on - Dim Stores table
    detail on - Dim Products table
    total on - Dim Suppliers table
    Fact stock table has the following fact columns:
    Fact stock column total on Dim Suppliers table
    Fact sale price column total on Dim Suppliers table
    Fact Avg sale per day column total on Dim Suppliers table
    Fact Purchase Price table with source Purchase Price
    Fact Purchase Price table joins on logical level with Dim Stores and Dim Products and Dim Suppliers
    The source table Purchase Price has the following mapping on logical level:
    detail on - Dim Stores table
    detail on - Dim Products table
    detail on - Dim Suppliers table
    Fact Purchase Price table has one fact columns: Fact Purchase Price column
    The report on Presentation:
    Store | Product name | Supplier name | Fact purchase price column | Fact stock column | Fact sale price column | Fact Avg sale per day column
    Store 1 | IBM server | IBM corporation | 1000$ | 10 pcs | 2000$ | 0.5 pcs
    Store 1 | IBM laptop | IBM corporation | 500$ | 10 pcs | 1000$ | 0.5 pcs
    Store 1 | DELL server | DELL corporation | 1500$ | 5 pcs | 2800$ | 0.2 pcs
    Store 1 | DELL laptop | DELL corporation | 700$ | 5 pcs | 1200$ | 0.2 pcs
    if I filter Supplier name with IBM corporation my results are:
    Store 1 | IBM server | IBM corporation | 1000$ | 10 pcs | 2000$ | 0.5 pcs
    Store 1 | IBM laptop | IBM corporation | 500$ | 10 pcs | 1000$ | 0.5 pcs
    Store 1 | DELL server | null | null | 5 pcs | 2800$ | 0.2 pcs
    Store 1 | DELL laptop | null | null | 5 pcs | 1200$ | 0.2 pcs
    Regards
    Nicolae Ancuta

  • I am getting an error writing to file: C:\Program Files\iTunes\iTunes Resouirces\pl.lproj\AppletVStream.nib\objects.xib. Verify that you have Access to that directory.

    has anyone else gotten this type of message?  Just got an ipad and realized our itunes is not working.  I think when the most recent version was being installed, it got interrupted.
    Thanks

    I am getting an error writing to file: C:\Program Files\iTunes\iTunes Resouirces\pl.lproj\AppletVStream.nib\objects.xib. Verify that you have Access to that directory.
    That one's consistent with disk/file damage. The first thing I'd try with that is running a disk check (chkdsk) over your C drive.
    XP instructions in the following document: How to perform disk error checking in Windows XP
    Vista instructions in the following document: Check your hard disk for errors
    Windows 7 instructions in the following document: How to use CHKDSK (Check Disk)
    Select both Automatically fix file system errors and Scan for and attempt recovery of bad sectors, or use chkdsk /r (depending on which way you decide to go about doing this). You'll almost certainly have to schedule the chkdsk to run on startup. The scan should take quite a while ... if it quits after a few minutes or seconds, something's interfering with the scan.
    Does the chkdsk find/repair any damage? If so, can you get an install to go through properly afterwards?

  • Unable to insert pdf object into 64-bit Word 2010

    I have always been able to insert pdf files into word documents.  However, when I upgraded to the 64-bit version of Word, I started experiencing the below issue.
    My setup is: Windows 7 64-bit, Word 2010 64-bit, Adobe Acrobat 9 Pro v9.4.7.
    When I attempt to insert a pdf file into Word, I receive the following message:
    "The program used to create this object is AcroExch.  That program is either not installed on your computer or it is not responding.  To edit this object, install AcroExch or ensure that any dialog boxes in AcroExch are closed."
    I have researched this issue a great deal. 
    Previously, I found a posting which specified some registry keys to delete.  I followed these directions and it worked.  But, after installing some updates, the issue is back and I am unable to find the post specifying the registry keys to remove.
    Any help will be greatly appreciated.
    Thanks!
    Brandon

    Solution:
    Open Adobe Reader / Pro
    Go to Edit àPreferenceà General (LHS)àUncheck “Enable protected mode at startup”.
    Adobe Reader’s protected mode will be disabled
    Now try inserting Adobe document in Word, it will work.  

  • Insert ActiveX Object - not in list

    Hi, guys.
    After one time, I'm not able to install by myself ActiveX controls and embed these controls into ActiveX containers yet. I refer to ActiveX controls that can be embedded into ActiveX containers, not those used to instantiate other applications.
    I want a certain ActiveX Control to be displayed in an ActiveX Container on the Front Panel. In this particular case, it's a Mozilla Firefox ActiveX Control. According to http://forums.ni.com/t5/LabVIEW/activex-firefox-and-mozilla/td-p/356235 (see message 5), after getting the component from the link provided and installing it, I should be able to insert onto the empty ActiveX Container by clicking over it and selecting "Insert ActiveX Object...". In this case, "MozillaBrowser class" should appear in the list, but not.
    However, if I place a Property Node or Invoke Node without reference on the Block Diagram, click on it, then "Select Class" -> "ActiveX" -> "Browse", I find the class "MozillaControl 1.0 Type Library Version 1.0", that, among others, it contains the class "IWebBrowser2". This class happens to be called "MOZILLACONTROLLib.IWebBrowser2". But, once I have the Property Node or Invoke Node, I can't create the container from it (create control from its reference) neither place an empty ActiveX container and wire its reference to the Property Node.
    I also tried registering the ActiveX Control, by typing "regsvr32 <control_name.dll>" in the command prompt, but nothing changes.
    But this doesn't happen to me only with this particular ActiveX control. Every time I want to find in the list a certain ActiveX component after installing it, I can't find it, and I end up copying ActiveX container blocks from VI examples I found on the forums... One example is using AcroPDF ActiveX Control.
    Any suggestion? Has anybody faced the same problem?
    Regards,
    Francisco
    Attachments:
    ActiveX Container.png ‏26 KB
    Property Node.png ‏35 KB

    Hello,
    Probably you can
    see the server in the pop-up menu because the server is not in the PC but is in
    the registry. Remove the checkbox “Validate Servers” to see if the Mozilla
    server appears. According to this LV help link...
    http://zone.ni.com/reference/en-XX/help/371361G-01/lvhowto/creating_new_controls_in_a/
    ... looks like the server is not installed in the PC... or it’s not registered.

  • Unable to insert pdf object into ppt or word

    I am unable to insert a pdf object into Word or Powerpoint.  I have Adobe Reader 9.3 and Windows 7 MS Office 2010 64 bit.   Previously, I was able to perform this task without issue with the same software. 
    For word, I get:
    "The program used to create this object is AcroExch.  That program is either not installed on your computer or it is not responding.  The edit this object install AcroExch or ensure that any dialog boxes in AcroExch are closed". 
    For Powerpoint, I get:
    "The server application, source file, or item can't be found, or returned an unknown error.   You mayneed to reinstall the server application." 
    Was an update sent out that may have caused the issue? 
    Or is there a solution to resolve the issue?  The ony solution I have sound is Disabling Protect Mode which does not apply to this version of Reader. 
    Any help would be greately appreciated.  Thank you.

    There is another thread on this and seems to be an ongoing issue with neither Microsoft nor Adobe owning up to it.  What I did to work-around the issue is create a .zip file of the .pdf file which can then be put into the workd doc as an object file icon.  Worked for me.  Not the best solution but this has been ongoing since 2011, and this worked.

  • Is that True or False ?

    I recieved a message from e-mail told me that the nokia can Detect Radar on the road
    Nokia Speed Trap Detector
    The settings for radar speed traps detector.
    Your Nokia cell phone can be programmed to pick
    up radar speed traps, when programmed your cell
    phone picks up the radar and alerts you on the
    message alert tone. ( Doesn't work with Nokia
    7110! )
    1. Enter your menu
    2. Select settings
    3. Select security settings
    4. Select closed user group
    5. Select on
    6. Enter 00000
    7. Press ok
    8. Clear back to normal, within a few seconds
    your phone will display a radar sign with five
    zero's next to it. It is now activated.
    Unfortunately only Nokia phones have this
    function. Cell info display needs to be de-
    activated. Settings -> Phone Settings -> Cell
    Info display
    Each time you turn off your phone, or even each
    time you loose contact with your carrier, you'll
    have to activate it again... It is done by steps
    1 through 5, but the number (00000) will be
    already on the field as default.
    Is that True or False ?

    It is false.closed user group is an operator based service by which your phone can be made to make phone calls only to those numbers in that group id.it is service provides dependant.contact your operator.

  • Please only post SAP Business Objects products related questions here

    Hi
    Thanks for reading.
    Unfortunately many people get confused with the term BI which was used for SAP BW at one time. With the acquisition of Business Objects some product names have changed.
    SAP BW is still SAP BW, please post in the respective forums: /community [original link is broken]
    Business Intelligence in this forum refers to the these SAP Business Objects products:
    SAP Business Objects Enterprise
    SAP Business Objects 4.0
    SAP Business Objects Intelligence Platform 4.0
    For more information and great articles and videos please see:
    http://www.sdn.sap.com/irj/boc/bi
    Kind Regards
    Roland Hoeller

    >
    Suresh Babu Aluri wrote:
    > Hi,
    >
    > You can create All prompt in lovs of reuired object as
    >
    > do the following steps for all prompt creation.
    >
    > 1. Go to Object to which the lovs are mapped. -> select object -> properties -> advanced (not sure) -> edit lovs -> then a query panel will display and it will have query like
    >
    > select distinct(..........) from ......................
    >
    > change the above query to
    >
    > select distinct(..........) from ......................
    > union
    > select 'all' from dual -> dual is temporary table in oracle (you define a temporary table w.r.to database)
    >
    > 2. In designer go to the object on which prompt is defined.
    > i.e.
    >
    > may be in selecor where clause you might defined prompt as
    >
    > .............. @prompt('Member Name')
    >
    > so change that to
    >
    > .................. .............. @prompt('..Member name')
    > or
    > 'all' in @prompt('Member name')
    >
    > 2. For your second requirement the max no lov values are changed in prm files. For that go to programs -> BO -> BO ii.5 or ur version -> dataaccess->win32_x86-> based on ur back end select required folder -> search in *.prm files to change the max no lovs.
    >
    > Cheers,
    > Suresh Aluri.
    Hi Suresh
    Thank you for the detailed response.  I tried your suggestions and neither works.
    LOV issue:
    Within the Business View manager, i right-click on the LOV object and click "Edit List of Values..." and i get a dialog box that only shows me Available fields, List of Value Fields used, description field, and Referenced objects. Along with buttons for Clear Instance & Refersh Status.
    I have read similar posts to what you suggested but never get to the same place as described.
    Please advise....
    as for _Max Number LOV _
    I have researched this as well and found the same suggestion you made. But the PRM file does not have that value, and the file contains all XML code
    Now what???
    Thanks
    Mike

  • How do I insert an object in an array?

    How can I insert an object in an array of variable size?
    I input two numbers from keyboard
    1
    2that form the following object (Pair)
    (1,2)
    how can I add such objects to an array
    private Pair s[];
    e.g.
    public PairList(int x){
    top = -1;
    s = new Pair[x];
    }//constructor
    public void getPairs()throws FullException{
    BufferedReader input = new BufferedReader(new InputStreamReader(System.in));
    try{
    a=input.readLine();b=input.readLine();
    }//try
    catch(IOException e){System.out.println("Can't read input");}//catch
    int x=0;
    int y=0;
    try{
    x=Integer.parseInt(a);}//try
    catch(NumberFormatException e){}
    try{
    y=Integer.parseInt(b);}//try
    catch(NumberFormatException e){}
    Pair k=new Pair(x,y);
    System.out.println(k);
    s[++top]=k; --here is my problem
    }//getPairs

    I tried making as few changes to your code as possible, but your idea should basically work. Potential problems:
    1. Doesn't allow for more input than 1 pair.
    2. By storing pair in an array, you must know the exact size of the array you will need beforehand. You might be better off storing the Pair(s) in a Vector and then converting that to an array.
    3.Your exception handlers need some work. Basically, your exception handlers put out a message or do nothing and then you continue processing. Not good.
    4. No cleanup of file resources after you have completed
    import java.io.*;
    public class PairList{
         private Pair s[];
         private int top;
         public PairList(int x){
              top = -1;
              s = new Pair[x];
         }//constructor
         public void getPairs()throws Exception{
              BufferedReader input = new BufferedReader(new InputStreamReader(System.in));
              String a = null, b = null;
              try{
                   a=input.readLine();
                   b=input.readLine();
              }//try
              catch(IOException e){
                   System.out.println("Can't read input");
              }//catch
              int x=0;
              int y=0;
              try{
                   x=Integer.parseInt(a);
              }//try
              catch(NumberFormatException e){
              try{
                   y=Integer.parseInt(b);}//try
              catch(NumberFormatException e){
              Pair k=new Pair(x,y);
              System.out.println(k.toString());
              s[++top]=k; //here is my problem
         }//getPairs
    class Pair {
         private int xx;
         private int yy;
         public Pair(int x, int y) {
              xx = x;
              yy = y;
         public String toString() {
              return("X = " + xx + "  Y = " + yy);
    }

Maybe you are looking for