Book a Demo
Prev Next

GetItemNotes

Return the notes or descriptions for the selected item.

Inputs

Parameter

Details

parameters

  • C++: const char*
  • C#: string

A JSON string of parameters. Includes:

  • itemID - the unique id of the item (as passed back in GetItemList)

Outputs via Callbacks

  • AddProperty - notes - the text value of the notes for the item; some basic HTML markup is allowed
  • [Optional] LogMessage or SetError - to provide user feedback.

Details

This method receives a request to populate the 'External' tab in the main Notes Window with details about this external item.