RetailTransactionService::newCustomerFromDirParty Method [AX 2012]

Method is used for creating new customer using existing dirParty record.

Syntax

client server public static container newCustomerFromDirParty(
    DirPartyNumber dirPartyNumber, 
    int64 storeRecId, 
   [CNPJCPFNum_BR cnpjCpfNum_BR])

Run On

Called

Parameters

  • storeRecId
    Type: int64
    Store Rec ID

Return Value

Type: container
Container with entity keys

See Also

Reference

RetailTransactionService Class