Quantcast
Channel: Microsoft Dynamics AX Forum - Recent Threads
Viewing all 73760 articles
Browse latest View live

Add Web Service Using a Script to Dynamics AX 2009

$
0
0

I am looking to add a web service to Dax 2009 by running a script\batch file.

I believe that the following folders are used but adding a new folder for a service (with the appropriate service files) doesn't get picked up in the AOS "References" tree?

C:\Program Files\Microsoft Dynamics AX\50\Application\Appl\DynamicsAxKofax\ServiceReferences

C:\Users\Administrator.XXXXX\AppData\Local\Microsoft\Dynamics Ax\ServiceReferences


AX2009: Save report as PDF on server, but the caller tier was client (x++ issue)

$
0
0

Hi there

I need to save a report as PDF on server tier, but the caller was original a client object. However, the report is always saved on client machine - not on server.

All involved objects are hosted on server. I have no clue why how to force the report object to be runned on server.

Here's my example code:

static server void y()

{

   fileName    f = @"c:\Temp\y.pdf";

   FileIOPermission    fileIOPermission = new FileIOPermission(f, 'w');

   Args                args = new Args(reportstr(report1));

   ReportRun   y = Classfactory.reportRunClass(args);

   PrintJobSettings    printJobSettings = SysPrintOptions::newPrintJobSettingsOnServer();

   ;

   printJobSettings.setTarget(PrintMedium::File);

   printJobSettings.fileName(f);

   y.printJobSettings(printJobSettings.packPrintJobSettings());

   y.report().interactive(false);

   y.query().interactive(false);

   y.run(); // --> goes to client instead stays on server

}

Item Cost price

$
0
0

Hi All,

In AX 2012, i am using at Item with WA costing method. Is there any possible way that my item cost price should automatically update in the sales order & purchase order.

Thanks in advance,

Gaurav Chandak.

LifeCycle Services - RapidStart

$
0
0

Is anyone using RapidStart with AX2012? Was wondering what the good and bad parts were, or any feedback. I am about to take a look at it (if time allows) and was looking for some input from current users if they exist.

AX 2012 SSRS page break does not return.

$
0
0

Hi,

I have a SSRS report using a data provider Class. My report is divided into three Parent/child groups.

The grouping works well and the response time of the report is instantaneous. But when I add a page break in the property of second group, the report runs forever and we have to restart the SSRS service.

If I add a page break on the first group , it works fine but I cannot add a break the second group.

I tried different combination of “group on” field, but no can do, has soon has I check the BreakPage group the report doesn’t return.

Can someone help me?

Thanks.

Dynamics AX R2: Can not setup modes of delivery for online store

$
0
0

Hello,

Could you please help me with installing "modes of delivery" for online store.

We have online store up and running, when I try to make an order in the store I get the following error message:

This error message shows that I do not have delivery methods installed in Dynamics AX.

In Dynamics AX when I open Online Store > Setup> Modes of Delivery I have an empty greed. Then I open Manage Modes of delivery

I see 4 modes and each of these modes is connected to Retail channel that I use. But still I receive error on the web-site. 

Could you please suggest how to connect modes of delivery with Online store.

How to filter records that have backslash in a field using x++?

$
0
0

Hi,

     I have a requirement to filter packingslip records that have backslash or no backslash in packingslipid. I could not able to filter the backslash records for the belwo code. Please let know how to filter backslash value as well no backslash value.

  this.query().dataSourceTable(tablenum(VendPackingSlipJour)).clearRanges();        

  this.query().dataSourceTable(tablenum(VendPackingSlipJour)).addRange(fieldnum(VendPackingSlipJour, PackingSlipId)).value(con2str(contPackingSlip)); 

 Thanks and Regards,

Kuppusamy S

Dynamics ax 2012 Demo data error

$
0
0

Hi...

 

I am not able to start dynamics ax 2012 services after restore demo data (6.0.947.0-contoso-PI-RTM.bak). can any body help me in this regards

 

 

thank you..


AIF LedgerGeneralJournalService update operation (add lines)

$
0
0

Hi all,

I am trying to use the standard AIF Document Service for General Journals but the update operation is not active on the standard so I just activated it with the AIF wizard so the update operation is available.

My objective is to be able to add lines to an existing journal and not only to create new journals per each XML message.

Have anyone achieved this?

I try to follow the steps described here:

msdn.microsoft.com/.../cc593511.aspx

But I keep with the message: The Axd document does not support this action.

Anyone have done something similar?

Thanks

Hiding navigation pane options by role

$
0
0

TGIF!

I was wondering if it's possible to prevent specific roles from being able to work with certain business functions in AX by preventing them from being able to see those options. As a hypothetical, I have a Shipping Clerk who has limited access to the system but is for some reason able to see the Accounts payable and Accounts receivable options in the navigation pane. I want to remove those options from the navigation pane for that specific role (Shipping clerk). Is this possible? I do see a node in the AOT for "Menus" but it's not apparent to me whether there's any availability to restrict visibility through configuration.

And just so I'm clear, I'm not talking about using the Navigation pane options to turn off visibility. A savvy enough user could figure that out fairly quickly. I need a solution at a system administration level.

Thanks a bunch!

AX2012 R2 EP Validation error

$
0
0

Hi all,

I am trying to install an instance of EP for AX2012 R2 and I am gettiing the following validation error.

"Application object server (AOS) services WSDL URI accessable"

When i drill down on this error the Resolution info says to check that following URI is accessable

http://AXVMAOS:/DynamicsAx/Services/MetadataService.

This path looks wrong to me as its missing a port number?

So....can any one help me workout what is going on?

Some further info, I have checked my AX client config Utility settings for both Local client and Business connector they look correct. I have also Regenerated the WCF configuration too.

Any help would be greatly appreciated.

Changing transaction text for Project Invoice

$
0
0

Hi guys and gals,

 

I have done some modifications to transaction text in AX 2009 to make more sense of ledger transactions.  For example, I have added the following to CustVendPaymProposalTransferToJournal and getTransactionText():

transactionTxt.setKey2(
_custVendPaymProposalLine.custVendTable().Name);

Then I have set up transaction text for Vendor - Payment, Vendor to use Vendor payment %5 to include the Vendor name in the payment transaction text.

Now, I am looking to do the same for Project invoices.  Currently it is set up with Project invoice %2, but I want to include the project contract and End customer name to the transaction text.  
Does anyone of you have any tips to which class(es) and method(s) to modify to be able to do this?

Best regards
Thor

Return Item in Project in AX 2012

$
0
0

Hi all,

 

I have been doing a test for returning items which already shipped in item journal of project module. The problem is that it should input return cost manually. I would like to input it automatically by tracing its return LOT Id. When I tested in movement journal of inventory, it works.

Is there any way to deal with it?

 

Best regards

Record Level Security for InventTrans Table

$
0
0

I am going to setup record level security for item transactions, so i need to set security on site basis, but there is not any site in inventTrans Table, can anyone plz suggest what can i do to achieve this. I  am suing ax2009.

Security Roles and Privileges Configuration?

$
0
0

Does anyone know about some good documentation about security configuration in AX 2012. i would appreciate any suggestions

Thanks in advance,


Transfer order - No dimension options

$
0
0

Hi All ,

When it comes AX 2009 or Ax 2012 most of the documents and journals have the option to select the dimensions based on the nature of transactions.

But Transfer order form does not have option to select the dimension values based on the nature of transactions.

a) What is the logic behind ?

b) How i can select the dimension values  in transfer order form ?( User have the dimension codes - Dept , Area , Cost centre , Purpose and these values are not constant it means every transfer order values will change )

Thanks in advance.

Graphical Scheduling Tool - AX2012

$
0
0

There are quite a few graphical scheduling tools on the market and I am sure many have been integrated into the base system. I was wondering what peoples opinions of this sort of tool is. Do you use the Gantt scheduling and graphical capacity load tools inherent in AX or have you integrated with tools like Preactor? My experience has shown in many implementations a tool is discussed but rarely implemented and the "graphical" requirements recede. Just wondering what other consultants were experiencing.

Prerequisites for learning SSRS report creation in Visual Studio for AX 2012?

$
0
0

Hi Dynamic Guys,

What knowledge(like .NET, C# etc.) should I have before I start learning the creation of SSRS reports using Visual Studio for AX 2012?

Best Regards

Mannu

Batch server groups STOP error

$
0
0

After upgrading using CU3, the following error critical STOP error has been occurring:

"Cannot edit a record in Batch server groups (BatchServerGroup). AOS instance name: 01@AX2012-DEV, DataUpdate.
The record already exists."

I'm wondering if anyone has run into, and overcome this issue, and if so, how you accomplished that.

Thanks,
Matt 

activation with datacenter demo VM AX 2012

$
0
0

hallo all,

I had many problems during the installation of VM demo AX 2012 (downloaded from partner source) so that I didn't remember to activate Windows in VM. Now license is expired and I am not able to activate it.

How can I activate Windows?

Thanks

Viewing all 73760 articles
Browse latest View live




Latest Images