AxdBaseUpdate Class [AX 2012]
Syntax
class AxdBaseUpdate extends AxdBaseCreate
Run On
Server
Methods
Method | Description | |
---|---|---|
addDisplayFieldsParmMethods | (Inherited from AxdBaseCreate.) | |
axBCClassInQueryAdd | (Inherited from AxdBaseCreate.) | |
buildChildQueryStructureMap | (Inherited from AxdBaseCreate.) | |
buildDataSourceParentMap | ||
buildParmMethodsMap | (Inherited from AxdBaseCreate.) | |
buildParmMethodsMapFromAxCommon | (Inherited from AxdBaseCreate.) | |
buildQueryStructureMap | (Inherited from AxdBaseCreate.) | |
buildStructuredDocument | ||
buildStructuredDocumentEntityKey | ||
buildStructuredDocumentKeys | ||
buildStructuredDocumentRecId | ||
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) | |
checkCurrentElement | This method is for internal use only.Checks if the current xml element name matches the specified name. (Inherited from AxdBaseCreate.) | |
checkFieldAccessRights | ||
checkFieldsForUpdate | ||
clearUnreferencedFields | ||
copyQueryLocally | ||
createDocument | Creates a document (transaction) in Microsoft Dynamics AX from the XML data stored in this class. (Inherited from AxdBaseCreate.) | |
createDocumentList | (Inherited from AxdBaseCreate.) | |
deleteDocument | ||
deleteDocumentList | ||
deleteUntouchedSubRecords | ||
demandPrivilegeElevationPermission | (Inherited from AxdBaseCreate.) | |
deserializeDocument | (Overrides the deserializeDocument Method.) | |
deserializeSubEntitiy | ||
deserializeTopEntity | ||
equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) | |
fieldIdSetFromFilterProperties | ||
findCorrespondingTableId | Finds the table ID of the table that corresponds to the specified AxInternalBase Class object. (Inherited from AxdBaseCreate.) | |
findDocument | ||
findEntityOnCurLevel | ||
findTableId | Finds the table ID that corresponds to the data source name read from the XML string. (Inherited from AxdBaseCreate.) | |
findType | Looks up the type of the return value of a particular parm method in a particular AxInternalBase class. (Inherited from AxdBaseCreate.) | |
getCompositeKey | (Inherited from AxdBaseCreate.) | |
getFieldsForDS | ||
getInstanceRelationTypeFieldId | (Inherited from AxdBaseCreate.) | |
getIsFieldEditableMapKey | (Inherited from AxdBaseCreate.) | |
getKeyFieldSet | ||
getNextEntityKey | ||
getParmMethodsMap | Retrieves the parm methods map. (Inherited from AxdBaseCreate.) | |
getQueryStructureMap | Initializes the query structure map, the table access map, and the set of AxBC classes in the query. (Inherited from AxdBaseCreate.) | |
getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) | |
handle | Retrieves the handle of the class of the object. (Inherited from Object.) | |
hasFieldAccess | (Inherited from AxdBaseCreate.) | |
hasTableAccess | (Inherited from AxdBaseCreate.) | |
init | Initializes class variables. (Inherited from AxdBaseCreate.) | |
insertFieldInPropertyInfoMap | Updates the specified map of table fields and property information including the properties behind the property name, the base type, the extended type ID, the array size, the enumeration ID and the number of decimals. (Inherited from AxdBaseCreate.) | |
insertMethodInPropertyInfoMap | Updates the specified map between parameter methods and property information including the properties behind the property name, the base type, the extended type ID, the array size, the enumeration ID, and the number of decimals. (Inherited from AxdBaseCreate.) | |
isFieldEditable | (Inherited from AxdBaseCreate.) | |
moveToNextElement | (Inherited from AxdBaseCreate.) | |
moveToNextXmlElement | This method is for internal use only.Move the Axd xml reader to the next xml element. (Inherited from AxdBaseCreate.) | |
mustSpecifyEntityUpdateMode | ||
new | Initializes a new instance of the AxdBaseUpdate class. (Overrides the new Method.) | |
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.) | |
parmAifEndpointActionPolicyInfo | Gets or sets the AifEndpointActionPolicyInfo parameter. (Inherited from AxdBaseCreate.) | |
parmAxdBase | Gets or sets the AxdBase parameter. (Inherited from AxdBaseCreate.) | |
parmConfigRecId | Gets or sets the Configrecord ID parameter. (Inherited from AxdBaseCreate.) | |
parmFilterXSD | Gets or sets the FilterXSD parameter. | |
parmXml | Gets or sets the Xml parameter. (Inherited from AxdBaseCreate.) | |
persistCache | Persists the in-memory metadata cache. (Inherited from AxdBaseCreate.) | |
popCurrentEntity | ||
popElementOffStack | Pops the top element off the stack of AxInternalBase instances. (Inherited from AxdBaseCreate.) | |
postProcessDocument | ||
preprocessXml | (Inherited from AxdBaseCreate.) | |
preprocessXmlNode | (Inherited from AxdBaseCreate.) | |
processRecord | ||
pushNewElementOnStack | Pushes a new instance of the AxInternalBase class, corresponding to the table identified by the class variable named tableID, onto the stack. (Inherited from AxdBaseCreate.) | |
readBudgetAccount | (Inherited from AxdBaseCreate.) | |
readBudgetPlanningAccount | Reads the account structure, display value, and values of the budget planning account. (Inherited from AxdBaseCreate.) | |
readDefaultAccount | (Inherited from AxdBaseCreate.) | |
readDimensionAttributeSet | (Inherited from AxdBaseCreate.) | |
readDimensionAttributeValues | (Inherited from AxdBaseCreate.) | |
readDimensionAttributeValueSet | (Inherited from AxdBaseCreate.) | |
readDimensionValue | (Inherited from AxdBaseCreate.) | |
readDocumentNameAndProperties | Reads the document name and the document properties from the XML string. (Inherited from AxdBaseCreate.) | |
readLedgerAccount | (Inherited from AxdBaseCreate.) | |
readMultiTypeAccount | (Inherited from AxdBaseCreate.) | |
readMultiTypeDefaultAccount | (Inherited from AxdBaseCreate.) | |
readProperties | Reads the properties of an instance of an AxInternalBase class, or the instance of the AxdBase object that called this AxdBaseCreate method. (Inherited from AxdBaseCreate.) | |
readProperty | (Inherited from AxdBaseCreate.) | |
readSitesSfkValue | (Inherited from AxdBaseCreate.) | |
readSurrogateForeignKeyValue | (Inherited from AxdBaseCreate.) | |
replaceExistingDocumentsOnCreate | ||
selectAllFields | ||
setCurrentEntity | ||
setEntityKey | Updates the entity key class variables, which are returned in the createDocument method. (Overrides the setEntityKey Method.) | |
setEntityKeyList | ||
setEntityUpdateMode | ||
setPrefixText | Constructs the text to be written to the prefix of the Infolog when there are errors creating transactions from an XML document. (Inherited from AxdBaseCreate.) | |
setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) | |
skipEndElement | (Inherited from AxdBaseCreate.) | |
toString | Returns a string that represents the current object. (Inherited from Object.) | |
updateDocument | ||
updateDocumentList | ||
updateNumberOfOccurences | (Inherited from AxdBaseCreate.) | |
usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) | |
validateEntityUpdateMode | ||
validateXMLStructure | (Inherited from AxdBaseCreate.) | |
wait | Pauses a process. (Inherited from Object.) | |
xml | Returns an XML string that represents the current object. (Inherited from Object.) | |
xmlRequiresPreprocessing | (Inherited from AxdBaseCreate.) | |
::construct | Initializes a new instance of the AxdBaseUpdate class. | |
::createEntityKeyForReplaceOnCreate |
Top
Inheritance Hierarchy
Object Class
AxdBaseCreate Class
AxdBaseUpdate Class