Reference > Shop flow URLs > Trading subsystem URLs > Request for Quote (RFQ) > RFQ URLs
RFQNotificationClosedMonitor URL
Invoked by the WebSphere Commerce scheduler to process pending notifications for any closed RFQs. This URL is called by scheduler. No display page will return.
URL structure
- http://host_name/path/
- The fully qualified name of the WebSphere Commerce Server and the configuration path.
name-value pair with the & character. For a detailed description of the parameters and their values, see the list entitled Parameter values." />
Parameter values
- jobRefNum
- Required: The ID of the scheduled job.
- sellerMemberGroupNameToNotify
- The group name from the MBRGRP table. This is the group used to obtain the seller users to notify. While optional, if this parameter is specified, also specify a sellerMemberGroupNameToNotifyOwner value.
- sellerMemberGroupNameToNotifyOwnerId
- The group owner name from the MBRGRP table. This is the group used to obtain the seller users to notify. While optional, this is mandatory if the sellerMemberGroupNameToNotify parameter is specified.
- storeId
- Optional:The store ID for which to look for closed RFQs. Specifying a value of 0, or not specifying a value will apply run command for all stores.
Example
The following example initiates a scheduled job to process any pending notifications for closed RFQs:
http://myhostname/webapp/wcs/stores/servlet/RFQNotificationClosedMonitor?jobRefNum=4302
Behavior
- Checks for pending notifications for any closed RFQs.
- For each pending notification, determines the Seller users based on the sellerMemberGroupNameToNotify parameter, if provided.
- Sends a notification to each Seller user who is a member of the specified group.