RE: Having problems with AX2012 VM
Had already tried to start that, hadn't looked in the log, looks like a database issue, see below
View ArticleRE: Having problems with AX2012 VM
looks like this old laptop isn't man enough to run it, thanks for your help anyway
View ArticleRE: Import images to document handling
This method is working. I am able to get the proper DocuRef and DocuValue records created with this method using this line of code:DocuRef =...
View ArticleRE: Import images to document handling
Hi Don Shields,File::UseFileFromURL("C:\\Users\\Public\\Documents\\zhp710_P21.jpg"); works great with local files, but how are you going to use it in production environment ?
View ArticleRE: Import images to document handling
To attach image use next code DocuRef docuRef = DocumentManagement::attachFile( inventTable.TableId, inventTable.RecId, curext(), DocuType::typeImage(), memoryStream, fileName, null, description); if...
View ArticleRE: Import images to document handling
Yes that part of the code works. I am actually already using the EcoResProdcutImage::create and that works as well. As you said, File::UseFileFromURL("C:\\Users\\Public\\Documents\\zhp710_P21.jpg");...
View ArticleRE: Import images to document handling
I recently did similar modification and used Azure File storage for files, so users simply dumped files to file share and provide a spreadsheet where they mapped itemId to file path. It's quite easy to...
View ArticleImport images to document handling
I have managed to get to the point where I can get a stream created from my file from url. Having trouble figuring out how I can create the docuref and docuvalue table records from my stream. I have...
View ArticleRE: Personalization > query equivalent in D365
I was referring more to the form personalization.However I tried the Chrome add-in where I am getting the error message The host usnconeboxax1aos.cloud.onebox.dynamics.com is currently not...
View ArticleRE: Error while Inventory Lookup "inventory status could not be found"...
that was happen because of some issues while uploading Variants , there were some invalid entries inside InventDim ,and InventDimCombination.
View ArticleRE: Having problems with AX2012 VM
Hi DavePlym,When you download the AX 2012 R3 CU9 VM Part A, Ensure all the rar files are downloaded as per size in the MS site. The Last part of .rar while which is around more than 3gb sometime...
View ArticleRE: Deserializing object in custom service D365
Hi Martin,Really apologize to trouble you more. Below is my client code which I used in AX 2012 to call a custom service; except the additional code which I added for authentication for D365. The code...
View ArticleRE: Field Invoice prefix, Field Govt. Invoice, & Field Invoice Form no must...
HI BlackBeard,There are fields on the Invoice form, You need to fill before posting invoice, Most probably Invoice Number related customized fields in your environment. Try to identify the fields on...
View ArticleRE: Field Invoice prefix, Field Govt. Invoice, & Field Invoice Form no must...
hi Nagendra,thanks for your response, btw can you please advice where field to fill in?? i cant find those field in my sales Order view.
View ArticleRE: Field Invoice prefix, Field Govt. Invoice, & Field Invoice Form no must...
HI Aldimaz,When you hit this error? While posting sales order or sales invoice. Try to find on the Sales Order Form Header & Line details. ThanksNagendra Varma K
View ArticleRE: Field Invoice prefix, Field Govt. Invoice, & Field Invoice Form no must...
Hi Nagendra,thanks for the advice, i will mark your answes as the solution if this is solve.
View ArticleField Invoice prefix, Field Govt. Invoice, & Field Invoice Form no must be...
Hi Experts,please kindly advice for this problem, i had this problem in AX 2009 when i want to post invoice, need your advice for this. i cannot find field invoice prefix, field govt. invoice &...
View ArticleRE: Button to Create New Main Account Disable
HI Siti,In which form you are creating Main Account ? If you are creating from GL->Setup->Chart of accounts->Create New give the COA Name and Description and save than you will find New Menu...
View ArticleRE: GRN amount not correct
Hi Fredrik, thank you so much for your clarification and assistance. I am now more ease on this approach compared to what was recommended.
View Article