mx.services
techNote
This cfc is used for tech note data. Currently there are only methods for retrieving data and none for updating or inserting data.
Method Summary
| remote | query |
getTechNoteDetail (numeric TECH_NOTE_ID)
|
| remote | query |
getTechNotes ()
|
Method Details
getTechNoteDetail
remote query getTechNoteDetail (numeric TECH_NOTE_ID)
Gets the detail of the given technote. Query returned has columns: TECH_NOTE_ID, TECH_NOTE_NAME, TECH_NOTE_CAT_ID, TECH_NOTE_ISSUE, TECH_NOTE_SOLUTION, TECH_NOTE_PARTS
- Parameters
TECH_NOTE_ID- The unique id of the tech note for which to get the detail
- Returns
- a query containing the detail of the technote
getTechNotes
remote query getTechNotes ()
Gets the top 3 tech notes based on the latest tech note id. Query returned has columns: TECH_NOTE_ID, TECH_NOTE_NAME
- Parameters
- Returns
- a query with the top 3 tech notes based on the latest tech note id.