QuickBooks Integrator V6 - Online Help
QuickBooks Integrator V6
Questions / Feedback?

InteractiveRejected Event

This event fires after a user rejects an interactive session.

Syntax

[VB.NET]
Public Event OnInteractiveRejected As OnInteractiveRejectedHandler
[C#]
public event OnInteractiveRejectedHandler OnInteractiveRejected;

public delegate void OnInteractiveRejectedHandler(object sender, QbwcserverInteractiveRejectedEventArgs e);

class QbwcserverInteractiveRejectedEventArgs : EventArgs {
  string SessionTicket {get;}
  string ReasonMessage {get;}
  string ResponseMessage {get; set;}
}

Remarks

This event fires after a user rejects an interactive session. After requesting an interactive session within GetLastError the user may reject the request. If the request is rejected this event will fire with the reason and allow you to send a message back which will be displayed in QuickBooks Web Connector. The parameters are as follows:

SessionTicket identifies the session.

ReasonMessage is the reason for the rejection as reported by QuickBooks Web Connector. This will be text like "User rejected interactive mode".

ResponseMessage may be set to a string that will be displayed as the "Last Result" in QuickBooks Web Connector.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 6.0.6240.0