Codeunit 18122563 EOS EX022 Subscription
Provides functions related to extension specific subscription management.
procedure TestSubscription(): Boolean
Verifies if subscription is active. If not a “required” notification will be displayed
Returns Boolean
True if notification has been displayed
procedure SendExpirationNotifications(): Boolean
Verfifies subscription status/dates and if necessary displays expiring related notification
Returns Boolean
True if notification has been displayed
procedure SendAllNotifications(): Boolean
Verfifies subscription status/dates and if necessary displays a notification
Returns Boolean
True if notification has been displayed
procedure SetupSubscription()
Launches subscription request wizard
procedure GetSubscriptionIsActive() Result: Boolean
Verfifies if the subscription is active
Returns Boolean
The subscription status
procedure GetLicenseText(): Text[50]
Generates a text with infos related to free version (i.e. for captions)
Returns Text[50]
The generated text
procedure GetNotificationId(): Guid
Returns a unique GUID to use for extension specfic notifications
Returns Guid
The ID
procedure SendNotification(Message: Text)
Displays an extension specific notification
Message Text[]
The text to be displayes
procedure GetMaxFreeRows(): Integer
Returns the maximal nr. of rows allowed for using in free mode
Returns Integer
The number
procedure SendMaxRowsNotification()
procedure DetCaption(Title: Text; Applcode: Text): Text
Title Text[]
Applcode Text[]
Returns Text[]
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.