RetailTransactionService::newCustomerFromDirParty Method [AX 2012]
Method is used for creating new customer using existing dirParty record.
client server public static container newCustomerFromDirParty(
DirPartyNumber dirPartyNumber,
int64 storeRecId,
[CNPJCPFNum_BR cnpjCpfNum_BR])
Run On
CalledParameters
- dirPartyNumber
- Type: DirPartyNumber Extended Data Type
dirParty number.
- storeRecId
- Type: int64
Store Rec ID
- cnpjCpfNum_BR
- Type: CNPJCPFNum_BR Extended Data Type
CNPJ/CPF (Brazilian tax ID).
Show: