Forum Post: RE: Error while synchronizing AOT
Hi abdul i didn't import customizations on VAR layer, I'll import them after resolving all AOT synch errors. SQL Statement: SP_RENAME...
View ArticleForum Post: How to set dimension for non ledger type account in journal line...
Hi, I would like to know how to set dimension or offset dimension for non ledger account type in daily journal line using x++, For example my account is a ledger type and offset is a (bank type or...
View ArticleForum Post: RE: Select statement with certain fields
I haven't seen this before, but the fields are set in the where clause, so you could say that you know the values when a record is found. positionWorkerAssignment.Worker == workerRecId &&...
View ArticleForum Post: How to change the vendor catalog and to the vendor catalog...
Hi, AX 2012 R3 environment. This is related to Vendor Catalog.(Procurement and sourcing/Common/Catalogs/Vendor catalogs/Related information/Generate catalog template) - Application Integration...
View ArticleForum Post: RE: Error Code: 50110 = Maximum file size exceeded Operation will...
Thanks so much Boye! I believe it is running on the server tier as the temp file is being created on the AOS server in the service account's profile, not the client workstation. If I change the table...
View ArticleForum Post: RE: Select statement with certain fields
It's probably because the whole record is taken from cache.
View ArticleForum Post: RE: Project as the financial dimension
thank you Mr. Boye for your reply. Could you please help me in writing the job.
View ArticleForum Post: RE: How to set dimension for non ledger type account in journal...
AxdDimensionUtil::getDimensionAttributeValueSetId(PassValue); //PassValue can be a container or Structure //below examples are for your reference...
View ArticleForum Post: RE: Error Code: 50110 = Maximum file size exceeded Operation will...
yes you need X++ and if it runs in batch you certainly need CIL and you are changing the data dictionary so a sync is also needed. You have to go all the way this time.
View ArticleForum Post: RE: Project as the financial dimension
Sorry Imran, but I'm not going to do all the work. I pointed you in the right direction, you need to hire a developer or if you can program it yourself.
View ArticleForum Post: RE: How to do partial packing slip by x++ code
I tried from different scenario, but it didn't work out. any solution pls update. it would be a very helpful for me. Other scenario which i applied : SalesTable salesTable; SalesFormLetter...
View ArticleForum Post: RE: How to do partial packing slip by x++ code
If i use where condition by parmline itemid then the related item id is affected only for how much delivered qty mentioned in delivered now column I see it as correct/default behavior; what you will...
View ArticleForum Post: RE: Problem consuming web service from AX2012
Why would that make the service break, so it has to be restarted?
View ArticleForum Post: RE: SSRS Report Deployment Error
Try to Run Visual studio as administrator , right click on Visual Studio Icon and click on Run as administrator also Run AX as administrator and then try to deploy reports from AOT.as per my knowledge...
View ArticleForum Post: RE: Unable to access Microsoft database axdb.
your command is incomplete and that's why it's not working it should be dp.exe import C:\Demodata MicrosoftDynamicsAX here "dp.exe" is utility name and "Import" is the import command and C:\Demodata is...
View ArticleForum Post: RE: Import Product Master Item with Variants AX2012R3
Dear Abdul, thanks for the reply. i've tried this already, but it was created only product not variants. Regards, Amith Prasanna
View ArticleForum Post: Sales unit without decimal release quantity with decimal
Hello, I sell ropes, by meter, or by complete reel of 100m. So I've my unit "m" for meters, and a unit R100 for reel of 100m (with conversion 1 R100 = 100 m). When my customer ordering 1x R100, with...
View ArticleForum Post: RE: Dynamics ax 2012: Data Import using EXCEl ADD In, Refresh...
You exposed your base query in document data sources (Data Source Type: Query Reference), which you can't publish through. You need to expose your AIF service in Document Data sources (Data Source...
View ArticleForum Post: RE: DMF Processing Group Error
Is it related to your other thread, DMF Error ? I guess it is, therefore we should discuss it in just one of them, to avoid repeating the same things without reason.
View ArticleForum Post: RE: DMF Error
For reference, there is a similar thread from the same user: DMF Processing Group Error .
View Article