Gets a list of forms and the transaction types associated to them.

Namespace:  QFEM_WebServices
Assembly:  QFEM_WebServices (in QFEM_WebServices.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public QuikResultWS GetFormTransTypeXREF(
	string FormTransTypeIDList,
	string FormIDList
)
Visual Basic (Declaration)
Public Function GetFormTransTypeXREF ( _
	FormTransTypeIDList As String, _
	FormIDList As String _
) As QuikResultWS
Visual C++
public:
QuikResultWS^ GetFormTransTypeXREF(
	String^ FormTransTypeIDList, 
	String^ FormIDList
)

Parameters

FormTransTypeIDList
Type: System..::.String
CSV list of transaction type IDs
FormIDList
Type: System..::.String
CSV list of unique form IDs

Return Value

A QuikResultWS object with the following information:
  • ErrorFlag
  • ErrorCode
  • Message
  • ResultData with a DataTable that contains the following columns: FormID, FormTransTypeID, FormTransType

Remarks

A form can have multiple transaction type associations. A transaction type indicates how a form can be used in a transaction.

See Also