Gets a list of states that apply to each form, which is used to determine the forms to display when a user selects a state

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

Syntax

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

Parameters

FormIDList
Type: System..::.String
CSV list of unique form IDs
StateIDList
Type: System..::.String
CSV list of state IDs

Return Value

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

Remarks

See Also