Показать сообщение отдельно
Старый 06.09.2013, 11:11   #1  
Blog bot is offline
Blog bot
Участник
 
25,644 / 848 (80) +++++++
Регистрация: 28.10.2006
bojensen: Mukesh Hirwani – Dynamics Ax: Creating Vendors thru X++ in AX 2012
Источник: http://blogs.bojensen.eu/?p=4745
==============

Here are come methods for all steps of creating new vendors in Ax2012 from dirparty to logistic and electronic addresses. 1. Create party for the vendor public void createParty(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                 [...]

Источник: http://blogs.bojensen.eu/?p=4745
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору.