Codeunit 18122469 EOS EX025 Subscription

Codeunit 18122469 EOS EX025 Subscription

Methods

LoadSubscriptionInfo

procedure LoadSubscriptionInfo()

Loads record with present subscription informations


SendExpirationNotifications

procedure SendExpirationNotifications(): Boolean

Verfifies subscription status/dates and if necessary displays expiring related notification

Parameters / Return Value

  • Returns Boolean

    True if notification has been displayed


GetSubscriptionIsActive

procedure GetSubscriptionIsActive(): Boolean

Verfifies if the subscription is active

Parameters / Return Value

  • Returns Boolean

    The subscription status


GetLicenseText

procedure GetLicenseText(): Text[50]

Generates a text with infos related to free version (i.e. for captions)

Parameters / Return Value

  • Returns Text[50]

    The generated text


GetNotificationId

procedure GetNotificationId(): Guid

Returns a unique GUID to use for extension specfic notifications

Parameters / Return Value

  • Returns Guid

    The ID


SendNotification

procedure SendNotification(Message: Text)

Displays an extension specific notification

Parameters / Return Value

  • Message Text

    The text to be displayes


SendNoFreeAutoCompNotification

procedure SendNoFreeAutoCompNotification()

Displays an extension specific notification related to automatic compensation det.


SendNoFreePrintNotification

procedure SendNoFreePrintNotification()

GetMaxFreeLines

procedure GetMaxFreeLines(): Integer

Returns the maximal number of free lines suggested in journal

Parameters / Return Value

  • Returns Integer

    number



EOS Labs -