RegisteredUserSubscriptions
Name: Registered User Subscriptions
Type: Application
Modules: Info
Description: Used by subscription and notification mechanism.
| Field | Documentation |
|---|---|
| RegisteredUserId | Registered user identifier from RegisteredUsers.RegisteredUserId. References the user of the subscription. |
| SubscribableItemId | Subscribable Item identifier from SubscribableItems.SubscribableItemId. References the item the user subscribes to. |
| SubscriptionDetails | Detailed information about the subscription. |
| AgencyId | Agency identifier from Agencies.AgencyId. References the agency the subscription belongs to. |
| DeliveryDestination | Delivery method and address of the delivery destination. Addresses may be physical or email addresses. Valid delivery methods are: Print, To, Cc, Bcc. Note: Multiple destinations are separated by a semicolon (;). For example, Print:5800 Explorer Dr;To:abc@company.com;Cc:def@company.com;Bcc:ghi@Company.com. |
| DeliveryDate | Date when the subscription was delivered. Format: yyyymmdd. |
| DeliveryTime | Time when the subscription was delivered. Value is in seconds from midnight. |
| DeliveryMethodId | Delivery method identifier from DeliveryMethods.DeliveryMethodId. References the delivery method the subscription uses, e.g., Mail, Email. |
| DeliverySchedule | Schedule for delivering a specific subscription. |
| ExpiryDate | Date when the subscription expires. Format: yyyymmdd. |
| ExpiryTime | Time when the subscription expires on the expiry date. Value is in seconds from midnight. |
| TransferStatus | Satus the subscription's printer status. Valid values are: 0 = Dormant, 1= Sending, 2 = Sent, 3 = Failed, 4 = Expired, 5 = Suspend. |
| CreBy | User who created the subscription. |
| CreDate | Date when the subscription was created. Format: yyyymmdd. |
| CreTime | Time when the subscription was created. Value in seconds from midnight. |
| ModBy | User who last modified the record. |
| ModDate | Date when the record was last modified. |
| ModTime | Time when the record was last modified. Value is in seconds from midnight. |
| SubscribableItemContent | Description of the content that the user subscribes to. |
| Quantity | Quantity of the subscribable item that the user subscribes to. |
| AttributeId | Attribute identifier from BsmAttribute.AttributeId. |