Quantcast
Channel: Microsoft Dynamics 365 Community
Viewing all articles
Browse latest Browse all 17314

Creating Vendors thru X++ in AX 2012

$
0
0
Creating Vendors through X++ in AX 2012- PART I --Create party for the vendor-- public void TheAxaptaCreateParty(VendorRequestCreate _vendorRequestCreate) { ; if (_vendorRequestCreate.DirPartyType == DirPartyBaseType::Person) { dirPerson.Name = _vendorRequestCreate.VendorName; dirPerson.NameAlias = _vendorRequestCreate.FirstName; dirPerson.NameSequence = dirNameSequence::find('First Last').RecId; dirPerson.insert(); dirPersonName.FirstName = _vendorRequestCreate.FirstName; dirPersonName.MiddleName...(read more)

Viewing all articles
Browse latest Browse all 17314

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>