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

Master planning parameters and scheduling start time = Current time (AX 2012 R3 CU9)

$
0
0

Hi,


New parameter since R3 : scheduling start time can be now defined as "Current time". Great !!

When I planify jobs manually for a estimated work order with Scheduling direction = Forward from today, time is alway equal to the beginning of the calendar work day (other choice) !

Bug ? no bug ?

Thanks

Eric


Ax2009 : How to Access x++ Custom Service from C#

$
0
0

Hi

I am using Ax2009 and i need to access a custom service developed by me, however have not been successful so far.

So what i did is  as below

1. i create a AOT class " A_ItemInfo"

2. Added method getItemName

      public itemname getItemName(ItemID _ItemId)

       {

            return InventTable::find(_itemId).ItemName;

       }

3. Created a service "A_ItemInfoService"  added getItemName as a operation.

4. From Basic->Setup->AIF-> Services , selected the service i created in step 3 and clicked on the button generate, it created all necessary artifacts. Wsdl

5. In visual studio 2008, i created a new console application.

6. I added the service reference to the C# solution, using the wsdl link (ex : http://aif.tst.se/AIFTEST/itemservice.svc?wsdl)

7. Then i am wrote  below piece of code using C# however it throws error

   code looks like below

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using A_ItemInfoService.ItemInfoServiceRef;

namespace A_ItemInfoService
{
    class Program
    {
        static void Main(string[] args)
        {
           ItemInfoServiceClient client = new ItemInfoServiceClient();

            client.getItemName("A1001"); //
            client.Close();
        }
    }
}

I get below run time exception at line  client.getItemName("A1001");

" Request failed. More information is available in the exception log." 

I also tried to write , in below fashion, however was not been successful. the same error is thrown.

client.ClientCredentials.Windows.ClientCredential.UserName = "UserName";
            client.ClientCredentials.Windows.ClientCredential.Password = "Password";
            client.ClientCredentials.Windows.ClientCredential.Domain = "Domain";

               client.getItemName("A1001");

Can some one tell me, if  i am missing something?

should i have to redirect visual studio 2008 to correct AOS?

Am i misisng some setup in aX2009?

AX 2012 R3 supported on BitBucket Version control/Build Management tool

$
0
0

Does AX 2012 R3 support BitBucket version control/Build Management tool?

How to check if the a Record in DIRPARTYTABLE is connected to any entity in AX?

$
0
0

Dear 

is there any way to check if a record in the DIRPARTYTABLE is connected to any entity (customer, vendor, ...etc) ?

Regards

Post a retail statement in the current period

$
0
0

Hi, I have a statement created on April 2015 and was not able to post it. Now the fix was done. The period is closed. Since it's a small amount, I want to post it in the current period. Is there any filed where I can specify to post the statement in the current period.
Thank you !

AX 2012 and TFS Version control - Shelvesets

$
0
0

TFS allows to shelve and unshelve the changes for the team project. Is this feature supported with AX 2012?

It looks like unshelving only works for xpo that is in TFS and local repository but AX AOT doesn't get updated with the unshelved changes. If this is supported, are there steps to refresh AOT with the unshelved changes? 

Acquire a new Fixed Asset from a purchase order

$
0
0

Can someone help me with the following question:

Why when I'm trying to acquire a new Fixed Asset from a purchase order, I can invoice the purchase order but I can record the Fixed Asset in the module of Fixed Asset? I have configured parameters the module of Fixed Asset that allowing me the acquisition through a purchase order and I have created the valuation models of the new Fixed Assets I'm willing to acquire on this order.

Importantly, I have not registered the Fixed Assets in my catalog of Fixed Assets, because that would be the acquisition of Fixed Assets discharged and therefore would not be new. By the way, if I try to acquire Fixed Assets from a purchase order, for an asset already registered I can register this in the module of Fixed Assets without any problem.

Production Control Module Report Name-Finished items in process

$
0
0

Hi,

Please let us know if any one having idea about Finished items in process report. i want to explore on this report about what information or data will be display in this report regarding production order. Please share any link or doc available on this report.

Regards,


Sales Order (with Project) doesn't create intercompany PO / SO

$
0
0

hy,

at my custermer we have configured at typically Intercompany Scenario and it works fine, when sales orders are not part of a project. the intercompany purchase order is created as well as intercompnay sales order.

Now we associated the original customer sales order with a project in the sales Company. when we leave the sales order Dynamics runs into the Debugger without any user caused break points. When landed in Debugger this class is shown:

static ClassName classId2Name(ClassId _classId)
{
    DictClass dictClass = new DictClass(_classId);
    if (dictClass)
        return dictClass.name();
    return '';
}

We can't continue at this point. with three times F5 we come back to the sales order. No Intercompnay documents are cretaed. Only when deleting the line we can leave the sales order.

Any hints and suggestions about what is going wrong in this moment?

thanks for your reply.

Andreas

Export Customer Incoive Journal in Excel AX2012 - R3

$
0
0

Is there a way to get the Customer Invoice journal exported in Excel  in AX 2012?

ledgerjournalengine.initvalue(ledgerjournaltrans) doesn't work well while using initvalue method in datasource ledgerjournaltrans

$
0
0

while opening the form ,it fills the value then this value fades away immediately ;please anybody knows the reason of that ;let me know

Amending locations

$
0
0

Hi all.

I have just started a new job where they use AX 2012 for their stock management. They have a manual bin list at the moment as no one knows how to add the location to a part number/ product code. Just to explain more we have a warehouse set up which is 12 but all the products under this warehouse have no individual locations so we have to find the part manually. Is there away I can add a location to a product? If so when would I do this looked in released products with no joy.

Many regards

Andy

show data in grid from SalesTable and PurchTable

$
0
0

I need to show sales orders and purchase orders in the same grid on a form.

The columns on the grid will be similar fields from SalesTable and PurchTable (Eg: Order#, Mode of delivery, Delivery Terms, Carrier etc)

There will be a check box next to the order#. User will pick what ever orders they want by clicking the check box. User will then click a button to process those orders.

I can not join SalesTable and PurchTable and have them as form datasource. (Our data for Sales orders and purchase orders are not inter company orders and are not related. Sales orders and purchase orders are seperate orders)

Should i create a tempTable and use that as the form data source and load the sales orders and purchase orders into the tempTable?

I also need to filter which sales orders and purchase orders show on the form.

any ideas? thanks.

how the Document key field value is determined in sub workflows??

$
0
0

Hi

When a sub workflow is created and selected a previous workflow, how the Document key field value is determined ? I already select the work flow but I doubt how to configure that field.

Thanks

Case Management Status Closed (AX2012 R3)

$
0
0

Hi there.
Is there any way by configuration to prevent modifications to a CASE of Case Management with status CLOSED.

I need to block the CASE to avoid modifications of the users.

(Whitout workflows configuration, just to be clear)

Thank you


Project Module, Transaction Adjustment - unable to sort by worker, how to fix the form?

$
0
0

This question related to coding - I think this can be fixed using X++ expertise

When using the project module transaction adjustment functionality

Project Management and Account > Common > Projects > All Projects > Adjust Transaction button > Select button > OK

On the Adjustment form, the grid displays a list of all the transactions selected to be adjusted.

One of the fields in the grid is "Worker"

For this field ONLY, clicking on the title of the column does NOT sort the list by worker. 

Clicking the heading of any other column will sort by that column.

Anyone knows why this is not working? 

What needs to be done to make this table sortable by worker?

How to remove the " In Use " on a Sequence Number?

$
0
0

Dear 

I am trying to change the Internal Invoice Sequence number but the system doesn't allow it because it is marked as In Use, why is that ? how can i remove the In use in order to change the sequence?

AX2012R3 Management Reporter Help Required

$
0
0

Hi all,

I am currently using AX2012R3 with management reporter add-on, however I find that there are quite a couple of limitation to this add-on solution. Some of the tasks which I need improvement on are as follows:

  • Exporting to excel requires either manual selection of individual Internet Shortcut files which will open up in MR Web Browser mode or opening the generated files in Management Report Viewer mode.

  • In Report Definition section of MR, I notice that there is no other setup which I could do to add onto the Default base period which makes my report date "stuck" at my last run option so it requires me to change the Base Period manually every time I need to run for current period or YTD.

  • Management Reporter is quite a powerful tool for presenting financial statements in various format and is very dynamics but I also notice its limitation to generate email to potential recipients, which I find this function extremely useful but I heard was taken out from the current version of AX which I am using. Many business intelligence (BI) already has built-in function which can schedule email to recipient for specific output files generated from MR and MR is such a powerful tool yet without this feature which I feel something can be done to maximize its utilization.

As my current requirement is to generate out at least 1,000 MR documents for the obvious reasons there are many users who are required to view the reports generated from MR. And due to the fact which I have mentioned above, is impeding my progress and operational efficiency. Just imagine, every end of month, I will have to go into more than 300+ Report Definitions, change the base period then manually export to excel and then send email to these users (obviously these are external users who do not have access to internal LAN so email is the most appropriate solution at this point).

Therefore, I would really appreciate any AX solution out there who can help to meet my requirement.

Primarily requirement is to be able to generate MR output files automatically into Excel format and external program (if any recommendation) which can pick up the files and trigger email automatically to all the specific recipients. Lastly, if there is any workaround on pre-set of the Default Base Period so that the process of manually selecting the period for 300+ reports definition can be eliminated.

I look forward to any valuable advice. Feel free to private message me if not comfortable to discuss here.

Many thanks in advance.

Error in creating new Purchase Requisition in ax 2012 r3

$
0
0

Hi all,

I am facing this error (Image) when i click on "Item Number" drop down in creating new "Purchase Requisition" in ax 2012 r3.

Creating new purchase order is working fine and no issue there.

Can anyone help me out?

While Deleting The Sys Table Getting Error

$
0
0

Hi All,

Here I'm Trying To Delete The Sys Table(VendPurchOrderJour) on That Time Ax Application Will Close Automatically Please Any One Help Me.

Thanks In Advance.

Raj

Viewing all 72043 articles
Browse latest View live


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