stcSolution Members
The stcSolution type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
AuthorId |
Id of a valid active user in the database who has created the Standard Best Solution
|
![]() |
AverageRating |
Average rating of best solution
|
![]() |
bIsWeb |
Not in Use
|
![]() |
DateCreated |
Specifies the date and time when standard solution is created.
Required when adding a new standard solution. Not Required when updating/viewing standard best solution |
![]() |
DateLastModified |
Specifies the date and time when standard solution was modified.
Required when adding/updating a new standard solution Not required when viewing best solution |
![]() |
DateMemoCreated |
Specifies the date and time when memo was created for the Standard best solution.
Required when adding/updating best standard solution |
![]() |
FolderId |
ID of the Folder/Queue where Standard Best Solution belongs to.
|
![]() |
FormattedMemo |
Memo Text - Either this OR Memo has to be non-empty.
If specified, it has to be a valid HTML string enclosed within <html> and </html> tags and containing at least one additional set of html tags within. If Formatted Memo is empty, FormatType will be set to Text format. |
![]() |
FormatType |
– If Specified, has to be one of the possible values for the Enumerated Data type clsEnum. HsMemoFormatType.
– If not specified, will be taken as Text Format. [clsEnum. HsMemoFormatType. Text] Optional |
![]() |
Hits |
This field denotes how many times a particular solution has been access when updating/viewing
Not required when adding or editing a standard solution |
![]() |
Id |
ID of the Standard Best Solution.
Not required when creating new Standard Best Solution. Required when performing Edit/View/Delete/De-Activate/Re-store standard best solution. |
![]() |
InActive |
0 – Standard Best Solution is active.
-1 – Standard Best solution is de-activated. Not Required - By Default it is set to 0, when adding a new Best solution. |
![]() |
InActiveDate |
Null, when standard best solution is active.
Contains DateTime value as of when best solution was de-activated. Not Required |
![]() |
IsRequestForPublish |
Approval for solution ticket requestID
|
![]() |
Keywords |
By Default it stores ‘/’ when adding a new best solution
Not Required if keyword is not added for the standard best solution. |
![]() |
KeywordsSet |
Not in Use
|
![]() |
LastRevision |
Specifies the count of memo of the standard solution is revised.
By Default set to 0 when adding a new Best Solution Not Required |
![]() |
NextRevision |
Gets or sets the next revision.
|
![]() |
ObjectTypeId |
Not Required when creating generic standard best solution and is set to 0
Required when creating custom standard best solution. |
![]() |
ProblemDescription |
To provide descriptive detailed information about the issue.
Required |
![]() |
ProblemTypeId |
ID of the Category to which the Standard Best Solution is associated to.
|
![]() |
PublishRequestId |
Approval for solution ticket requestID
|
![]() |
Rating |
User rated value of best solution
|
![]() |
Reference |
By Default it stores ‘/’ as a value to the Reference field.
Not Required if there are no related solution added for the new best standard solution. Required if related solutions are available. Need to append ID of the standard solution – For example : ‘/I/4/’ |
![]() |
ReferenceSet |
Not in Use
|
![]() |
ReviewId |
ReviewId best solution
|
![]() |
RevisionNumber |
Indicates the number of times standard best solution is revised.
Not Required By Default set to 1 when adding a new Best Solution. |
![]() |
SolutionStatus |
Indicates if the standard solution is of type Draft/Internal/Published.
By Default Solution Status is set to 1 when adding a new Best Standard solution. 1= Draft 2=Internal 3=Public |
![]() |
StandardMemo |
Memo Text - Either this OR FormattedMemo has to be non-empty.
|
![]() |
StandardMemoId |
ID of the memo added to standard best solution.
Not required when creating new Standard Best Solution. Required when performing Edit/View standard best solution. |
![]() |
Title |
Title of the Standard Best Solution
Required – When adding/updating standard best solution |
![]() |
TotalReviews |
Total reviews best solution
|