Looking for Notes linked to a CustomObject1 return nothing

I am trying to get the notes linked to a CustomObject1, and I get only empty results.
I have created a note linked to a CustomObject1.
I have Exported it, in order to check that it was properly created and to get the row id.
I have Created a SOAP request like below:
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns7742="http://tempuri.org"><SOAP-ENV:Body><NoteWS_NoteQueryPage_Input xmlns="urn:crmondemand/ws/note/"><PageSize>100</PageSize><ListOfNote><Note><NoteId>='AEFA-74XW77'</NoteId><OwnerId></OwnerId><ParentNoteId></ParentNoteId><ReadFlag></ReadFlag><SourceName></SourceName><SourceId></SourceId><SourceType></SourceType></Note></ListOfNote><StartRowNum>0</StartRowNum></NoteWS_NoteQueryPage_Input></SOAP-ENV:Body></SOAP-ENV:Envelope>
and I have received the following response:
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><SOAP-ENV:Body><ns:NoteWS_NoteQueryPage_Output xmlns:ns="urn:crmondemand/ws/note/"><ns:LastPage>true</ns:LastPage><ListOfNote xmlns="urn:/crmondemand/xml/note"></ListOfNote></ns:NoteWS_NoteQueryPage_Output></SOAP-ENV:Body></SOAP-ENV:Envelope>
I have tried to use as filter the Subject and the OwnerId with the same empty results.
Could you please give me any suggestions
Thanks

Hi Enzo,
I think it's best if I reply to your previous message point by point:)
Thank you very much for your feedback, I think your point of view is pretty clear.
Moreover Your assumption is perfect and correct beside the very last two words, my idea consists in specifying the CO1Id value instead of the NOteId one.
[SD] Sorry about that
Actually I am a little bit disappointed because it is not possible to get every kind of Note.
[SD] Understood, we are working towards expanding our field and object coverage for WS
Anyway I have tried several tests just to try to understand how NoteQueryPage ws works.
1. Sending a note to a CRM user via message center (I was able to see the note via ws)
2. Replying back to the previous user (I was not able to see the note via ws)
3. Replying back again to the previous user (I was able to see the note via ws with ParentNoteId filled properly)
So I do not know why test 2 failed.
[SD] Which credentials did you use for this test? Perhaps you used the credentials of the user that was replying? If so, I don't believe you would see the Note.
4. adding a note to a SR (I was not able to see the note via ws)
5. subscribing to the SR note I have tryied again to create a note (I was not able to see the note via ws)
6. to the SR I have attached another note using a different user (I was not able to see the note via ws)
Basically, I was never able to see a note with fields: SourceName, SourceId and SourceType filled.
[SD] I was able to do this successfully, please try the following steps:
Login as UserA
1) Create a new CO1 record called MessageCenterTest1. Save.
2) Press the Subscribe button on CO1 record named MessageCenterTest1.
3) Add a note to MessageCenterTest1.
4) Query for all Notes (you should not see this note in the results, nor should you see it in your message center via the UI)
5) Logout.
Login as UserB
6) Add a note to CO1.
7) Query for all Notes (using UserA credentials), this note should now appear in the result with the SourceName, SourceId and SourceType fields filled.
QUERY:
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns7742="http://tempuri.org"><SOAP-ENV:Body><NoteWS_NoteQueryPage_Input xmlns="urn:crmondemand/ws/note/"><PageSize>100</PageSize><ListOfNote><Note><Subject></Subject><NoteId></NoteId><OwnerId></OwnerId><ParentNoteId></ParentNoteId><ReadFlag></ReadFlag><SourceName></SourceName><SourceId></SourceId><Note></Note><CreatedBy/><SourceType></SourceType></Note></ListOfNote><StartRowNum>0</StartRowNum></NoteWS_NoteQueryPage_Input></SOAP-ENV:Body></SOAP-ENV:Envelope>
RESPONSE (trimmed a bit for brevity):
<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><SOAP-ENV:Body><ns:NoteWS_NoteQueryPage_Output xmlns:ns="urn:crmondemand/ws/note/"><ns:LastPage>true</ns:LastPage><ListOfNote xmlns="urn:/crmondemand/xml/note">...<Note><NoteId>1QA2-RRF8C</NoteId><OwnerId>1-CWTEQ</OwnerId><Note>Added by userB</Note><ParentNoteId>1QA2-RRF8B</ParentNoteId><CreatedBy>UserB, 12/10/2009 22:11:32</CreatedBy><ReadFlag>N</ReadFlag><Subject>TestNote2</Subject>*<SourceName>MessageCenterTest1</SourceName><SourceId>1QA2-RRF6Y</SourceId><SourceType>Custom Object 1</SourceType>*</Note></ListOfNote></ns:NoteWS_NoteQueryPage_Output></SOAP-ENV:Body></SOAP-ENV:Envelope>
8) Query for all Notes (using UserB credentials), you should not see this note in the result set.
if there is not a way to get values for fields SourceName, SourceId and SourceType why they are defined in the wsdl?
[SD] See above steps
For these reasons I am saying the NoteQueryPage ws seems having bugs.
On web services documentation I did not find a word saying only a notes subset is accessible via Note ws.
[SD] From the WS User Guide (emphasis added by me):
"The note object stores information about *the notes available in the Message Center* in the Oracle CRM
On Demand application. The *notes can be sent from users or can store extra information (as a note)
on a parent object.* This allows employees who are working on a particular record to add extra
information as they see fit. For example, when talking to a contact, an employee might notice that
the contact is not happy with a service provided. The employee can record this information in a note
so that any other employees who talk to the contact are aware of the contact’s dissatisfaction.
The note object has no child components."
Finally I really do not understand why only some notes should be accessible via ws.
[SD] I think the source of the confusion is that the Note WSDL is actually an interface for Message Center specifically. There are other parent objects (i.e. Account) which do have a ListOfNote child which exposes all of their child notes via WS.
BTW: the message center is working perfectly...
[SD] Glad to hear it. One thing that I'd like you to consider is whether you see any discrepancies between the result set you are seeing via WS and the set of notes you see in the Message Center in the UI. These two sets of records should be the same.

Similar Messages

  • Looking for a link to enable me to download previous versions of Firefox for support/troubleshooting purposes

    My team tests an enterprise e-commerce site and I'm looking for a link to download previous versions of Firefox so we can work trouble tickets that come in against specific versions of the browser

    http://releases.mozilla.org/pub/mozilla.org/firefox/releases/
    Note that versions other than 3.6.x and 6.0 are not recommended for security reasons.

  • Where can I download OSX Maverick. I'm looking for the link where there is the "download button" I can't find it!

    Where can I download OSX Maverick? I'm looking for the link where there is the "download button" I can't find it! Please Help!

    What is your current operating system? It needs to be at least Snow Leopard 10.6.8 in order to have the App Store available.
    Which Mac are your trying to upgrade? It needs to be:
    iMac (Mid 2007 or newer)
    MacBook (Late 2008 Aluminum, or Early 2009 or newer)
    MacBook Pro (Mid/Late 2007 or newer)
    MacBook Air (Late 2008 or newer)
    Mac mini (Early 2009 or newer)
    Mac Pro (Early 2008 or newer)
    Xserve (Early 2009)

  • Whenever i try to download a rather large file i continue to get the "could not read source file" error. Tried new profile, uninstalling and looking for the compreg.dat file to delete nothing is working. Please help

    whenever i try to download a rather large file i continue to get the "could not read source file" error. Tried new profile, uninstalling and looking for the compreg.dat file to delete nothing is working. Please help

    Did you reinstall CS3 after CC?
    For that matter, doing an in-place upgrade on the OS is always a gamble with Adobe programs. Reinstalling all the versions you need, in order, would probably solve your problem.
    And you shouldn't need to save as IDML after opening the .inx in CC.

  • Looking for useful links in hrms

    Hi,
    I'm looking for useful links in oracle hr and payroll, can anyone please provide me with anything accordingly?
    Thank you.

    Check this out:
    This might be useful:
    http://appstechnical.blogspot.com/
    http://www.exforsys.com/tutorials/oracle-apps.html
    Thank you,
    OB

  • Firefox insists on looking for some links on local disk

    The other day, Firefox, out of the blue, asked me to confirm something which I did, but was swamped and did not notice the details of the question. Now, when I go to my own website (which is not problem) but try to click on a relative link, Firefox looks for the html file on my local machine instead of the Internet. I have looked for options to alter, checked the registry, etc, and can't stop this. Third party links embedded in my website open normally. This is driving me crazy and I see that some other people have had this problem...but their pleas for help did not garner them a solution. Help!
    == URL of affected sites ==
    http://www.questfundingservices.us

    If any more information is required to make my question easier to understand please feel free to ask!

  • Looking for Download link of oracle 10g for linux PPC (IBM POWER)

    The official download link has been removed in OTN. Looking for show of hands... thanks!

    Osama_mustafa wrote:
    I think this thread will not be problem if its repeated ,No, it was not about "repetition". I was pointing out that site in question could be useful after all, and I preferred to link to existing answer.
    but the problem with thread about TNS problem which is alot in this forum , But no One using Search mechanism.Most of those basic TNS/Oracle Net "errors" are well documented, even with troubleshooting steps and possible actions to help resolve the problem. But if you don't know to reference the docs or even that it exists, it won't help. It could also be becuase you don't have taken enough time to become familiar with the structure and language of Oracle products (Database specifically). That kind of learning experience seldom occurs via a few forum threads.

  • Looking for note taking software to use with a graphics tablet

    Hello folks,
    I am trying to find a software that would allow me to interchangably use typing and writing/drawing on a graphics tablet smoothly.
    I'm looking for something that would essentially provide a 'blank sheet of lined-paper' where i can quickly type what my professors are saying, as well as easily draw whatever they are drawing. Also, since I am studying engineering, I would need something that I can easily write math symbols and equations so I can use it as scratch paper.
    At the same time, I am looking to save trees and money, as well as keep organized and simplicity when it comes to archiving.
    I have tried Microsoft Word 2008's notebook view, and this is currently the closest thing to what I want, but it favors mostly the text side of what I want (of course), and isn't very good in the drawing part. It also isn't very smooth when I try to do practice math/physics/engineering problems on it, nor is it very good at drawing molecular structures (O-Chem)... but for the most part, it gets the job done. It is also a headache because when you zoom in a lot to make it easier to write (mind you, I am using a tiny macbook screen..), the title bar also zooms in, and ends up taking half of the screen, making zooming in practically useless. (the title bar is also locked, so even as you scroll down, it stays in the top half.)
    I have also tried Adobe Acrobat Professional 7, where I simply made a blank notebook from some image online, and I use it as scratch paper. When it comes to drawing, it is very smooth, but it's a headache sometimes, because after writing something and pausing for a second or two, the pen tool automatically becomes a 'selector' tool, and so if i want to draw over what I previously wrote, it changes to selector and instead of writing over, it drags and drops the object around a bit. The tolerance for that is really high too, and i'd have to bring the pointer about half an inch or so before I can start writing something again. I also haven't given the text a try yet, but it lets me make collapseable text boxes, so that is good for further annotating my equations and drawings, but isn't very useful for a full-lecture class (i.e. biology)
    I also don't even want to consider photoshop, because it's basically too powerful, and I don't want my laptop fans going off in-class (its SUPER loud when it happens...) and I need it to last the day.
    So just a sum up:
    I'm looking for a good note-taking software (for mac) that will allow me to smoothly use my graphics tablet AND be able to type.
    MS Word '08 and Adobe Acrobat are close... but aren't quite to what I want exactly...
    I have a Wacom Bamboo tablet and an '09 Intel-based MacBook.
    Thank you in advance!

    I have had this same issue and found this program called NoteBook that allows you to type, and draw (write) notes on a variety of paper types, (lined, graphing, engineering,etc.) and it uses the .nb file type that allows you to save multiple "pages" inside one file in a sort-of "notebook" if you will. It works great, but has several minor disadvantages. I can't change the ink color, I can't change the tip thickness (other than the pressure sensitive option with my wacom graphics tablet), and it doesn't allow you to open pdfs or other documents to inscribe upon. All around though it has been wonderful. There are really no good note taking apps out there...

  • Looking for note pad app

    My boyfriend will be leaving for med school at the end of next month. I want to get him an iPad as a gift but before I buy it I want to know if there is an app that will work with a stylus for note taking. Specifically, I would like him to be able take digital notes while he is in class. Also the professors will email the pictures from the lecture so it would be nice to add the picture to the app and be able to sketch and make notes directly next to the picture. Does anyone know if there is an app that will do this?

    Hi and welcome..
    Handwriting recognition software but not sure if it's compatible with a stylus.
    http://itunes.apple.com/us/app/writepad/id293033512?mt=8
    Take a look at Evernote here too.
    http://itunes.apple.com/us/app/evernote/id281796108?mt=8
    Video re iPad 2 here available March 11th.
    http://www.apple.com/
    Carolyn

  • For some reason my icons are not showing up in my bookmarks, those help so much when you are looking for a link quickly. So annoying not to have them. Any solutions?

    many sites have icons showing just before the web site address, those used to show up in the bookmarks but they don't any more, why? Can it be fixed?

    Hi charli2k,
    You should take a look at [https://support.mozilla.org/en-US/kb/latest-firefox-issues#os=mac&browser=fx9 this article] that discusses some of the issues with the latest build of Firefox.
    There is some information in there that should help you to resolve your issue. Luckily, it is a very easy fix.
    Hopefully this helps!

  • Looking for notes on mrp

    hi all
    can someone send me the notes reagarding to cofiguration and how to use mrp.
    i'll realy appriciate it
    thanx

    Hi Iqbal,
    If by 'notes' you mean 'documentation', here is the standard SAP ERP documentation on MRP
    [MRP|http://help.sap.com/saphelp_erp60_sp/helpdata/en/d0/7b528355af11d1a6280000e83235d4/frameset.htm]
    Configuration documentation mostly exists within the IMG itself in the current versions of SAP ERP.  However, version 4.6C R/3 has the IMG help online.  MRP configuration hasn't changed all that much since 4.6C, so the following link would be a good starting point for you.
    [MRP Settings|http://help.sap.com/saphelp_46c/helpdata/en/4c/72369adc56d11195100060b03c6b76/frameset.htm]
    Regards,
    DB49

  • Purchased CS5.5 looking for download link

    I purchased Adobe Creative Suite Master Collection 5.5 through College, but now that version 5.6  is available the download link for 5.5 is nowhere to be found.  I need a lead on where to find a download link for version 5.5

    Check this link:- http://forums.adobe.com/message/4382508

  • Looking for a link

    Please,
    Could someone give me a link where I could study cases on how to find out whether the index is selective.
    Thanks

    This is the index concepts manual, this is helpful in undestanding index architecture: http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96533/data_acc.htm#427
    Whether an index is selective or not is an important factor to know, it will make the difference between an optimal / non-optimal index access. A full tablescan is better than a non selective index. You may find this article useful: http://www.akadia.com/services/ora_index_selectivity.html
    Regards

  • When looking for a book it says push return key.......where is it?

    When buying an audiobook which is not on the list I am writing title in Search corner, several choices appear......I am then supposed to push the "RETURN BUTTOM" but where ?

    hello anyone there?

  • Installing 700 kernel - looking for Note

    Hello all,
    I want to install the latest version of the SAP kernel on a BASIS 700 system (not java!).  I'm familiar with the process for 4.6/640 systems but just wanted to check for any notes in case there's anything different.
    For the life of me I can't find any notes for 700.  I'm after the equivalent to Note 664679 - Installing 6.40 kernel in SAP WEB AS 6.10/6.20 (https://websmp106.sap-ag.de/~form/handler?_APP=01100107900000000342&_EVENT=REDIR&_NNUM=664679).
    Any suggestions, or is the procedure still same as for the versions I mentioned?
    Cheers!

    Hi,
    Yes, still the same...see also note 19466.
    No SAP note specifically on installing 7.00 Kernel.
    cheers,
    Vincent

Maybe you are looking for