Show TOC

Note Data Collection (1)Locate this document in the navigation structure

Contains the note data (0..1) under the Requester Notes collection.

To get the note content, you must execute the Requester Notes Collection with the following changes:

  • Add the Note ID field.

  • Add /NoteData at the end of the URL.

Note

This is not a collection because it is a relation of 1–to–1, meaning that each attachment is related to one attachment content.

The URLs are as follows:

  • From the Workflow Generic Task Processing service:

    http://<host name>:<port>/sap/opu/sdata/sap/wfgentaskprocessing/RequesterNoteCollection(value='<item_id>',scheme_id='IW_WF_GEN_TASK',scheme_agency_id='<SID>_<client>',id='<note_id>')/NoteData?$format=xml

  • From the Workflow User Decision Task Processing service:

    http://<host name>:<port>/sap/opu/sdata/sap/wfdecisiontaskprocessing/RequesterNoteCollection(value='<item_id>',scheme_id='IWF_USER_DECISION_TASK_GW',scheme_agency_id='<SID>_<client>',id='<note_id>')/NoteData?$format=xml

  • From the Workflow Dialog Activity Task Processing service:

    http://<host name>:<port>/sap/opu/sdata/sap/wfactivitytaskprocessing/RequesterNoteCollection(value='<item_id>',scheme_id='IWF_ACTIVITY_TASK_GW',scheme_agency_id='<SID>_<client>',id='<note_id>')/NoteData?$format=xml