Uso de contenedores Con AX Business Connector Net
using System;
using System.Collections.Generic;
using System.Text;
using System.Xml;
using System.Security.Cryptography;
using System.IO;
using Microsoft.Dynamics.BusinessConnectorNet;
namespace ConsoleApplication3
{
class Program
{
static void Main(string[] args)
{
Axapta AX;
AX = new Axapta();
AX.Logon(“CNS”, null, “DYmanicsAx1:2713″ , null);
object[] Parmlist = new object[1];
AxaptaContainer Container = AX.CreateAxaptaContainer();
Container = (AxaptaContainer)AX.CallStaticRecordMethod(“InventDim”, “dimEnabledFieldList”, 1);
Console.WriteLine(BankAccountTable.Call(“balanceCur”, Container));
AX.Logoff();
}
zero comments so far
Please won't you leave a comment, below? It'll put some text here!
Copy link for RSS feed for comments on this post
Sorry, the comment form is closed at this time.