Posting notes to action items

Hi guys,
I came along another issue while trying to post a note to an action item. Updating the status for the same item worked like a charm, but my attempt to access the /note resource led to an HTTP 404 file not found response code. Is this feature not accessible yet?
Best regards,
Michael

Hi Simon,
I'm sorry, I think my explanation was not precise - by saying "access" I actually meant sending a PUT request, of course. The Fiddler2 trace confirms that:
PUT /v1/activities/(activityID)/action_items/(actionitemID)/note?(OAuth params) HTTP/1.1
While the content type is set to "application/xml" and the request body looks like
<?xml version="1.0" encoding="UTF-8"?>
<note>asd</note>
Following your API description, this looks fine to me - as I said, accessing (= posting ) the /status resource this way works.
I had a look at the UserVoice account when I started developing using the StreamWork API.Actually I thought it was a place for posting suggestions, not for actual development question/possible bug reports.
Best regards,
Michael
Edit: Using the wrong HTTP verbs with StreamWork leads to an error code 500 if I remember correctly, but not 404. The "Allowed" response header then points out the allowed methods.
Another edit: It seems that the API works with action items that are assigned to items, but not with those that are assigned to activities, so this works:
PUT /v1/items/(itemID)/action_items/(actionitemID)/note?(OAuth params) HTTP/1.1
And this doesn't:
PUT /v1/activities/(activityID)/action_items/(actionitemID)/note?(OAuth params) HTTP/1.1
Edited by: Michael Jess on Feb 17, 2011 9:49 AM
Edited by: Michael Jess on Feb 17, 2011 3:13 PM

Similar Messages

  • Won't let me post notes or share items in FaceBook.

    I can use all FaceBook functions in IE, so clearly it's a Firefox issue.
    When I click "Write a note" in FB, it just brings up the notes that have been written to me by friends. It will not bring up the note window for me to enter a note.
    Also, it will not let me share items. I click on "share" on a newsfeed item, and it brings up the window and lets me enter my comment and click the button to post it, but I get a message that I can't post the comment on that wall.

    Which browser?
    If you are using IE - make sure it is 9.x and if it is... reset it.
    if that doesn't work run without add-ons.
    you can also try firefox or crome...
    good luck.
    bill
    I'm a HP employee

  • The workflow could not update the item, possibly because one or more columns for the item require a different type of information using Update Item action

       I got error  "The workflow could not update the item, possibly because one or more columns for the item require a different type of information "I  found out the cause is  Update Item action       
    I need to update item in another List call Customer Report ,the field call "Issues"  with data type  "Choice"   to yes
    then the error arise .   please help..

    Thanks for the quick response Nikhil.
    Our SPF 2010 server is relatively small to many setups I am sure. The list with the issue only has 4456 items and there are a few associated lists, eg lookups, Tasks, etc see below for count.
    Site Lists
    Engagements = 4456 (Errors on this list, primary list for activity)
    Tasks = 7711  (All workflow tasks from all site lists)
    Clients = 4396  (Lookup from Engagements, Tslips, etc)
    Workflow History = 584930 (I periodically run a cleanup on this and try to keep it under 400k)
    Tslips = 3522 (Engagements list can create items here, but overall not much interaction between lists)
    A few other lists that are used by workflows to lookup associations that are fairly static and under 50 items, eg "Parters Admin" used to lookup a partners executive admin to assign a task.
    Stunpals - Disclaimer: This posting is provided "AS IS" with no warranties.

  • 'Document does not contain any items' error while posting GR from BAPI

    Hello Friends,
    I am trying to post GR from BAPI 'BAPI_GOODSMVT_CREATE' but some time it post successful and some time it does not post..gives error 'Document does not contain any items'....i have search all option but did not get any solution why this error is coming....kindly help me if you have any information regarding that.
    The strange thing is i have alrady posted GR with some test data and later on again am trying to post GR with same test data but it is giving error as above.
    For your information...i am using enhancement spot in standard program for GR posting...could it give any problem.
    Regards,
    Rajkishor.

    Solved by my self...problem was i were using enhancement spot in standard program because of this it was creating problem have search new enhancement spot and put my code out there now it is working fine.
    Thanku very much all of you for your reply.

  • Item Could not commit action because it is currently in focus error.

    Hi experts,
    we developed addons for our client in 2007 B version.
    Recently we upgraded our client server from SAP 2007B to 8.8.
    The addons worked fine in 2007B.when we upgraded to 8.8 the error is occuring like
    "Item-could not commit action because item is currently in focus [66000-23]"
    when i disable a textbox(already it is focus) in my form the above  error is occuring.
    But this error was not happened with  2007B.
    Please tell me is there any solution with out changing the code(i am unable to change the code).
    Thanks in advance.
    Edited by: vivek.Y on Jun 11, 2011 5:15 PM

    Hi Jonathan,
    Besides setting the focus and trying to disable the control, it was still throwing exception. So I tried a following:
    Work around for this issue.
                                        Try
                                            oForm.Items.Item("ControlWithFocus").Enabled = False
                                        Catch ex As Exception
                                            Dim oItem As Item = oForm.Items.Item("AnyOtherItem")
                                            oItem.Click(BoCellClickType.ct_Regular)
                                            oForm.Items.Item("ControlWithFocus").Enabled = False
                                        End Try
    This is a trick where you can set focus to another control and set enable to false.
    Hope this helps.
    Regards,
    Kashif Ali
    Edited by: Kashif Ali on Sep 21, 2011 11:43 AM

  • Could not commint action because item is currently in focus

    Hi,
    I have 2 scenarios  new and existing in exiting i will show grid and in new edit box.
    I f user is in edit box and select existing radio button then i am getting bellow error.
    "could not commit action because item is currently in focus". kindly help me how to disable item when there is a focus.

    Hello,
    You can use the click sub to set the focus.
    So put a EditText into you screen, and when you would like to disable your item, move the cursor to the EditText
    oform.items.item("DUMMYEDITTEXT").Click ()
    'Now you can disable to the item you wanted.
    Best Regards,
    János

  • Error when deleting file: Could not find this item. This is no longer located in ...

    We are setting up a new Windows 2012 server. Users access this server using a 'terminal services'. We have mapped some folders from a legacy server (different domain). Using group policy preferences, we map this folder as a drive for a user.
    When user wants to delete some files, he get's the error: 'Could not find this item ..' The error is displayed to the user and it looks like the file can't be deleted. But when I press the F5 (refresh) button, the file is gone. My problem is very similar
    to a problem in the following post: http://social.technet.microsoft.com/Forums/windowsserver/en-US/042e747a-0e25-4190-b0a2-82f3e9635eb0/can-not-delete-file-error-is-could-not-find-this-item?forum=w7itprogeneral
    When I create 'txt' (or 'pdf', 'zip') file, i can delete it without the error. When I create 'xlsx', 'docx', 'pptx', 'bmp', 'jpg', I get the error.
    Does somebody have an idea, how can I fix the cause of this problem? (I can't tell to users to hit the F5 button everytime when they face this issue)
    Thank you for your help in advance!
    Juraj

    Hi,
    Please check if the problematic files’ filename ended with a dot. If so, you could refer to the article below to troubleshoot the issue:
    Solved: “Cannot read from the source file or disk”
    http://blog.dotsmart.net/2008/06/12/solved-cannot-read-from-the-source-file-or-disk/
    Regards,
    Mandy
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • The workflow could not update the item, possibly because one or more columns for the item require a different type of information. Outcome: Unknown Error

    Received this error (The workflow could not update the item, possibly because one or more columns for the item require a different type of information.) recently on a workflow that was
    working fine and no changes were made to the workflow.
    I have tried a few suggestions, i.e. adding a pause before any ‘Update’ action (which didn’t help because the workflow past this action without incident); checked the data type being written
    to the fields (the correct data types are being written); and we even checked the list schema to ensure the list names and the internal names are aligned (they
    are), but we still cannot figure out why the workflow is still throwing this error.
    We located the area within the workflow step where it is failing and we inserted a logging action to determine if the workflow would execute the logging action but it did not, but wrote the same error message.
    The workflow is a Reusable Approval workflow designed in SharePoint Designer 2010 and attached to a content type. 
    The form associated with the list was modified in InfoPath 2010. 
    Approvers would provide their approval in the InfoPath form which is then read by the workflow.
    Side note - items created after the workflow throws this Unknown Error some seem to be working fine. 
    We have deleted the item in question and re-added it with no effect. 
    Based on what we were able to determine there don’t seem to be any consistency with how this issue is behaving.
    Any suggestions on how to further investigate this issue in order to find the root cause would be greatly appreciated?
    Cheers

    Hi,
    I understand that the reusable workflow doesn’t work properly now. Have you tried to remove the Update list item action to see whether the workflow can run without issue?
    If the workflow runs perfectly when the Update list item action is removed, then you need to check whether there are errors in the update action. Check whether the values have been changed.
    Thanks,
    Entan Ming
    Entan Ming
    TechNet Community Support

  • ATTENTION!! RECEIVED FRAUDULENT EMAIL PRETENDING TO BE APPLE!! I received an email informing of a purchase made on my account and telling me to change my password if did not purchase the item, which I had not. I have received valid emails from Apple

    ATTENTION!! RECEIVED FRAUDULENT EMAIL PRETENDING TO BE APPLE!! I received an email informing of a purchase made on my account and telling me to change my password if did not purchase the item, which I had not. I have received valid emails from Apple in the past asking letting me know a purchase had been made and asking if I had made the purchase, but the item listed has alway been a purchase that I had made. Since I had received similar emails in the past, I didn't think anything of it. Because I had not purchased the item listed, I immediately clicked on the link in order to change my password, which has been suggested in authentic emails i had received from Apple in the past. The site I was redirected to was exactly the same as the Apple site where you go to change your password. I entered my userID and password and it stated a verification email would be sent, if it was not sent click "resend email." When I did not receive an email, after about 10 seconds I went to the Apple site and followed the SAME EXACT step on pages that were IDENTICAL to the FRAUDULENT website I apparently had just been at. When I clicked "Send verification email," I DID receive an email within seconds, which had a special link that brought me to a page where I could change my password, which I did. I later compared a legitimate email to the FRAUDULENT email and I DID FIND A DIFFERENCE, BUT IT WAS ALMOST UNNOTICEABLE unless you were really, really looking.  I doubt it would be noticed by anyone if not comparing it closely to a real email. THE DIFFERENCE WAS AT THE BOTTOM OF THE AUTHENTIC EMAIL, THERE WERE THREE LINKS THAT COULD BE SELECTED - My Apple ID/Support/Privacy Policy. ON THE FRAUDULENT EMAIL THESE LINKS WERE NOT PRESENT!!! Just today I received an email from Apple stating my password had been changed today. I did not change my password today. When I changed after getting the fake email, I did not think about my SECURITY QUESTIONS!!! If you forget your Apple password, you are able to answer the security questions in place of your ID and you get a confirmation email. Even though I changed my password within a one minute when I did not get a confirmation email with a link to change my password right away and I went dierctly to Apple's site, apparently it was enough time to take all the information on my account - INCLUDING MY DEBIT CARD NUMBER, WHICH HAD BEEN REQUIRED WHEN I INITIALLY SET UP THE ACCOUNT!!! Today I received a call from VISA FRAUD PROTECTION asking about strange activity on my account and stating they were concerned and wanted to ensure I had used the account. I HAD NOT, AND ALL THE MONEY IN MY BANK ACCOUNT HAD BEEN STOLEN!!!!! I am writing this in hopes that many people will see it and NOT FALL VICTIM TO THIS SCAM. Please pay close attention to any emails you supposedly receive from Apple - If the links "MY APPLE ID/SUPPORT/PRIVACY POLICY," PLEASE DO NOT ASSUME IT IS AN AUTHENTIC EMAIL FROM APPLE. I suggest you immediately forward the email to apple, which I didn't do because this happened days ago. Nothing was taken from my money that was already on the Apple account, and nothing had been taken from my checking account. I guess I assumed there had been something wrong with the link in the email directing me to where I could change my password, plus I had gone to the valid Apple website and changed my password for real, and I guess I was thinking that changing my password would prevent someone from being able to acces my account info. PLEASE DO NOT FALL VICTIM TO THIS SCAM AS I DID!!!!

    No need for alarm. There are several folks a day posting like threads. Most folks know these phishing attempts for what they are and merely delete with prejudice.
    To the bottom line... if you wish - and I am sure Apple will take notice - you should FORWARD the email to [email protected] and delete.
    CCC

  • FINSTA Bankstatement does not clear Open Items

    Dear SAP guru,
    I am experiencing an issue where FINSTA bankstatement generated in IHC module does not clear Open items in reciving company code. I would like to get the system to search for the document based on the original FI document number and clear it. The situation is
    The bank statement successfully processed has an original document number and processed.
    In IMG for EBS, I configure as algorism used is 20 - Document number search and Bank Posting type 4: Clear Debit GL account
    Clearing account -  and have the posting with relevant document number matched with the bankstatement.
    It seems that the system does not find the matching at all.
    Could any of you shed some light on what I am missing???
    Kind regards
    Taro

    Creating or even using something like a data migration account is the best way.
    Are you saying that you have a GL account with say 100 line items and you want them all cleared. If that is the case you wont need a LSMW, make sure you know the amount, and then create a journal posting to your new GL account, and select all items in the GL account you want to clear.
    If there are various GL accounts, again no real problem, in F-03 which is what you would be using, you can enter more than GL account so that should not be an issue.

  • Unable to Delete Folder, Could not find this item

    Currently, I'm having problem deleting an old Folder. Previously, I used its parent as a shared folder, but one day when I tried to clear that folder there is one folder that has duplicate. The problem is one of them (the old one) can't be deleted even after
    I deleted all files/folders in that folder, I can't remove/rename that folder (could not find this item) not even with cmd as Administrator. I've tried to defrag my Windows Sever 2012 but the problem still persists. How to fix this problem?
    Thanks in advance.

    I had this same problem using Server 2012 Std. I tried various options of taking ownership of the parent folder because the Security properties of the folder I was trying to delete were blank, using CMD and Dir /x etc. I even tried sharing
    the parent folder and then using Server 2008 R2. None of them worked. When I tried Dir /x Server 2012 doesn't show the 8 character filename with the ~1. I tried typing it in myself, but that didn't work either. I then found that there was a space at the end
    of the folder name. I then tried all the CMD options again using a space, still no luck. Then I finally stumbled upon this solution:
    Open CMD and then type:
    rd /s "\\?\D:\bad\folder\path "
    example: rd /s "\\?\D:\Sharedata\folder1\folder2 " - note the space after folder2 as per the space in the folder name. Obviously D: is the drive that has the folder on it.
    This worked for me
    I've had a similar problem as detailed above; a power shell script that I wrote incorrectly tested for the existence of a directory and created multiple instances of the same directory.
    I can confirm that the post from Rayza73 works like a charm!
    @Rayza73:  First up thanks for the information.  Would it be possible for you to describe how the command is able to find and delete the directory?
    Many thanks
    Shaun

  • I've had a fault with the hard drive on my laptop, it's been replaced and now my iphone and ipod can not sync unpurchased items with itunes. Is there anyway of sorting this without uploading all of my CD's again?

    I've had a fault with the hard drive on my laptop, it's been replaced and now my iphone and ipod can not sync unpurchased items with itunes. Is there anyway of sorting this without uploading all of my CD's again?

    If your CDs are on your iPod/iPhone, they can be recovered from there,see this post:
    https://discussions.apple.com/message/11857427#11857427
    Your problem shows the importance of making backups.

  • Want to capture data through I/O while posting to Customer Line items

    Hi Experts
    Can you please suggest me that while posting to Customer line items i would require to capture data through Internal Order, is this possible if yes please explain
    Regards
    Sreenivasulu

    If you are classic GL, this not a standard functionality.
    If you are new GL, you can have profit center on customer / vendor line items.
    Also activate document splitting.
    Regards,
    Ravi

  • Urgent:posting not possible in IM

    Dear all,
    I am using decentralised warehouse mgmt system, while doing goods receipt , i am getting the following error message as posting not possible in IM for Le-Idw.
    Kindly guide me

    Stock postings that include a storage location that points to a decentralized WMS are not executed initially in Inventory Management of the ERP system. In Inventory Management, no stock changes are posted and no document items are created. Instead, inbound and outbound deliveries are created, depending on the movement type involved (debit/credit indicator), and transmitted to the decentralized WMS

  • Posting not possible in IM

    hi,
    i have configured decentralised ware house mgmt system.in mb1c trx i am making a goods receipt, by that time the system showing the error message that posting in IM is not possible for a decentralised warehouse mgmt.
    What is the reason for this. kindly guide me.
    Regards,
    velu

    Stock postings that include a storage location that points to a decentralized WMS are not executed initially in Inventory Management of the ERP system. In Inventory Management, no stock changes are posted and no document items are created. Instead, inbound and outbound deliveries are created, depending on the movement type involved (debit/credit indicator), and transmitted to the decentralized WMS.

Maybe you are looking for

  • How do I get all of the options to appear on a Webroot Toolbar?

    In my Webroot toolbar in Explorer options such as sign in or sign out appear. In Firefox the toolbar is checked in toolbars, and the toolbar is there but not the options.

  • What is "DriveMap" in hosts file?

    Hello, Anybody know why this is in my /etc/hosts file? 127.0.0.1 DriveMap

  • Is there a rs.MoveFirst in JSP?

    I have some code like this: ResultSet rs = blah blah blah blah if (!rs.next()) do something else rs.close() rs = blah blah blah blah do something else the problem above is that I need to write the same code again to difine "rs". I know in ASP there i

  • Discoverer and VPD

    Hi! Please, someone can help me to use Discoverer Desktop in a database with VPD. I need to set a context variable before Discoverer 9.0.4 Desktop start to work. I have tried to use a logon trigger, but the session variable "module" (to catch the pro

  • Sleep / Wake button broken: Apple Genius Says $250 to Repair

    I've been on this forum before asking on what to do about jammed sleep / wake button! The phone will randomly go to the apple screen, and can only be turned back on by putting it on the power supply. I set up a meeting with an apple genius today, and