Page WSB_DCAFileFactBox¶
A factbox to view or upload new files for the source record displayed on the page to which this factbox is added. This factbox shows all files for the selected source record.
Properties¶
Name | Value |
---|---|
ApplicationArea | #All |
Caption | Document Archive Files |
ContextSensitiveHelpPage | Files-FactBox.html |
DeleteAllowed | True |
InsertAllowed | False |
LinksAllowed | False |
ModifyAllowed | False |
PageType | ListPart |
ShowFilter | True |
SourceTable | 70257100 |
SourceTableView | sorting(CreatedDateTime) |
order(descending) | |
UsageCategory | None |
Methods¶
wgFncGetRecordId¶
Gets the record ID of the record to which new DCA files should be attached to.
Returns¶
Type | Description |
---|---|
RecordId |
The record ID of the record to which new DCA files should be attached to. |
wgFncSetDragDropVisible¶
Sets whether or not the Drag and Drop control add-in should be shown.
Parameters¶
Type | Name | Description |
---|---|---|
Boolean |
pDragDropCtrlVisible |
Whether the control add-in should be visible. |
wgFncSetRecordId¶
Sets the record ID of the record to which new DCA files should be attached to.
Parameters¶
Type | Name | Description |
---|---|---|
RecordId |
pRecordId |
The record ID of the record to attach new DCA files to. |
wgFncShowFactBox¶
Retrieves whether or not this factbox should be shown.
Returns¶
Type | Description |
---|---|
Boolean |
true if the factbox should be shown |