IApplicationArchive Methods |
The IApplicationArchive type exposes the following members.
Name | Description | |
---|---|---|
![]() | ActivateLiveUpdate | Activate/Deactivate Live-update |
![]() | Cancel | Stop loading. Observe that this requires the application to idle and will therefor only work from an external process or upon return from an internal script event! |
![]() | Clear | Clears archive |
![]() | ExportToExcel | Export to Excel. Mode: 1 = Default, 2 = All, 3 = Selected. Open: Attempt to open .xls temp file. Returns full path of temp file in SOTEMP directory. Observe that temp files will get deleted when SoCrm shuts down. |
![]() | Reconfigure | Reconfigue. Delete user configuration and reconfigure archive to factory setting |
![]() | Reload | Reload archive, default asynchronous. Observe that this requires the application to idle and will therefore only work from an external process or upon return from an internal script event!Use false to force a complete load before returning. |
![]() | Reset | Reset archive to stored setting. This is a leightweight Reconfigue |
![]() | ReSort | Re-sorts archive. This is an in-memory operation for the loaded rows |
![]() | SelectNextRow | Select next row. Returns the RowEntity selected. Defaults to any row type unless you specify a particular TableId |
![]() | SelectPreviousRow | Select previous row. Returns the RowEntity selected. Defaults to any row type unless you specify a particular TableId |
![]() | SetActiveStateOfAllRows | Set active state of all rows. This is not the same as selecting/highlighting rows! |
![]() | SetActiveStateOfRow | Set active state of row. This is not the same as selecting/highlighting rows! |
![]() | SetDirty | Clears archive and reloads if visible |
![]() | Show | Force the archive to become visible. This change should be visible imediately when called from an external process. |
![]() | ToggleActiveStateOfAllRows | Toggle active state of all rows. This is not the same as selecting/highlighting rows! |