Share via


AxdVendVendRequestSignup.prepareForSaveExtended Method [AX 2012]

Prepares an AxBC class to be saved.

Syntax

public boolean prepareForSaveExtended(
    AxdStack _axBcStack, 
    str _dataSourceName, 
    AxdRecordProcessingContext _recordProcessingContext, 
    AxInternalBase _childRecord)

Run On

Server

Parameters

  • _axBcStack
    Type: AxdStack Class
    A stack of instances of the AxBC class.
  • _dataSourceName
    Type: str
    The data source name.

Return Value

Type: boolean
true if the top element on the stack should be saved; otherwise, false.

See Also

Reference

AxdVendVendRequestSignup Class