Integration Points
Last updated
Last updated
The SPE Modules support a wide variety of predefined script libraries to help with exposing scripts to the Sitecore interface.
The following list outlines the available libraries for Integration Points that may be added to modules. These may also be generated automatically when creating or updating modules.
Context Menu - Visibility can be control using rules made available from within the Interactive field section.
Gutters - Requires the library to be .
Insert Item - Visibility can be control using rules made available from within the Interactive field section.
Ribbon - Requires the library to be . Visibility can be control using rules made available from within the Interactive field section.
Warning - Appears as a warning message beneath the ribbon in the Content Editor.
- Requires the library to be .
- Not a formal integration point library, but a good place to add scripts used for Data Source Scripts. Read more about how they work and . The Source field simply references the script like script:/sitecore/system/Modules/PowerShell/Script Library/[MODULE NAME]/Data Sources/[SCRIPT NAME].
- Requires a patch file to enable the desired events. Read more about it .
- Exposes scripts to the command Import-Function.
Internal
- Appears as a button in the ISE Settings tab.
List View - Represents the ribbon buttons such as for Actions and Exports.
(Experience Editor)
Notification - Appears as a notification message beneath the ribbon in the Experience Editor.
LoggedIn
LoggingIn
Logout
- Appears as a shortcut under Sitecore -> Reporting Tools -> PowerShell Reports.
- Appears as a shortcut under Sitecore -> Toolbox. Visibility can be control using rules made available from within the Interactive field section.
- Not a formal integration point library, but a good place to add scripts used for Scheduled Tasks. SPE includes a PowerShellScriptCommand
found under /sitecore/system/Tasks/Commands/PowerShellScriptCommand which is used to run scripts from within scheduled tasks.
- Exposes scripts than can be consumed through . The script can be executed by requesting a specific url.
- Not a formal integration point library, but a good place to add scripts used for Workflow Action Scripts. Read more about how they work .
Remoting - Interact with SPE through the provided web services as described . A Windows PowerShell module is made available to encapsulate the web service calls into PowerShell commands.
Some integrations need to be synced with the Core database through the ISE. See the section of the Scripting documents for instructions.