LogisticsLocationDefault Class [AX 2012]
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| clearDefaultLocation | Removes any default locations for the role. |
| defaultExists | Indicates whether a default location exists for a given LogisticsLocationRole record |
| defaultExistsByRoleRecId | Indicates whether a default location exists for a given LogisticsLocationRoleRecId value. |
| defaultExistsByType | Indicates whether a default location exists for the specified LogisticsLocationRoleType object. |
| defaultExistsUsingLocation | Indicates whether a LogisticsLocation record is set as a default location. |
| entityKeyField | |
| entityLocation | |
| entityLocationRole | |
| entityName | Get the name of the entity with default locations. |
| entityTypeName | Gets the name of the entity type with default locations. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| findLocationByLocationId | Finds a LogisticsLocation record by the value of the locationId field and the record ID of a LogisticsLocationRole record. |
| getDefaultLocation | Gets the default location for a LogisticsLocationRole record. |
| getDefaultLocationByType | Get the default location for a LogisticsLocationRole record. |
| getDefaultLocationRecIdByType | Gets the default location for a LogisticsLocationRole record. |
| getPrimaryPostalLocation | Returns the LogisticsLocation record that is marked as primary. |
| getRolesQuery | Gets a query to use to find which roles can have default addresses set. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| init | |
| insertEntityDefaultLocation | |
| lookup | Performs a lookup of the LogisticsLocation table. |
| new | Initializes a new instance of the Object class. (Inherited from Object.) |
| 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.) |
| parmEntity | Gets or sets the Entity parameter. |
| primaryPostalExists | Indicates whether the primary postal address exists. |
| removeDefaultLocation | Removes the specified location from the defaults. |
| setDefaultLocation | Adds a default location. |
| 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.) |
| ::construct | Creates a LogisticsLocationDefault object to manage default addresses. |
| ::createDefaultForExistingParty | Creates the default locations for new entity that uses existing party. |
| ::createNonPartyDefault | Used to set the default addresses when a non-party entity adds an address to a role. |
| ::createPartyDefault | Use the set default addresses when a party entity adds an address to a role. |
| ::defaultTableEntityForeignKeyField | |
| ::deleteDefaultForExistingParty | Deletes the default locations for the entity changed party. |
| ::entityPartyField | |
| ::findSimpleDefault | Find a default address for an entity. |
| ::findSimpleDefaultByRoleType | Finds the default address for an entity. |
| ::implementsDefaultLocations | Indicates whether a type of record has default addresses. |
| ::isAddressDefault | Indicates whether an address is set as a default address. |
| ::warehouseSiteDefaultLocation | Retrieves the location with the specified role for a warehouse; otherwise the primary location. |
Community Additions
ADD
Show: