RFQNotificationSubmittedMonitor URL
Invoked by the WebSphere Commerce scheduler to process pending notifications for any submitted RFQs. This URL is called by scheduler. No display page will return.
URL structure
- http:// host_name/path/
- The fully qualified name of your WebSphere Commerce Server and the configuration path.
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, you must 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 submitted RFQs:
http://myhostname/webapp/wcs/stores/servlet/RFQNotificationSubmittedMonitor?jobRefNum=4302
Behavior
- Checks for pending notifications for any submitted 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.