Difference between revisions of "Codeunit"

From TempusServa wiki
Jump to navigation Jump to search
old>Admin
(Created page with '== Codeunit overview == * CodeunitFormevents * CodeunitCodeunitPagecontent * CodeunitCodeunitPagecontentPublic * CodeunitCodeunitStatusaction * [[CodeunitTransla…')
 
 
(27 intermediate revisions by 3 users not shown)
Line 1: Line 1:
== Codeunit overview ==
== Codeunit overview ==


* [[CodeunitFormevents]]
=== Understanding codeunits ===
* [[CodeunitCodeunitPagecontent]]
 
* [[CodeunitCodeunitPagecontentPublic]]
* [[Developing codeunits]]
* [[CodeunitCodeunitStatusaction]]
* [[Deploying codeunits]]
* [[CodeunitTranslator]]
 
=== Codeunit variants ===
 
* [[Codeunit/Formevents|Formevents]]
* [[Codeunit/Pagecontent|Pagecontent]]
* [[Codeunit/PagecontentPublic|PagecontentPublic]]
* [[Codeunit/Statusaction|Statusaction]]
* [[Codeunit/Translator|Translator]]
* [[Codeunit/ScheduledAction|ScheduledAction]]


== Common codeunit index ==
== Common codeunit index ==
=== Form events ===
* [[Codeunit/FormEvent/AfterChangeCreateAndSendToken|AfterChangeCreateAndSendToken]]
* [[Codeunit/FormEvent/AfterChangeSendToken|AfterChangeSendToken]]
* [[Codeunit/FormEvent/AfterCreateItemRedirect|AfterCreateItemRedirect]]
* [[Codeunit/FormEvent/BeforeUpdateSetStatusIfEmpty|BeforeUpdateSetStatusIfEmpty]]
* [[Codeunit/FormEvent/BuildUserProfileFromRecord|BuildUserProfileFromRecord]]
* [[Codeunit/FormEvent/GrandParentMaintainence|GrandParentMaintainence]]
* [[Codeunit/FormEvent/InstanceCreator|InstanceCreator]]
*[[RequestFormevent]]
*[[LoadInfoFromCVR]]
*[[GenberegnParent]]
* [[Codeunit/FormEvent/Other|...other]]
=== Form status action events ===
* [[Codeunit/StatusAction/SignNemIdActionStatus|SignNemIdActionStatus]]
* [[Codeunit/StatusAction/SignNemIdActionStatusGenerator|SignNemIdActionStatusGenerator]]
=== Page content ===
* [[Codeunit/ContentPrivate/PageStaticContent|PageStaticContent]]
* [[Codeunit/ContentPrivate/PageUsersByGroup|PageUsersByGroup]]
* [[Codeunit/ContentPrivate/PageUsersOnline|PageUsersOnline]]
* [[Codeunit/ContentPrivate/PageWebsiteIframe|PageWebsiteIframe]]
* [[Codeunit/ContentPrivate/SolutionStructureView|SolutionStructureView]]
* [[Codeunit/ContentPrivate/PageCopyStructure|PageCopyStructure]]
*[[MoveFile]]
* [[Codeunit/ContentPrivate/Other|...other]]
=== Page content public ===
* [[Codeunit/ContentPublic/PagePublicHelloWorld|PagePublicHelloWorld]]
* [[Codeunit/ContentPublic/PagePublicTokenBuilder|PagePublicTokenBuilder]]
* [[Codeunit/ContentPublic/Other|...other]]
=== Integration translators ===
* [[Codeunit/Integration/IntegrationFieldFixCPR|IntegrationFieldFixCPR]]
* [[Codeunit/Integration/IntegrationFieldFixDate|IntegrationFieldFixDate]]
* [[Codeunit/Integration/IntegrationFieldLookupKey|IntegrationFieldLookupKey]]
* [[Codeunit/Integration/IntegrationFieldValueMap|IntegrationFieldValueMap]]
* [[Codeunit/Integration/Other|...other]]
=== Settings for development environement ===
Set the following to true:
* codeunitLoadLibraryFile
* codeunitLoadExternal
Ensure that the application name is correct in
* codeunitLibraryFileList

Latest revision as of 16:07, 3 October 2023