Initialise the Smart List.
Syntax
finSmartListHandler.Initialise(smartList, [hostingContext], [scriptRequestInfo], [target], [userId], [dateAsAt])
Parameters
| Name | Type | Optional | ByRef | Description |
| smartList |
I_finScript |
|
|
A Smart List Script. |
| hostingContext |
isefinSmartListHostingContext |
Optional |
|
If omitted, a value of isefinSmartListHostingContext.Desktop is assumed. |
| scriptRequestInfo |
finScriptRequestInfo |
Optional |
|
If omitted, a value of Nothing is assumed. |
| target |
iseSummaryPageTarget |
Optional |
|
If omitted, a value of iseSummaryPageTarget.WebInternal is assumed. |
| userId |
String |
Optional |
|
For Smart Lists that report on User information (such as Tasks), the User Id to use. |
| dateAsAt |
Date |
Optional |
|
For Smart Lists that can be future/ backdated (such as Tasks), the Date As At (Database Date) to use.
If omitted, a value of Nothing is assumed. |
Return Value
Boolean
- Member of:
- finSmartListHandler
- Namespace:
- Intersoft.finSupport6
- Assembly:
- finSupport6, Version=6.0.3
- Target Framework:
- .NET 9.0