Share via


HcmRecruitingApplicationStatusDP.parmInit Method [AX 2012]

Gets or sets the value of the instance variables.

Syntax

public void parmInit(
   [boolean _calcReceived, 
    boolean _calcConfirmed, 
    boolean _calcInterview, 
    boolean _calcRejection, 
    boolean _calcWithdraw, 
    boolean _calcEmployed])

Run On

Server

Parameters

  • _calcReceived
    Type: boolean
    The value to set; optional.
  • _calcConfirmed
    Type: boolean
    The value to set; optional.
  • _calcInterview
    Type: boolean
    The value to set; optional.
  • _calcRejection
    Type: boolean
    The value to set; optional.
  • _calcWithdraw
    Type: boolean
    The value to set; optional.
  • _calcEmployed
    Type: boolean
    The value to set; optional.

See Also

Reference

HcmRecruitingApplicationStatusDP Class