ProjFundingSource.editProjFunder Method
Gets and sets the Party and CustAccount field or the ProjGrant field.
Syntax
Note
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.
Microsoft Dynamics AX 2012 R3
edit DirPartyName editProjFunder(boolean _set, DirPartyName _projGrantFunder)
Microsoft Dynamics AX 2012 R2 (SYS)
edit DirPartyName editProjFunder(boolean _set, ProjGrantFunder _projGrantFunder)
Microsoft Dynamics AX 2012 Feature Pack (SYS)
edit DirPartyName editProjFunder(boolean _set, ProjGrantFunder _projGrantFunder)
Microsoft Dynamics AX 2012 (FPK)
edit DirPartyName editProjFunder(boolean _set, ProjGrantFunder _projGrantFunder)
Microsoft Dynamics AX 2012 (SYS)
edit DirPartyName editProjFunder(boolean _set, ProjGrantFunder _projGrantFunder)
Run On
Called
Parameters
- _set
Type: boolean
true if the CustAccount field or the ProjGrant field is set; otherwise, false.
- _projGrantFunder
Type: DirPartyName Extended Data Type
The ProjGrantFunder field value that is selected by the user.
Return Value
Type: DirPartyName Extended Data Type
A Party field value or CustAccount field value or ProjGrant field value.
Remarks
This method gets or sets the Party and CustAccount field or ProjGrant field based on the funding type.