computeAndStoreRelevantSAPNotes
Compute relevant SAP system for given noteIds, systemIds and types. If no parameters are given, all notes are calculated.
computeAndStoreRelevantSAPNotes(
noteIds: [Int]
systemIds: [Int]
types: [String]
): RelevantSAPNotesResult!
Arguments
computeAndStoreRelevantSAPNotes.noteIds ● [Int] list scalar
List of Note IDs to compute the Hot News Summary for. If not given, all notes are calculated.
computeAndStoreRelevantSAPNotes.systemIds ● [Int] list scalar
List of System IDs to compute the Hot News Summary for. If not given, all systems are calculated.
computeAndStoreRelevantSAPNotes.types ● [String] list scalar
List of Note Types to compute the Hot News Summary for. Typically 'H' (Hot News) and 'I' (Information) and 'S'. If not given, all types are calculated.
Type
RelevantSAPNotesResult object
Output Type for RelevantSAPNotesResult