New pages
Jump to navigation
Jump to search
29 July 2025
- 16:0616:06, 29 July 2025 SMTX DisplayViewModule (hist | edit) [909 bytes] Smtxwiki (talk | contribs) (Created page with "Include this in your HTML code: <smtx-displayview getdatalocation="api/getmyticketsopendata" tableextraclass="myticketsopen" translation_norecords="No Open Tickets" initialsortfieldname="Id" initialsortfielddirection="Desc" id="myticketsopen" itemsperpage="15"><i class="fas fa-spinner fa-spin"></i></smtx-displayview> Use the following options to configure the view id:string; data:string; getdatalocation:string; postbody:string; tableextraclass:string; itemsperpa...")
- 16:0216:02, 29 July 2025 ReactComponents (hist | edit) [152 bytes] Smtxwiki (talk | contribs) (Created page with "-React Components These components can be used to quickly add views or workflow actions into your studio application |React Display view module")
7 May 2025
- 08:5308:53, 7 May 2025 Redirect always to Service Catalogue (hist | edit) [176 bytes] Smtxwiki (talk | contribs) (Created page with "You need to set 2 settings: 1. Settings > Login : After login redirect to: /ServiceCatalog/Admin/ 2. Settings > Dashboard Always redirect dashboard to: /ServiceCatalog/Admin/")
2 May 2025
- 14:0114:01, 2 May 2025 Get delegates for actor (hist | edit) [261 bytes] Smtxwiki (talk | contribs) (Created page with "In case you need to get the delegates of an actor, you can make use of an additional parameter return WorkflowInterface.getSteps(ticketId, { includeactordelegates : true }) With this extra parameter, you will receive the delegates of each actor in a workflow")