All public logs
Jump to navigation
Jump to search
Combined display of all available logs of TS NoCode wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 11:37, 6 September 2023 Nun talk contribs created page Features/Personal views (Created page with "A View (also called list view) is a specific showing of a list of records from an Entity. Using the search and advanced search functions, you can choose to exclude records form the view using different parameters. The currently active parameters can be seen below the view. To save the parameters of a view for later reuse, select")
- 08:30, 28 August 2023 Nun talk contribs created page File:Unique key.PNG
- 08:30, 28 August 2023 Nun talk contribs uploaded File:Unique key.PNG
- 08:30, 28 August 2023 Nun talk contribs created page File:Field select.PNG
- 08:30, 28 August 2023 Nun talk contribs uploaded File:Field select.PNG
- 08:30, 28 August 2023 Nun talk contribs created page File:Field advanced toggle.PNG
- 08:30, 28 August 2023 Nun talk contribs uploaded File:Field advanced toggle.PNG
- 14:55, 24 August 2023 Kpe talk contribs created page Elastic search install (Created page with "== ES installation == === Install using the RPM manager === wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.9.1-x86_64.rpm wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.9.1-x86_64.rpm.sha512 shasum -a 512 -c elasticsearch-8.9.1-x86_64.rpm.sha512 sudo rpm --install elasticsearch-8.9.1-x86_64.rpm sudo rpm -e elasticsearch-8.9.1-x86_64.rpm === Install using yum installer === sudo rpm --import https://pack...")
- 12:51, 11 August 2023 Kpe talk contribs created page Features/Duplicate prevention (Created page with "=== PLACEHOLDER ARTICLE === Entity: Check for duplicates Field: Is part of a unique key Note checks realtime when entering data")
- 09:04, 11 August 2023 Kpe talk contribs created page Nomenclature (Created page with "* Entity * Record * Status * Block * Section * Frontend * Backend")
- 15:25, 10 August 2023 Nun talk contribs moved page Status level dependencies to Features/Status level dependencies
- 15:08, 10 August 2023 Nun talk contribs created page File:Level dependency.png
- 15:08, 10 August 2023 Nun talk contribs uploaded File:Level dependency.png
- 15:08, 10 August 2023 Nun talk contribs created page File:Advanced toggle.png
- 15:08, 10 August 2023 Nun talk contribs uploaded File:Advanced toggle.png
- 15:07, 10 August 2023 Nun talk contribs created page File:Picture 2.png
- 15:07, 10 August 2023 Nun talk contribs uploaded File:Picture 2.png
- 15:02, 10 August 2023 Nun talk contribs created page Status level dependencies (Created blank page)
- 15:01, 10 August 2023 Nun talk contribs deleted page Index.php?title=Features/Status level dependencies (content was: "", and the only contributor was "Nun" (talk))
- 15:01, 10 August 2023 Nun talk contribs created page Index.php?title=Features/Status level dependencies (Created blank page)
- 15:00, 10 August 2023 Nun talk contribs deleted page Features/Status level dependencies (broken page)
- 14:59, 10 August 2023 Tvi talk contribs changed group membership for Nun from (none) to administrator
- 14:51, 10 August 2023 Tvi talk contribs moved page Index.php?title=Features/Status level dependencies to Features/Status level dependencies without leaving a redirect (Broken url)
- 14:14, 10 August 2023 Nun talk contribs created page Index.php?title=Features/Status level dependencies (Created page with "Status level dependencies") Tag: Visual edit: Switched
- 14:12, 10 August 2023 Nun talk contribs created page File:Levels.png
- 14:12, 10 August 2023 Nun talk contribs uploaded File:Levels.png
- 15:06, 13 July 2023 Nun talk contribs created page Local development environment tutorial (beginnings of local environment tutorial) Tag: Visual edit
- 14:57, 13 July 2023 User account Nun talk contribs was created by Tvi talk contribs (Ny medarbejder)
- 09:01, 26 April 2023 Tvi talk contribs created page FieldStateChanger (Created the page) Tag: Visual edit
- 12:12, 2 March 2023 Tvi talk contribs created page MitID Integration (Created the page) Tag: Visual edit
- 15:38, 15 December 2022 Tvi talk contribs created page LoadInfoFromCVR (Created page with "== What is it? == A codeunit that does a lookup via danish CVR register and updates the given fields of the record. Only the configurations that are set will be updated, allowing for fetching of specific fields. == How to set up == Add a status action and set the codeunit Classname to: '''dk.tempusserva.codeunit.common.LoadInfoFromCVR''' Set the following entity configurations * '''LoadInfoFromCVR.LookupField''' Field SYSTEMNAME containing the CVR to be looked up (re...") Tag: Visual edit
- 15:32, 15 December 2022 Tvi talk contribs created page GenberegnParent (Created page with "==What is it?== A simple codeunit that allows you to force a complete re-calculation of an associated record == How to set up == Set the codeunit Classname of the entity to: '''dk.tempusserva.codeunit.common.GenberegnParent''' Set the following entity configuration * '''GenberegnParent.ParentField''' Field NAME containing the DataID of the associated record (eg. ParentReference or Lookup DataID)") Tag: Visual edit
- 10:36, 18 November 2022 Kpe talk contribs created page Coding standards (Created page with "=== Naming standards (tobe) === Package / naming placement * Package name all lowercase * General platform entities ** Servlets ** Fields ** Views * Solution specific code Class naming * Starting with uppercase * No special characters * Seperate words with uppercase === Safety standards === * Input sanitization used in SQL, using either ** Escape all string parameters using DbConnection.EscapeSQL ** Prepared statements * Page codeunits should contain user group restr...")
- 04:40, 19 August 2022 Kpe talk contribs created page Importing data from XL (Created page with "== How to import data == When importing a file you can either update or insert records. After the import is handled a file containing the results are returned to the user. General rules using the import * Validation rules applies by default * Codeunits are triggered by default * Field system names (uppercase) are used by default == Field references == Data plays a special role in regard to what you want to do * When creating data the DataID may NOT be included * Wh...")
- 13:24, 16 August 2022 Kpe talk contribs created page Installation NIX systems (Created page with " === Redhat installation === # wget -q -O- https://tempusserva.dk/scripts | /bin/bash # tsmakesymlink.sh # tsinstalldependencies # tsisntallnightly XXX")
- 13:11, 29 April 2022 Kpe talk contribs created page Styling hacks (Created page with " === CSS for form buttons in page footer === .tsUpdateButtons { position: fixed; bottom: 0px; width: 92%; max-width: 1200px; padding: 0px 0px 2px 0px; z-index: 26; background-color: transparent; opacity: 1; } .submitOption, .updateSubmit { max-width: 22%; line-height: 1; height: 26px; }")
- 14:47, 3 March 2022 Tvi talk contribs created page Graylog-sidecar setup (Skrevet guide fra docs over) Tag: Visual edit
- 15:02, 16 December 2021 Tvi talk contribs created page RequestFormevent (Created page with "This Codeunit is not ready for use! == What it does == == How to invoke == == Configuration == {| class="wikitable" !Datapoint ! !Type !Notes |- |when |Required |String |Possible values: "after-update" or "before-update". Determines whether the call is executed before or after an item is updated. |- |status |Optional |Array |An array of the StatusID's where the call should be executed. If "after-update", then this is if the item is in one of these status's after the u...") Tag: Visual edit
- 15:43, 15 December 2021 Tvi talk contribs created page MoveFile (Created page with "== What it does == Moves a file from one document-field to another, on the same entity. Works between document-fields with and without signing. == How to invoke == Add the following snippet to the entity scripts.<syntaxhighlight lang="javascript"> let moveFile = (id) => { const params = new URLSearchParams(window.location.search) $.ajax({ url: "main", method: "GET", data: { "command": "dk.tempusserva.codeunit.common.MoveFile", "SagID": params.get("SagID")...") Tag: Visual edit
- 11:52, 15 December 2021 Tvi talk contribs deleted page Memutuskan Situs Judi Online Dengan Bonus Besar (Spam)
- 11:52, 15 December 2021 Tvi talk contribs deleted page Proof That Veterinary Medical Equipment Is Strictly What You Are On The Lookout For (Spam)
- 11:51, 15 December 2021 Tvi talk contribs deleted page The Secret Of Veterinary Medical Equipment (Spam)
- 11:51, 15 December 2021 Tvi talk contribs deleted page 8 Simple Techniques For Led Downlights Uncovered (Spam)
- 11:51, 15 December 2021 Tvi talk contribs deleted page 10 Romantic Veterinary Medical Device Holidays (Spam)
- 11:51, 15 December 2021 Tvi talk contribs deleted page Indoor Led Lights Adventures (Spam)
- 11:50, 15 December 2021 Tvi talk contribs deleted page The Way To Make Extra Led Downlights By Doing Much Less (Spam)
- 11:50, 15 December 2021 Tvi talk contribs deleted page Agen Sabung Ayam Online Yang Butuh Untuk Dijauhi (Spam)
- 11:50, 15 December 2021 Tvi talk contribs deleted page Be At The Top Of World With Liver Products (Spam)
- 11:50, 15 December 2021 Tvi talk contribs deleted page North Korea Accuses UN Of double Standards Over Missile Tests (Spam)
- 11:50, 15 December 2021 Tvi talk contribs deleted page 4 Ways To Make Old Appliances Look New - Kitchen Improvements (Spam)