User contributions for Smtxwiki
Jump to navigation
Jump to search
11 May 2021
- 17:2217:22, 11 May 2021 diff hist +1,275 JavaScript →Service Catalog Interface
10 May 2021
- 17:1917:19, 10 May 2021 diff hist +21 JavaScript →Get the value for the application variable, passing thru the parameters to the variable script
- 17:1717:17, 10 May 2021 diff hist +8 JavaScript →renders the application file as a string, passing thru the parameters to the rendering script
- 17:1617:16, 10 May 2021 diff hist −11 JavaScript →Update fields of a task
- 17:1517:15, 10 May 2021 diff hist −1 JavaScript →Update ticket fields
- 17:1417:14, 10 May 2021 diff hist −6 JavaScript No edit summary
- 17:1217:12, 10 May 2021 diff hist +2 JavaScript No edit summary
- 17:1217:12, 10 May 2021 diff hist +824 JavaScript No edit summary
- 17:0917:09, 10 May 2021 diff hist +3,012 JavaScript No edit summary
- 17:0117:01, 10 May 2021 diff hist +1,323 JavaScript No edit summary
- 16:5916:59, 10 May 2021 diff hist +1,387 JavaScript No edit summary
- 16:4716:47, 10 May 2021 diff hist +697 JavaScript No edit summary
- 16:4116:41, 10 May 2021 diff hist +711 JavaScript No edit summary
- 16:3816:38, 10 May 2021 diff hist +178 JavaScript No edit summary
4 May 2021
- 20:1120:11, 4 May 2021 diff hist +36 N Concatenate array values into a single string Created page with "Example: filteredArray.join('||');" current
- 20:1020:10, 4 May 2021 diff hist +2 Remove duplicates from array No edit summary current
- 20:0920: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..."
- 20:0820:08, 4 May 2021 diff hist +85 Example JavaScript No edit summary
22 April 2021
- 14:2614: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..."
- 14:2614:26, 22 April 2021 diff hist +40 Example JavaScript No edit summary
- 10:2110:21, 22 April 2021 diff hist +177 AllFunctions No edit summary
- 10:1710:17, 22 April 2021 diff hist +101 AllFunctions No edit summary
30 March 2021
- 21:3121: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
- 21:2321:23, 30 March 2021 diff hist +55 Example JavaScript No edit summary
25 March 2021
- 10:4310:43, 25 March 2021 diff hist +1,869 JavaScript No edit summary
- 10:3710:37, 25 March 2021 diff hist +1,804 JavaScript No edit summary
4 March 2021
- 08:1308:13, 4 March 2021 diff hist +496 DataStoreTips No edit summary
1 March 2021
- 14:4214:42, 1 March 2021 diff hist +35 Main Page →SMTX Process Management Platform Web Services Connect with PMP through Web Services
28 February 2021
- 22:1422:14, 28 February 2021 diff hist +5,261 JavaScript No edit summary
- 22:0422:04, 28 February 2021 diff hist −20 JavaScript No edit summary
- 22:0022:00, 28 February 2021 diff hist +1,162 JavaScript No edit summary
- 21:3821:38, 28 February 2021 diff hist +645 JavaScript No edit summary
- 21:2921:29, 28 February 2021 diff hist +8 JavaScript No edit summary
- 21:2921:29, 28 February 2021 diff hist +105 JavaScript No edit summary
- 21:2621:26, 28 February 2021 diff hist +68 JavaScript No edit summary
- 21:1821:18, 28 February 2021 diff hist +687 JavaScript No edit summary
- 21:0821:08, 28 February 2021 diff hist +616 JavaScript No edit summary
- 21:0021:00, 28 February 2021 diff hist +281 JavaScript No edit summary
22 February 2021
- 14:3214:32, 22 February 2021 diff hist +70 DateFieldSettings No edit summary current
8 January 2021
- 14:1814:18, 8 January 2021 diff hist +4 JavaScript No edit summary
- 14:1714:17, 8 January 2021 diff hist +2,735 JavaScript No edit summary
7 January 2021
- 11:0611:06, 7 January 2021 diff hist +51 Export Grid field to Excel in Form No edit summary current
- 11:0611: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..."
- 11:0311:03, 7 January 2021 diff hist +75 FormTips No edit summary
22 December 2020
- 16:2516:25, 22 December 2020 diff hist 0 JavaScript No edit summary
25 November 2020
- 08:2308:23, 25 November 2020 diff hist +76 AllFunctions No edit summary
- 08:2208:22, 25 November 2020 diff hist +164 AllFunctions No edit summary
2 November 2020
- 16:4916: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
- 16:4816:48, 2 November 2020 diff hist +24 Example JavaScript No edit summary
2 October 2020
- 15:2715: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