XppPrePostArgs.allowSetReturn Method [AX 2012]

Allows or disallows setting the publisher's return value.

public int allowSetReturn(boolean allow)

Run On

Called

Parameters

allow
Type: boolean

Return Value

Type: int
An int data type value of 1.

This method must never be called explicitly from the pre-handler or post-handler code. This method is reserved for unit testing and auto-generated code only.

Community Additions

ADD
Show: