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

Item not listed when on-Hand inventory is zero

$
0
0

Hello All

I'm figuring to a strange case :

For a given warehouse, we made some transfer of iventory and sales for several items. The inventory for these items is zero but when I look at : On-Hand form I saw that some items are listed even the quantity is zero but others are not listed.

The problem is that I want to follow the diffetens transactions of one item which is not listed, I don't know how to do !

N.b : in Dimensions display i unchecked Quantity <> 0


Dynamics AX 2009 .... Module for Real-time Monitoring .....

$
0
0

Does Dynamics AX have a module to allow real-time machine monitoring of the factory floor ?  Looking to track OEE, etc.  This would comprise of communicating with PLC's or network nodes installed in several pieces of production machinery.  Thanks.

print the sum of amount for each accountnum from CustTrans x++

$
0
0

  Who to Print the sum of amount for each accountnum from CustTrans x++

Problem with GL posting of BOM Inventory Journals

$
0
0

I have an issue with the way "Inventory Bill of Materials" journal is posting into the GL.

I notice something undesirable with the way GL voucher/posting is created.

My expectation would have been - all components are removed from inventory (credit), and the finished good value is add (debited into inventory account).

Instead, what I see:
the components are removed from inventory (credit), and the value is debited into "Inventory Expenditure, Loss" account.
The finished good is entered into inventory (debit), and the value is credit from "Inventory Expenditure, Gain" account.

So this mixes the BOM journal "activity" with posting generated as a result of writing up/writing down inventory quantities.

We stamp "product category" financial dimension on our inventory gain/loss ledger accounts in order to be able to analyze our total margin per product category.

The problem the above posting creates is that for items we use to construct kits, it will look like a lot of inventory is being "lost" (while in fact it just get converted into the kit), and for the kit, it will look like we are "finding" a lot of inventory when we would look at the GL.

Is there a way to prevent the BOM jornal from generating posting from/to the Inventory Expenditure Gain/Loss ?

Error in project invoice proposal

$
0
0

Am getting the below error while i was trying to create project invoice proposal.

.

.

Please setup project journal name to fee journal.

Regards,

Varma

Sales agreement & Purchase agreement not to exceed more than agreement qty

$
0
0

Dear all,

Hello,

can any one help me" how can i restrict sales& purchase agreement quantity' not to release orders  more than agreement quantity in ax2012R3

and how can i restrict sales agreement not to release SO with Zero price.?

Thanks & Regards

Enable / Disable Buttons on Forms

$
0
0

Hi Guys,

 

I need to add a validation on movement Journals to enable and disable the post button based on some conditions.

For an example my requirement is if the Journal name is “INV” and the number of lines >1, Post button should be disabled,the button should be enabled for all other journal names

where should I apply the code and how it should be for the above case ?

Normally below should work right? But it did not..

 

In the Form InventJournal Table, In the  Methods,

Void SetPostAccess()

{

If(InventJournalTable.NameId == “Inv” && InventJournalTable.NumofLines>=1)

{

Posting.enabled(false);

}

Else

{

Posting.enabled(True);

}             

How to exclude Base Class Code from Extension Class?

$
0
0

Hi Folks,

I have a class extension of base class.

I don't want to execute the code in method of base class.

How can i bypass base method code in my extension class?

Thanks in advance :)


D365:Json Service Failed to authenticate with AAD by the credential

$
0
0

Dear Folks,

I have registered microsoft Dynamics ERP as native APP in azure active directory.

But when i am consuming JSON service using below code, i am facing error "Failed to authenticate with AAD by the credential".

Management reporter Installation issue

$
0
0

Hello, 

while configuration of management reporter, i keep getting the following issue, i have one server and my user have administrator rights on that server. what else am i missing, kindly help to debug

how to add new reference to new number sequence

$
0
0

i need to know how to create new reference to be added in number sequence.

Can't print SSRS report LedgerTrialBalanceContract object not initialized.

$
0
0

when i try to print any report for trial blance (summery and details...etc)  i got this message error even after i did full CLI Compile 

LedgerTrialBalanceContract object not initialized.

Stack trace

(C)\Classes\LedgerTrialBalanceController\prePromptModifyContract - line 8
(C)\Classes\SrsReportRunController\startOperation - line 7
(C)\Classes\LedgerTrialBalanceController\main - line 9

purchase order workflow

$
0
0

Hi

I want to know how to exclude some purchase orders so as not to enter the workflow I do not need to press a submit button.

Only when the condition is wrong doesn't the workflow work.

The maximum message size quota for incoming messages (2147483647) has been exceeded.

$
0
0

Hi All,

I'm getting this error on my optimized report.

The maximum message size quota for incoming messages (2147483647) has been exceeded. To increase the quota, use the MaxReceivedMessageSize property on the appropriate binding element.

May I ask what is the cause of this, and the possible solution for this?

Thank you!

-Chad

Warehouse management process is disabled on warehouse but storage dimension WHS is enabled for the item

$
0
0

We will be using direct delivery for the first time in our company.
Currently the warehouse we use has a warehouse management enabled as well as the storage dimension of the item.

When we move to direct delivery, we are going to create a new Warehouse which we will disable the warehouse management process on the setup.
However we are thinking if we also need to change the item's storage dimension set up from Active warehouse management process to Not active.

Will there be any impact on the reservation of the item? Many thanks


EOD Inventory Transfer Task "Inventory Dimension Configuration Is a Product Dimension and Must Consequently Specified"

$
0
0

Hi All,

I am running EOD Incentory Transfer task in Retails Module, when i running this action. System prompt out this error "Inventory Dimension Configuration Is a Product Dimension and Must Consequently Specified" but the eod transfer job is done.

screenshot of the error.

So, to those who have face this issue, appreciate to give recommendation how to resolve this issue.

Thanks 

Schedule Copying Customer only data to New Table

$
0
0

Hi,

Need help .
My problem is that create a table in Ax 2012 that will copy only customers information to the new table "MyCustomersList" which must be schudule or real time whenever the new customer created
it wil be updated in the table ""MyCustomersList"

Relation :
Custtable.party=dirpartytable.recid

thank you

Tables Relationship

$
0
0

I am a beginner in Dynamics AX, I want to ask that how many ways are there to relate the tables.So far what i understand that there are two ways that we can relate them through EDT and the other way of doing id through the Relationship section in table.If i am wrong then please correct me if not then tell me the difference both of them.Thanks.

Reading XML with HTTPS

$
0
0

Hello Community,

We have an issue reading XML coming with SSL Certificate, with https URL. Example of the URL is like this : https://site.com/page.php?key=xxx&date=2018-07-15

This URL shows a page with XML structure. I can read and save it to table, if it comes with http and no ssl certificate. But when it comes with ssl https, it gives an exception like below:

System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Net.WebException: The request was aborted: Could not create SSL/TLS secure channel.
at System.Net.HttpWebRequest.GetResponse()
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at Microsoft.Dynamics.AX.ManagedInterop.ClrBridgeImpl.InvokeClrInstanceMethod(ClrBridgeImpl* , ObjectWrapper* objectWrapper, Char* pszMethodName, Int32 argsLength, ObjectWrapper** arguments, Boolean* argsAreByRef, Boolean* isException)

I read it with following code:

 System.Net.WebResponse              webResponse;
    System.Net.HttpWebRequest           httpWebRequest;
    System.Net.WebHeaderCollection      webHeaderCollection;
    System.IO.StreamReader              streamReader;
    System.IO.Stream                    stream;
    System.Exception                    netExcepn;
    str                                 xmlOut;
    XmlDocument                         xmlDocument;
    XmlNodeList                         xmlNodeList;
    XmlNode                             mainNode;
    XmlNode                             childNode;
    
    
    #define.ServiceTimeout(5000)
    #define.ServiceURL(xmlAddress)
    #define.mainNodeName('orders')
    #define.childNodeName('order')



    #define.HttpWebRequestMethod("GET")
    #define.HttpWebRequestContentType("application/xml")
    #define.HttpHeaderAuthorization("Authorization")


    if(this.validateURL(xmlAddress))
    {
        try
        {
        httpWebRequest          = System.Net.WebRequest::CreateHttp(#ServiceURL);
        httpWebRequest.set_Method(#HttpWebRequestMethod);
        httpWebRequest.set_ContentType(#HttpWebRequestContentType);
        httpWebRequest.set_Timeout(#ServiceTimeout);
        //httpWebRequest.set_ClientCertificates(
        webHeaderCollection     = httpWebRequest.get_Headers();
        webResponse             = httpWebRequest.GetResponse();
        stream                  = webResponse.GetResponseStream();
        streamReader            = new System.IO.StreamReader(stream);
        info("@QQL940");
        }
        catch(Exception::CLRError)
        {
            netExcepn = CLRInterop::getLastException();
            info(netExcepn.ToString());
        }
    }
    else
    {
        streamReader            = new System.IO.StreamReader(xmlAddress);
        info("@QQL941");
    }

    if(!sourceId)
    {
        checkFailed("@QQL946");
        return;
    }
    xmlOut                  = streamReader.ReadToEnd();


    xmlDocument             = XmlDocument::newXml(XMLOut);
    mainNode                = xmlDocument.selectSingleNode(#mainNodeName);
    xmlNodeList             = mainNode.selectNodes(#childNodeName);
    childNode               = xmlNodeList.nextNode();

    while (childNode)
    {
        this.parseXML(childNode);
        childNode               = xmlNodeList.nextNode();
    }

    info("@QQL942");
   // --------------------- READ FROM XML-----------------
}


Can you please help me to solve this problem.

Thanks in advance.

How to restrict Finance dimension for particular user using XDS.

$
0
0

Hi Experts,

Please tell me how to restrict financial dimension (Business Unit ) for particular user using XDS in ax 2012.

Thanks & Regards 

Rahul.

Viewing all 46681 articles
Browse latest View live


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