FBSpedRecord_BR Class [AX 2012]
The FBSpedRecord_BR class represents a sped record.
| Method | Description | |
|---|---|---|
| addField | Adds a FBSpedField_BR to the record. |
| addFieldDate | Adds an instance of FBSpedFieldDate_BR to the current record. |
| addFieldEmpty | Adds an instance of FBSpedField representing an empty field. |
| addFieldEmptyNTimes | Adds multiple empty fields to the record at once. |
| addFieldNumeric | Adds an instance of FBSpedFieldNumeric_BR to the current record. |
| addFieldNumericFilledWithZeros | Adds an instance of FBSpedFieldNumeric_BR to the current record. |
| addFieldString | Adds an instance of FBSpedFieldString_BR to the current record. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| content | Retrieves the formatted content of the field. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getDefaultMaxStringSize | |
| getListOfChildRecords | |
| getOnlyValidChars | Normalizes a string so that it contains only valid characters according to the rules established for sped files. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getTopmostParentRecord | Retrieves the topmost parent record relative to the current record. |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| new | Creates an instance of FBSpedRecord_BR 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.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| parmParentRecord | Gets or sets the ParentRecord parameter. |
| populateListOfDescendantsFrom | |
| 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.) |
| totalFields | Returns the total number of fields existing in the record. |
| type | Retrieves the type of the record. a type is an string that qualifies the record. |
| 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.) |
| ::constructEmpty | Coinstructs an empry record |
Community Additions
ADD
Show: