PurchReqLineQuestionnaireRun_Web.finish Method [AX 2012]

Saves a completed questionnaire when the End button is clicked.

public void finish(boolean _doInsert, [KMVirtualNetworkAnswerTableId _kmVirtualNetworkAnswerTableId])

Run On

Client

Parameters

_doInsert
Type: boolean
A Boolean value that indicates whether to insert a record into the PurchReqLineQuestionnaireResponse table.
_kmVirtualNetworkAnswerTableId
Type: KMVirtualNetworkAnswerTableId Extended Data Type
The table ID of the kmVirtualNetworkAnswerTable table.

This method will insert a record, and then redirect to the PurchReqLine object information page.

Community Additions

ADD
Show: