SubscriptionFulfillmentIssuesSP
| Initial Build | 2007.01 |
| Module | Subscriptions |
| Current Setting Type | Text Box |
Use this system option to enter the name of a stored procedure used to select subscription issues to display during the fulfillment process. The stored procedure (SP) must accept a parameter for the issue key called @sub_prd_key. NetForum will automatically add this parameter at runtime, it doesn't need to be included in the system option. There can be no other required parameters that do not define default values. The default for this option is exec dbo.su_subscription_issue_fulfillment_select.
Current Setting
The current setting for SubscriptionFulfillmentIssuesSP is used as follows:
Values: This system option can be set to the name of any stored procedure used to select subscription issues to display during the fulfillment process.
Default Value: exec dbo.su_subscription_issue_fulfillment_select
Fields
This system option includes the following fields:
Description: This field gives the description of the system option, including its use and default value.
Important! Do not modify the following fields after the system option is first created. Changing these fields after they have been used can invalidate existing data.
Category: This field sets the category (usually the module) where the system option is used.
Type: The Type field determines the display type of the Current setting field (check box, drop-down list, or text box).
Values: The values field indicates the allowed values for the Current setting field.
Availability
Each system option includes the following availability settings:
Entity Level Option?: Select this check box to make this system option available on an entity level.
Visible To External Systems?: Select this check box to make this system option available in xWeb.