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.Service Portal widgets, pages, and themes.
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.| Operation | Description |
|---|---|
| add_column | Add a column to a row |
| add_container | Add a layout container to a page |
| add_css_include | Add a CSS include to a theme |
| add_js_include | Add a JavaScript include to a theme |
| add_menu | Add a navigation menu |
| add_menu_item | Add an item to a navigation menu |
| add_route_map | Add a URL route map to a page |
| add_row | Add a row to a container |
| add_widget_dependency | Attach a dependency to a widget |
| add_widget_instance | Add a widget instance to a column |
| create_angular_provider | Create an Angular provider |
| create_dependency | Create a widget dependency |
| create_header_footer | Create a header/footer widget |
| create_ng_template | Create an Angular template |
| create_page | Create a portal page |
| create_portal | Create a Service Portal (sp_portal) |
| create_theme | Create a portal theme |
| create_widget | Create a portal widget with client/server scripts |
sn ops portal to see the full input schema for each operation.Build a Service Portal widget that shows the current user's open incidents in a table.