User contributions for Smtxwiki
Jump to navigation
Jump to search
26 July 2022
- 15:3815:38, 26 July 2022 diff hist +23 JavaScript →Get list of published knowledge articles by searching (7.21.07)
- 15:3815:38, 26 July 2022 diff hist +61 JavaScript →Get count of published knowledge articles by searching (7.21.07)
- 15:3715:37, 26 July 2022 diff hist +95 JavaScript →Get list of all published knowledge articles
- 15:3715:37, 26 July 2022 diff hist +23 JavaScript →Get secure list of published knowledge articles by searching (7.21.07)
- 15:3715:37, 26 July 2022 diff hist +60 JavaScript →Get secure count of published knowledge articles by searching (7.21.07)
- 15:3615:36, 26 July 2022 diff hist +23 JavaScript →Get secure list of all published knowledge articles
- 15:3615:36, 26 July 2022 diff hist +23 JavaScript →Get list of published services by searching (7.21.07)
- 15:3615:36, 26 July 2022 diff hist +61 JavaScript →Get count of published services by searching (7.21.07)
- 15:3515:35, 26 July 2022 diff hist +95 JavaScript →Get list of all published services
- 15:3415:34, 26 July 2022 diff hist +23 JavaScript →Get secure list of published services by searching (7.21.07)
- 15:3415:34, 26 July 2022 diff hist +60 JavaScript →Get secure count of published services by searching (7.21.07)
- 15:3415:34, 26 July 2022 diff hist +23 JavaScript →Get secure list of all published services
- 15:3415:34, 26 July 2022 diff hist +24 JavaScript →Get list of published records by searching (7.21.07)
- 15:3315:33, 26 July 2022 diff hist +61 JavaScript →Get count of published records by searching (7.21.07)
- 15:3215:32, 26 July 2022 diff hist +24 JavaScript →Get secure list of published records by searching (7.21.07)
- 15:3115:31, 26 July 2022 diff hist +23 JavaScript →Get secure list of all published records
- 15:3015:30, 26 July 2022 diff hist +23 JavaScript →Get list of all published records
- 15:3015:30, 26 July 2022 diff hist +61 JavaScript →Get secure count of published records by searching (7.21.07)
5 July 2022
- 19:4819:48, 5 July 2022 diff hist +1,302 JavaScript →Service Catalog Interface
- 19:4719:47, 5 July 2022 diff hist +980 JavaScript →Service Catalog Interface
1 July 2022
- 11:2911:29, 1 July 2022 diff hist +120 JavaScript →Evaluate replace placeholders (7.22.07)
- 11:2811:28, 1 July 2022 diff hist +319 JavaScript →General
- 11:2311:23, 1 July 2022 diff hist +520 JavaScript →Logging
- 11:1911:19, 1 July 2022 diff hist +182 JavaScript →Remove process instance object from thread cache (7.21.07)
- 11:1511:15, 1 July 2022 diff hist +2,354 JavaScript →Get secure multiple review cycles (7.22.04)
- 11:0811:08, 1 July 2022 diff hist +170 JavaScript →FormsInterface (7.22.06)
8 June 2022
- 08:3408:34, 8 June 2022 diff hist +470 PDFtoServiceCatalog No edit summary current
- 08:3008:30, 8 June 2022 diff hist +164 PDFtoServiceCatalog No edit summary
- 08:2808:28, 8 June 2022 diff hist +15 PDFtoServiceCatalog No edit summary
- 08:2808:28, 8 June 2022 diff hist +4 PDFtoServiceCatalog No edit summary
- 08:2808:28, 8 June 2022 diff hist +500 N PDFtoServiceCatalog Created page with "So, you made a PDF in the process, but now it needs to go to the ServiceCatalog. JJust using the created link will not get it over there :( what you need to do : 1. Create folder on the server : “D:\Temp” 2. Added variable that stores the location of the file 3. added a step of the type 'save file', before the step where you add the document to the SC 4. in the step 'add report to SC', use the variable from step 2 as documentpath 5. Finally, a step to remove the l..."
- 08:2408:24, 8 June 2022 diff hist +63 ProcessTips No edit summary
30 May 2022
- 21:2821:28, 30 May 2022 diff hist +134 JavaScript →Get the current full path of the file inside the current application
- 21:2421:24, 30 May 2022 diff hist +2,570 JavaScript No edit summary
- 20:0720:07, 30 May 2022 diff hist +1 JavaScript →Search workflow tickets(7.22.06)
- 20:0720:07, 30 May 2022 diff hist +2,914 JavaScript →Get workflow information for a ticket (7.21.07)
- 19:5919:59, 30 May 2022 diff hist +44 JavaScript →Get workflow information for a ticket (7.21.07)
- 18:1118:11, 30 May 2022 diff hist +1,534 JavaScript →Views (7.22.06)
- 18:0418:04, 30 May 2022 diff hist +425 JavaScript →Views (7.22.06)
- 18:0218:02, 30 May 2022 diff hist +580 JavaScript →StudioInterface
- 17:5817:58, 30 May 2022 diff hist +161 JavaScript →Checks if the logged in person has all of the specified roles (7.21.08)
- 17:5717:57, 30 May 2022 diff hist +172 JavaScript →StudioInterface
- 17:5317:53, 30 May 2022 diff hist +69 JavaScript →getLanguages (7.22.06)
- 17:5117:51, 30 May 2022 diff hist +345 JavaScript →Common Functions
- 17:5017:50, 30 May 2022 diff hist +459 JavaScript →Person and person group (7.21.07)
- 17:4717:47, 30 May 2022 diff hist +353 JavaScript →Person and person group (7.21.07)
- 17:4017:40, 30 May 2022 diff hist +473 JavaScript →Common Functions
19 May 2022
- 15:0015:00, 19 May 2022 diff hist −2 Query approver votes of approval steps No edit summary current
- 14:5914:59, 19 May 2022 diff hist +860 N Query approver votes of approval steps Created page with "The query below retrieves all approvers and their votes for a provided ticket id select pi.[Id], pi.[UniqueReference], pi.[DateStarted] as [ProcessStarted], pi.[DateEnded] as [ProcessEnded], pisl.[Name], pisa.[Email] as [ApproverEmail], pisa.[Name] as [ApproverName], pisia.[DateStarted] as [ApprovalStepStarted], pisia.[DateEnded] as [ApprovalStepEnded], pisia.[DecisionId] as [ApprovalVote] from [ProcessInstance] pi left outer join [ProcessInstanceStep] pis on pis.[Proce..."
- 14:5914:59, 19 May 2022 diff hist +44 Main Page →Database scripting Go beyond standard configuration and learn how to script the database