AgreementForm Class [AX 2012]
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| canEditAgreementState | Specifies whether the agreement state can be edited on the agreement. |
| canEditDiscount | Specifies whether discounts can be edited for the agreement header record. |
| canEditPrice | Specifies whether prices can be edited for the agreement header record. |
| canEditValidityPeriod | Specifies whether the validity period can be edited on the agreement. |
| checkContactPerson | Validates that the contact person entered is attached to the sales agreement customer or the purchase agreement vendor depending on the agreement type. |
| disableHeaderButtons | Disables the agreement header level buttons. |
| disableLineButtons | Disables the agreement line level buttons. |
| enableHeaderButtons | Enables or disables the agreement header level buttons. |
| enableHeaderFields | Sets the value of the allow edit property on certain fields of the agreement header table. |
| enableHeaderFields_RU | Sets the allow edit property on certain fields of the agreement header table. |
| enableLineButtons | Enables or disables the agreement line level buttons. |
| enableLineDefaultFields | Sets the allow edit property on certain fields of the agreement line default table. |
| enableLineFields | Sets the allow edit property on agreement line table fields. |
| enableLineFieldsItemIdOrCategory | Sets the allow edit property on the ItemId and Category field of the AgreementLine table. |
| enableLineQuantityFields | Sets the allow edit property on fields in the AgreementLineQuantityCommitment table. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| formMethodClose | Aborts the number sequence. |
| formMethodDataSourceCreate | Assigns the number sequence value to the NumberSequence fields in the subclass tables. |
| formMethodDataSourceCreatePre | Assigns the number sequence value to the NumberSequence fields in the subclass tables. |
| formMethodDataSourceDelete | Frees the number sequence value when the AgreemntHeader record is deleted. |
| formMethodDataSourceLinkActive | Frees the number sequence value on the LinkActive event. |
| formMethodDataSourceValidateWrite | Validates the agreement order ID value to write. |
| formMethodDataSourceWrite | Sets the number sequence value as used. |
| getSysLastValue | Loads the latest saved variable values for the current user in the form. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| initPdsCWFormCtrl | Initializes the PdsCWFormCtrl_AgreementForm object. |
| initRangesFromCaller | Initializes the form data sources and ranges by using on the calling object. |
| initRangesFromProject | Initializes the form data source and ranges based on the project. |
| intercompanyAgreementActionPolicy | Finds and returns a IntercompanyAgreementActionPolicy record. |
| lookupAgreementClassification | Displays a filtered version of the AgreementClassification lookup form to the user based on a specified AgreementHeader object. |
| lookupMiscChargeGroup | Performs a custom lookup on the miscellaneous charge groups, by filtering on the given module. |
| new | Initializes a new instance of the AgreementForm class. |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| numberSeqFormHandlerAgreementId | Retrieves the number sequence form handler. |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| openDocumentHandling | Handles the opening of the document handling form. |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| parmDefaultCommitmentType | Gets or sets the DefaultCommitmentType parameter. |
| parmFormRun | Gets or sets the FormRun parameter. |
| pdsCWFormCtrl | Gets the PdsCWFormCtrl_AgreementForm object. |
| relationType | Determines the relation type of the AgreementHeader object. |
| saveSysLastValue | Saves the variable values for the current user in the form. |
| setRangesForDynalinkActive | Sets values for the project-related ranges by using the active record of the caller. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
Community Additions
ADD
Show: