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

RE: Displaying Cusotmer Address in CustAging Report...

$
0
0

Thanks Metin Emre, can you share steps to for adding new field in that report, adding new fields to report is quite simple, but in this case it is little bit complex, i would be very thankful to you if you guide me in this case...

Thanks & Regards.


RE: I add MessagingToolkit.QRCode.dll on AX 2009 . It is error Invalid object name.

I add MessagingToolkit.QRCode.dll on AX 2009 . It is error Invalid object name.

RE: Salesman sales summary report?

Integration between Dynamics AX 2012 and Sales force automation

$
0
0

Dear pro

We have Sales force automation purchased it in Microsoft partner to be integrated with AX but this integrates by database level by stored procedure.

When you review integration documentation file sent by this partner, find the following :-

Update Dynamics AX 2012 data from (Application Name) using stored procedures.

- An example of those business rules as we will see in the order header and order details, the primary key of the order header table [SALESTable] is ([DATAAREAID],[SALESID]) while the primary key of the detail table [SalesLine] is ([DATAAREAID],[INVENTTRANSID]) , the InventTransID is something generated by AX and SB would never have a clue how it is generated.

- In the (Application Name) documentation I found the examples for stored procedures “LoadOutstandingInvoices” SP and I checked the (Application Name) database stored procedures and I found it matches the previous meaning of the stored procedure

- Our hope is that business connector would manage those extra fields and generate their values automatically.

That is mean the below integration process will not use the Dynamics Validations or data Structure and by the way that will cause a total disaster on the solution by short and long run. 

The Microsoft Recommendation is very clear for any Integration process used Application Integration Framework. 

kindly quickly support and advise with regard to this integration.

RE: Displays Voucher transactions from Invoice Journal to a generated SSRS Report?

$
0
0

The tables are related by the voucher field. you can add a while select in the DP class and insert the voucher transactions into the temporary table to display them.

Init Method Extension in Dynamics 365 ax7

$
0
0

Hi friends,

             I am trying to call my extension method in post event handler, but i am getting error like

"ClassDoesNotContainMethod: Table 'LedgerJournalTable' does not contain a definition for method 'getDebitBalance' and no extension method 'getDebitBalance' accepting a first argument of type 'LedgerJournalTable' is found on any extension class".

My extension class is

public static class LedgerJournalTable_Extension1
{
public static real getCreditbalance(LedgerJournalTable _LedgerJournalTable)
{
LedgerJournalTable ledgerJour;


select * from ledgerJour
where ledgerJour.JournalNum == _LedgerJournalTable.JournalNum;

return ledgerJour.JournalTotalCredit;

             }

           }

and my post init method is like,

[PostHandlerFor(formStr(LedgerJournalTable), formMethodStr(LedgerJournalTable, init))]
public static void LedgerJournalTable_Post_init(XppPrePostArgs args)
{
LedgerJournalTable  ledgerJ;
LedgerJournalTable ledgerJournalTable = args.getThis() as LedgerJournalTable ;

ledgerJournalTable.getCreditbalance(ledgerJ);
}

Please suggest an solution for this error , how an call extension from method inside post init method .

Thanks & regards,

padmapriya

Extend OR Override method on form data source (Dynamics 365 For Operations)

$
0
0

Hello, everyone!

Is it possible to Extend or Override a method on form data source?
I'm not talking about using data source events. I'm not talking about methods on data source fields.

Thank you!


RE: Location Field Error

$
0
0

There must be a rule in the workflow, go to the workflow and confirm which values are taking.

Location Field Error

$
0
0

Hi,

Getting below error in Purchase Order workflow. I have resumed workflow but same error appears  

You must select a value in the Locations field in combination with the following dimensions values that are valid:

Regards,

Arshad

RE: Location Field Error

$
0
0

Either in your PO Header or one of the lines, you have left out Location field blank.. Fill it first, and the error should be gone

RE: Form refresh rate question

$
0
0

Hi

Thanks so much for this :) Didn't realise you could do it on the form control

Cheers

Luke

Form refresh rate question

$
0
0

Hi all

Running Dynamics R3 CU9

It seems by default, after a form loads, scrolling to the right using the navigation bar at the bottom causes the form to reload data - you can see it jitter as it recalculates display methods etc. This can really slow the form down if there are a lot of records.

However, some default forms (SalesLineBackOrderListPage, for example) do not do this, regardless of the amount of lines they pull in. Is there some functionality that has been enabled that caches the initial value on the form?

Cheers

Luke

RE: How to display "View History" list page ?

$
0
0

Rohin, I am extremely sorry ,cant back to you for my issue resolution.

actually we have handover the issue to the vendor and it is almost resolved :).

thanks for your concern and respone.appreciated.

sorry for late response again i totally forget to reply.

thank you and best regards

Maqbool Niazi

How to display "View History" list page ?

$
0
0

Hi everyone,

Can someone tell me how to add/display View history details in Procurement and sourcing and below Review process details ?

please see the image :

thank you and best regards


RE: Extend OR Override method on form data source (Dynamics 365 For Operations)

$
0
0

Creation of new methods is not supported in ; Does not matter if you may be looking those under fields of DS or under tables or forms. This is for locked models. Try avoiding doing this as maximum as you can because App Suite will be looked soon, as well.

RE: Init Method Extension in Dynamics 365 ax7

$
0
0

Sounds like models are not referred well. Please make sure your Suite is getting reference of those suites which are having these methods. it also happens sometimes that the method itself contains something which further refers to another suite. in such case that 3rd or 4th level of package also need to be referenced. this can be done by updating model parameters.

RE: GST report in AX2012

$
0
0

Hi aneel,

        I got the solution, only thing to upgrade the patch .

GST report in AX2012

$
0
0

Hi Friends,

I am getting an error in GST report. 

The error in

"GER export to GSTR CSV Report"  while passing the parameter as shown below,

after running the report, i am getting the following error like,

"Case has not found switch for '0'"

Please suggest some solution.

Thanks & regards, 

padmapriya

RE: Location Field Error

$
0
0

When you are using workflow in purchase order, inventory transactions are created at the time of workflow's completion.

So, I assume you are receiving this error at this step.

In one of the items' storage dimension group, location might be set to mandatory, I have never experienced such a case anyways but it might worth a shot, or location dimensionm might be developed to be mandatory.

You can check your storage dimension group's setup for location dimension, debug the code to see if it is a result of a development task, or specify location in purchase order lines.

You can find the empty one by activating Location dimension with "Purchase order line/Dimensions display" button which is located above purchase order lines, and filter this column by "".

Viewing all 175888 articles
Browse latest View live


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