Share via


RetailTransactionServiceCustomer::deactivateAddress Method [AX 2012]

Method is used for deactivating a record in LogisticsPostalAddress table.

Syntax

client server public static container deactivateAddress(RefRecId addressRecId, RefRecId custTableRecId)

Run On

Called

Parameters

Return Value

Type: container
Success or failure result.

Remarks

Updates the ValidTo date making the record no longer valid.

See Also

Reference

RetailTransactionServiceCustomer Class