Ok no problem, thanks.
I actually have exact URL to download U9 but when i hit the URL it says page not found.
But no issues, Thanks for your time :)
Ok no problem, thanks.
I actually have exact URL to download U9 but when i hit the URL it says page not found.
But no issues, Thanks for your time :)
You are doing absolutely correct except you are not finding custPAckingSlipJour.
e.g
custpackingslipJour = custpackingSlipjour::find(by rec id or packing slip id);
in your case buffer is blank for table custpackingslipJour
While trying to implement and extension of source document framework, I faced an issue in the last step that says:
"The LedgerTransVoucher form needs to be modified to limit the vouchers to only those that are related to your document. Follow the pattern used for PurchTable: see form method named updateQueryForPurchTable() for an example of how to apply ranges on that form – your code should be very similar to code in that method. Name your new method updateQueryForMyDocument().
Apply your range during initialization of the form calling updateQueryForMyDocument() from the form init() method - you will find examples of that examining existing code in the LedgerTransVoucher form init() method."
I tried creating LedgerTransVoucher extension class to add my updateQueryForMyDocument() method but the code is calling some private methods.
I explored few ways using Extension, Overlayering but couldn't find a solution.
I am exploring reflection as mentioned in this post but still facing some issues.
Is there any way to make that call possible ?
I am using D365 Update 8.
Your code should be
public void init()
{
dormTable buffer;
buffer = element.args().record();
if (element.args().dataset())
{
buildingTable.DormitoryId = buffer.DormitoryId;
}
super();
}
The line "System.IO.File::WriteAllText(filename, System.IO.File::ReadAllText(filename), encoding);" doesn't seem to work in batch it throws error In batch resulting in the file is being saved with BOM. On client the WriteAll method rewrites the file without BOM.
I guess file was written first by commaTextIo and is not open by any other process.
Error message: “Can’t rewrite C:\Testing FOlder\Studio_Matrix.csv file without BOM”
Dear all,
I try to export multi records to a CSV file in UTF-8 without BOM.
i used this code:
System.Text.Encoding encoding = new System.Text.UTF8Encoding(false); ; System.IO.File::WriteAllText(@'C:\test.txt', "Data 123", encoding);
Is this right? And How can i export multi records with break line?
Please give me a advice. Thank you so much.
That definitely looks like it would work. I appreciate your response.
I ended up reusing the field that is native in both SalesQuotation and SalesTable tables. CustomerRef. I should have done that to begin with.
Hello all. I created a custom field in the SalesQuotationTable table and also in the SalesTable table. I added the field to both associated forms. Both behave as expected.
The two fields are SalesTable.EventId and SalesQuotationTable.EventId
Now what I need to do is be able to populate the value into the Sales Order when a Sales Quotation is confirmed. I was poking around in the SalesQuotationEditLinesForm_Sales_Confir class. But I am not sure what I am looking for.
Hi,
I have faced this issue and it was related to powershell. When setup go to powershell for configurations then this error occurred.
In my case, I did not have sufficient rights to run configurations.
Kindly check your user rights and try again.
Regards,
Hassan
This might be out of interest but, URL of VHD for update 9 was changed after a bug was identified. Not sure if you got an old url or new one.
Hi Andre,
Hardware usage is normal.
We have not seen anything suspicious at SQL monitoring as well.
Regards,
Hassan
Hi Vijay,
I will check with my Dev team about this.
Regards,
Hassan
Hi Mahmoud,
Network is optimize and all our VMs are hosted on cloud.
Regards,
Hassan
Hi All,
Its take more than 2 hours to execute all (9999) jobs for one store in our environment. Is it normal?
If not then how can we optimize it?
We are using AX 2012 R3 CU11 and SQL server 2014 SP2.
Regards,
Hassan
Hello,
I have problem debugging the code.
I have gone through many links of how to setup the debugger (Unchecked "Load symbols only for items in the solution", Attaching process, Loading symbols for all modules, etc...), but no luck.
Even if I just create a runnable class (job), breakpoint is not hit neither there.
What else can I check?
Why are you registering them? Have you looked at the Arrival Overview and created the journal from there? Why no go directly to receipt (unless you have configured AX to insist on registration?).
Hi,
If we have lot of item lines in a Transfer Order, is there a way or procedure to process bulk registration of all the item rather than selecting each item line and then processing registration.
ok thanks a lot , yaar,
but now system give me error the type are incompatible etc on
custagingreprottmp.salesAdminstrator=hcmworker::find(custpackingslipJour.workerSalesTaker).name();
hcmWorker.name() returns String , what type of field is salesAdminstrator ?