sndev.io / docs

Portal

Service Portal widgets, pages, and themes.

The portal skill builds Service Portal configurations — from portals and themes to pages, widgets, menus, CSS/JS includes, and Angular providers. Operations map to the sp_* table family.
OperationDescription
add_columnAdd a column to a row
add_containerAdd a layout container to a page
add_css_includeAdd a CSS include to a theme
add_js_includeAdd a JavaScript include to a theme
add_menuAdd a navigation menu
add_menu_itemAdd an item to a navigation menu
add_route_mapAdd a URL route map to a page
add_rowAdd a row to a container
add_widget_dependencyAttach a dependency to a widget
add_widget_instanceAdd a widget instance to a column
create_angular_providerCreate an Angular provider
create_dependencyCreate a widget dependency
create_header_footerCreate a header/footer widget
create_ng_templateCreate an Angular template
create_pageCreate a portal page
create_portalCreate a Service Portal (sp_portal)
create_themeCreate a portal theme
create_widgetCreate a portal widget with client/server scripts
Run sn ops portal to see the full input schema for each operation.
You

Build a Service Portal widget that shows the current user's open incidents in a table.