User contributions for Smtxwiki
Jump to navigation
Jump to search
6 July 2024
- 16:1116:11, 6 July 2024 diff hist +19 JavaScript →Get form SECURE (7.22.09)
- 16:1116:11, 6 July 2024 diff hist +19 JavaScript →Get form
- 16:1016:10, 6 July 2024 diff hist +6 JavaScript →Get form SECURE (7.22.09)
- 16:0616:06, 6 July 2024 diff hist +1 JavaScript →Get all topic SECURE (7.24.07)
- 16:0616:06, 6 July 2024 diff hist +1 JavaScript →Get all topic (7.24.07)
- 16:0616:06, 6 July 2024 diff hist +485 JavaScript →FormsInterface (7.22.06)
- 16:0316:03, 6 July 2024 diff hist +6 JavaScript →Get topic SECURE (7.22.09)
- 16:0216:02, 6 July 2024 diff hist +264 JavaScript →Common Functions
19 June 2024
31 May 2024
- 17:3617:36, 31 May 2024 diff hist +4 JavaScript →Get a value from the cookie (7.24.06)
- 17:2717:27, 31 May 2024 diff hist +208 JavaScript →Get a value from the cookie
- 17:2617:26, 31 May 2024 diff hist +435 JavaScript →Set a cookie (7.22.03)
7 May 2024
- 15:2215:22, 7 May 2024 diff hist +286 JavaScript →Services
16 April 2024
15 April 2024
- 13:3613:36, 15 April 2024 diff hist +325 N Get form field values in javascript execution block Created page with "Example function to retrieve a value from a simple field in a request form var getFormField (formvalues, fieldname) { formvalues.filter(function(fld) { return fld.internallabel === fieldname }).map(function(fld) { return fld.value; }).join(""); } var fieldValue = getFormField(g_forminstance.values, 'fieldname');" current
- 13:3413:34, 15 April 2024 diff hist +57 FormTips No edit summary
29 March 2024
- 10:4910:49, 29 March 2024 diff hist +320 Creating a new service through API No edit summary current
- 10:3310:33, 29 March 2024 diff hist +1,542 N Update Yes/No field for all documents in a service Created page with "Updaten van een yes / no veld bij een document, hiervoor kun je de webservice “Services: update document template part numeric value” gebruiken, yes = 1 en no = 0. Ik heb die webservice toegevoegd aan jullie test omgeving. Je kunt dit script gebruiken om alle documenten van een onderzoek die DOC_delete op yes hebben staan aan te passen naar no: var serviceguid = "12345"; var externalprovidername = "the name"; var externalproviderkey = "the key"; var servicedetail..." current
- 10:3310:33, 29 March 2024 diff hist +56 Main Page No edit summary
29 February 2024
- 16:2316:23, 29 February 2024 diff hist +56 JavaScript →Start a new process instance with passing thru initial ticketing data (7.21.12)
- 16:2316:23, 29 February 2024 diff hist +56 JavaScript →Start a new process instance (7.21.12)
- 16:2316:23, 29 February 2024 diff hist +3 JavaScript →Get values as array from the query string (7.24.03)
- 16:2216:22, 29 February 2024 diff hist 0 JavaScript →Get values as an array from the header (7.24.03)
- 16:2216:22, 29 February 2024 diff hist 0 JavaScript →Get values as an array from the server variables (7.24.03)
- 16:2116:21, 29 February 2024 diff hist +230 JavaScript →Get a value from the posted form collection
- 16:2116:21, 29 February 2024 diff hist +232 JavaScript →Get a value from the server variables (7.24.02)
- 16:2016:20, 29 February 2024 diff hist +208 JavaScript →Get a value from the header
- 16:1916:19, 29 February 2024 diff hist +199 JavaScript →Get a value from the query string
- 16:1816:18, 29 February 2024 diff hist −720 JavaScript →Service Catalog Interface
- 16:1716:17, 29 February 2024 diff hist +1,488 JavaScript →Service Catalog Interface
- 16:1716:17, 29 February 2024 diff hist +720 JavaScript →Service Catalog Interface
- 16:0416:04, 29 February 2024 diff hist +399 JavaScript →Save an object / array of objects to an Excel file (since 7.21.11)
20 February 2024
- 17:2517:25, 20 February 2024 diff hist +4 AllFunctions No edit summary
- 17:1817:18, 20 February 2024 diff hist +60 AllFunctions No edit summary
- 15:1115:11, 20 February 2024 diff hist +139 Retrieve Group membership No edit summary current
- 15:0615:06, 20 February 2024 diff hist +700 N Retrieve Group membership Created page with "If you want to know in a form, to which groups a user belongs,use this Query in a webservice: SELECT [Name] FROM [PersonGroup] WHERE [Id] IN (SELECT [PersonGroupId] FROM [PersonGroupPerson] WHERE [PersonId] IN (SELECT [Id] FROM [Person] WHERE [Email] = #EMAIL#)) AND [Name] IN ( '03. Anesthesiology (PD)', '04. Biobank (PD)', '05. Cardiologie (PD - OD)', '06. DPO (PD)', '07. Gastro-enterology (PD)', '08. Information management (PD)', '09. Laboratory (PD)', '10. Legal depa..."
- 15:0415:04, 20 February 2024 diff hist +31 Main Page No edit summary
13 February 2024
- 11:4311:43, 13 February 2024 diff hist +89 AllFunctions No edit summary
12 February 2024
- 12:2812:28, 12 February 2024 diff hist +29 Fetch date last uploaded document in a specific folder No edit summary current
- 12:2712:27, 12 February 2024 diff hist +14 Fetch date last uploaded document in a specific folder No edit summary
- 12:2512:25, 12 February 2024 diff hist +1,198 N Fetch date last uploaded document in a specific folder Created page with "If you need to know the date the last documetn was uploaded in a folder: the example below return this form the selected Category (this is a document part 'Doc_Category') of the value : 'J1. Annual progress report' var serviceGuid = #REPLACE-VARIABLE-1550-ServiceGUID#; var serviceDetails = JSON.parse(ServiceCatalogInterface.getServiceDetail(serviceGuid, { LoadRelations: false, LoadParts: false, PartsUseValue: true })); var annualreportdates = serviceDetails.documents.f..."
- 12:2312:23, 12 February 2024 diff hist +60 Main Page No edit summary
8 February 2024
- 11:2211:22, 8 February 2024 diff hist 0 Send uploaded files via attachment No edit summary current
- 11:2211:22, 8 February 2024 diff hist +236 Send uploaded files via attachment No edit summary
- 11:1911:19, 8 February 2024 diff hist +22 IndexOf SubString No edit summary current
- 11:1911:19, 8 February 2024 diff hist +116 IndexOf SubString No edit summary
- 10:4010:40, 8 February 2024 diff hist +53 Send uploaded files via attachment No edit summary
- 10:1510:15, 8 February 2024 diff hist +405 N Send uploaded files via attachment Created page with "see test form in DEV : https://dev.ssp7.smt-x.com/Forms/Admin/formDetail.aspx?tab=1&id=739&ActiveFieldId=15011 it contains 2 file upload fields: 1. single file : Upload1FileForm 2. Multiple files: Upload2FilesForm This links into this process: https://dev.ssp7.smt-x.com/Workflow/Admin/ProcessAddEdit.aspx?saved=true&genericid=433 that contains 2 action steps: 1. upload 1 file 2. upload multiple files"
- 10:0910:09, 8 February 2024 diff hist +40 ProcessTips No edit summary current
1 February 2024
- 22:4322:43, 1 February 2024 diff hist +11,617 JavaScript →Service parts