Tuesday 6 October 2015

Changes in C/AL Behaviour C/AL Properties in Nav 2016

The following table lists the summary of new, removed, or changed properties in Microsoft Dynamics NAV 2016.

Will come with more details in my later posts.















































































Function Description
Event PropertyNew property.

Used for events. Specifies whether a function is a publisher of or subscriber to an event.
EventFunction PropertyNew property.

Used for events. Specifies the event publisher function that an event subscriber function subscribes to.
EventPublisherObject PropertyNew property.

Used for events. Specifies the object that contains the event publisher function that an event subscriber function subscribes to.
EventSubscriberInstance PropertyNew property.

Specifies how event subscriber functions in a codeunit are bound to codeunit instance and events that they subscribe to.
EventType PropertyNew property.

Used for events. Specifies whether an event is a business or integration event.
GlobalVarAccess PropertyNew property.

Used for events. Specifies whether global variables in an event publisher object can be accessed from event subscriber functions.
IncludeSender PropertyNew property.

Used for events. Specifies whether global functions in an event publisher object can be called from event subscriber functions.
Namespaces PropertyNew property.

Specifies one or more namespaces on an XMLport object.
NamespacePrefix PropertyNew property.

Specifies a namespace prefix on an element of an XMLport object.
OnMissingLicense PropertyNew property.

Specifies what happens to the event subscriber function call when the license of the Microsoft Dynamics NAV user account that is running the current session does not include the codeunit that contains the subscriber function.
OnMissingPermission PropertyNew property.

Specifies what happens to the subscriber function call when the Microsoft Dynamics NAV user account that is running the current session does not have permission to the codeunit that contains the subscriber function.
EventPublisherElement PropertyNew property.

Used for events. Specifies the table field that the trigger event pertains to.
Scope PropertyNew property.

Specifies the scope of actions to be either Repeater or Page.
SQL Timestamp PropertyNew property.

Specifies a field to be a timestamp field that contains row version numbers for records.
TableType PropertySpecifies whether the table is a normal or external (CRM or ExternalSQL) table.
TryFunction PropertyNew property.

Specifies the function to be try function, which can be used to catch and handle errors and exceptions that occur when code is run.
FunctionType Property (Upgrade Codeunits)Changed property.

Instead of the Upgrade option, there are now two options: UpgradePerCustomer and UpgradePerDatabase. The UpgradePerCustomer option behaves like the Upgrade option in the previous Microsoft Dynamics NAV version.
FunctionType Property (Test Codeunits)Changed property.

Includes the FilterPageHandler and HyperlinkHandler options.

1 comment: