findReport ⇒ object
Search for a named report(async)
Returns: object
-
- either null or rafObject for the report
Param | Type | Description |
---|---|---|
store | object |
restaf store |
name | string |
name of the VA report |
Notes
To use this function you must have done this at some point earlier in your code
let {reports} = await store.addServices('reports');