User contributions for Smtxwiki
Jump to navigation
Jump to search
4 May 2021
- 21:1021:10, 4 May 2021 diff hist +2 Remove duplicates from array No edit summary current
- 21:0921:09, 4 May 2021 diff hist +882 N Remove duplicates from array Created page with "Example how to build an array of persons and in the end filter out the duplicates <nowiki> var returnRequest = #1#; var allActors = JSON.parse(CommonInterface.callWebservice..."
- 21:0821:08, 4 May 2021 diff hist +85 Example JavaScript No edit summary
22 April 2021
- 15:2615:26, 22 April 2021 diff hist +1,406 N Creating a new service through API Created page with "Below is some javascript that shows how to create a new service and set some template fields through javascript: <nowiki>var newGuid = CommonInterface.newGuid(); var knowled..."
- 15:2615:26, 22 April 2021 diff hist +40 Example JavaScript No edit summary
- 11:2111:21, 22 April 2021 diff hist +177 AllFunctions No edit summary
- 11:1711:17, 22 April 2021 diff hist +101 AllFunctions No edit summary
30 March 2021
- 22:3122:31, 30 March 2021 diff hist +1,570 N Retrieving all service details through public API Created page with "The javascript below retrieves all services through the available API and per retrieved service, the details of the service is retrieved through an additional API call. <now..." current
- 22:2322:23, 30 March 2021 diff hist +55 Example JavaScript No edit summary
25 March 2021
- 11:4311:43, 25 March 2021 diff hist +1,869 JavaScript No edit summary
- 11:3711:37, 25 March 2021 diff hist +1,804 JavaScript No edit summary
4 March 2021
- 09:1309:13, 4 March 2021 diff hist +496 DataStoreTips No edit summary
1 March 2021
- 15:4215:42, 1 March 2021 diff hist +35 Main Page →SMTX Process Management Platform Web Services Connect with PMP through Web Services
28 February 2021
- 23:1423:14, 28 February 2021 diff hist +5,261 JavaScript No edit summary
- 23:0423:04, 28 February 2021 diff hist −20 JavaScript No edit summary
- 23:0023:00, 28 February 2021 diff hist +1,162 JavaScript No edit summary
- 22:3822:38, 28 February 2021 diff hist +645 JavaScript No edit summary
- 22:2922:29, 28 February 2021 diff hist +8 JavaScript No edit summary
- 22:2922:29, 28 February 2021 diff hist +105 JavaScript No edit summary
- 22:2622:26, 28 February 2021 diff hist +68 JavaScript No edit summary
- 22:1822:18, 28 February 2021 diff hist +687 JavaScript No edit summary
- 22:0822:08, 28 February 2021 diff hist +616 JavaScript No edit summary
- 22:0022:00, 28 February 2021 diff hist +281 JavaScript No edit summary
22 February 2021
- 15:3215:32, 22 February 2021 diff hist +70 DateFieldSettings No edit summary current
8 January 2021
- 15:1815:18, 8 January 2021 diff hist +4 JavaScript No edit summary
- 15:1715:17, 8 January 2021 diff hist +2,735 JavaScript No edit summary
7 January 2021
- 12:0612:06, 7 January 2021 diff hist +51 Export Grid field to Excel in Form No edit summary current
- 12:0612:06, 7 January 2021 diff hist +353 N Export Grid field to Excel in Form Created page with "Case: you have a Grid fiel that you want the user to export into Excel Add a field of the type 'Export'. In the field 'dynamic value', put the internal label of the field tha..."
- 12:0312:03, 7 January 2021 diff hist +75 FormTips No edit summary
22 December 2020
- 17:2517:25, 22 December 2020 diff hist 0 JavaScript No edit summary
25 November 2020
- 09:2309:23, 25 November 2020 diff hist +76 AllFunctions No edit summary
- 09:2209:22, 25 November 2020 diff hist +164 AllFunctions No edit summary
2 November 2020
- 17:4917:49, 2 November 2020 diff hist +278 N Working with dates Created page with "When using the new Date function, you will get the date in the timezone of the SSP server: <nowiki> WorkflowInterface.updateTicketFields(5320, { "Status": "Open", "Descripti..." current
- 17:4817:48, 2 November 2020 diff hist +24 Example JavaScript No edit summary
2 October 2020
- 16:2716:27, 2 October 2020 diff hist +184 N Filtering on JSON array Created page with "In case there is an array of JSON elements this is an example how to search in the JSON array: <nowiki> mandantList.filter(function (m) { return m.Mandant === 'BG-Bau'; });..." current
- 16:2616:26, 2 October 2020 diff hist +29 Example JavaScript No edit summary
- 16:1516:15, 2 October 2020 diff hist +1 Example JavaScript No edit summary
- 16:1416:14, 2 October 2020 diff hist +841 N Storing PowerShell results in datastore Created page with "This example takes the output of a powershell script and stores it in a datastore. The script returns 3 columns per line (; seperated) and an additional lookup is done in a JS..." current
- 16:1216:12, 2 October 2020 diff hist +44 Example JavaScript No edit summary
30 September 2020
- 14:4714:47, 30 September 2020 diff hist +2,089 N Adding Timeslots to datastore Created page with "This script creates time slots in a datastore on a given date between 2 given hours with a given number of minutes between the slots. <nowiki> //var FORMFIELD_DATUM = #1#; /..." current
- 14:4514:45, 30 September 2020 diff hist +100 N Example JavaScript Created page with "This page contains some example code to use javascript within SSP Adding Timeslots to datastore"
- 14:4414:44, 30 September 2020 diff hist +44 JavaScript No edit summary
8 September 2020
- 13:1413:14, 8 September 2020 diff hist 0 JavaScript No edit summary
- 13:1213:12, 8 September 2020 diff hist +1 JavaScript No edit summary
- 13:1113:11, 8 September 2020 diff hist +9,938 N JavaScript Created page with "Since version 7.20.10 SSP supports javascript steps in the workflow. Below is a summary of all SSP specific functions, available to be used within the step: <nowiki> /**** Com..."
- 12:5812:58, 8 September 2020 diff hist +44 Main Page No edit summary
11 August 2020
- 13:5513:55, 11 August 2020 diff hist +6 RestServiceExamples →Call type INSERT
- 13:5513:55, 11 August 2020 diff hist +629 RestServiceExamples →Call type INSERT
- 13:5113:51, 11 August 2020 diff hist +3,190 N RestServiceExamples Created page with "SSP supports REST webservices with which JSON files are used to transfer data between 2 systems. This page contains some examples how to define REST webservices. == Call type..."
- 13:2113:21, 11 August 2020 diff hist +50 WebServicesTips No edit summary