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.
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.
You need to add the dll in the GAC.
If you want that the system recognize the dll and also add it in the bin folder from the client and server sites.
but first the dll using the next link:
docs.microsoft.com/.../how-to-install-an-assembly-into-the-gac
can you try now?
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.
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.
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
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!
There must be a rule in the workflow, go to the workflow and confirm which values are taking.
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
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
Hi
Thanks so much for this :) Didn't realise you could do it on the form control
Cheers
Luke
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
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
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.
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.
Hi aneel,
I got the solution, only thing to upgrade the patch .
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 "".