AXForum  
Go Back   AXForum > Microsoft Dynamics AX > DAX Blogs
All
Forgotten Your Password?
Register Forum Rules FAQ Members List Today's Posts Search

 
 
Thread Tools Search this Thread Display Modes
Old 06.09.2013, 11:11   #1  
Blog bot is offline
Blog bot
Участник
 
25,644 / 848 (80) +++++++
Join Date: 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, напишите личное сообщение администратору.
 

Similar Threads
Thread Thread Starter Forum Replies Last Post
addicted2ax: Creating SSRS-Reports in Dynamics AX 2012 – What’s no longer possible in AX-reports (Part III) Blog bot DAX Blogs 0 20.12.2012 20:11
DAX: Official Dynamics AX 2012 R2 Content (update) - Where is it, and how can you find out about updates? Blog bot DAX Blogs 0 03.12.2012 11:11
dynamics-ax: Microsoft Dynamics AX 2012 - System Architecture Overview Blog bot DAX Blogs 0 26.05.2011 02:11
daxdilip: Whats New in Dynamics AX 2012 (A brief extract from the recently held Tech Conf.) Blog bot DAX Blogs 7 31.01.2011 12:35

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Рейтинг@Mail.ru
All times are GMT +3. The time now is 21:28.
Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Contacts E-mail, Advertising.