RE: Import Product Master Item with Variants AX2012R3
possible using AIFsinguraghavendar.blogspot.com/.../importing-products-into-ax-2012-part-1.html
View ArticleRE: Error while synchronizing AOT
Hi SangramFollow the Anton suggestion, for sure works. Then is enough to sync only the table where you face the issueLastly, you could :1- Backup the DB on SQL side2- Create another DB and restore the...
View ArticleRE: Error while synchronizing AOT
have you imported customizations on VAR layer ? can you share which table this column has, check synchronize it, does this column exists in physical table at sql layer ?
View ArticleRE: Job code deployment to production
If you use jobs for one time use: you could create or import them into production. Then run them and delete them (as there is no reason to keep them and you want to keep modelstore in sync with other...
View ArticleRE: Company versus sites
I would choose for the multiple company option. Because you want to measure profitability between them and they are acting as separate companies. Then in the future it would still be possible for one...
View ArticleRE: Company versus sites
Hi tz@horinc, What might also influence your decision is whether or not your Business Units are entities that have to file government documents such as tax reports. In this case the Setup of individual...
View ArticleRE: 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 ArticleHow to change the vendor catalog and to the vendor catalog template generator...
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 Framework...
View ArticleRE: 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 ArticleRE: Error Code: 50110 = Maximum file size exceeded Operation will fail"
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 ArticleRE: Select statement with certain fields
It's probably because the whole record is taken from cache.
View ArticleSelect statement with certain fields
The below piece of code exists in the class PayrollEarningGenerationTask, method createWorkerPositionRecurringEarnings if (workerRecId != 0&& positionRecId != 0&&...
View ArticleRE: Project as the financial dimension
thank you Mr. Boye for your reply.Could you please help me in writing the job.
View ArticleRE: How to set dimension for non ledger type account in journal line using x++
AxdDimensionUtil::getDimensionAttributeValueSetId(PassValue);//PassValue can be a container or Structure//below examples are for your...
View ArticleRE: Error Code: 50110 = Maximum file size exceeded Operation will fail"
yes you need X++ and if it runs in batch you certainly need CILand you are changing the data dictionary so a sync is also needed.You have to go all the way this time.
View ArticleError Code: 50110 = Maximum file size exceeded Operation will fail"
A user is trying to run a consolidation and it is failing with the stack trace below. He tried it two times yesterday, and the event documented in the following KB article was logged a couple of...
View ArticleRE: 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 ArticleProject as the financial dimension
Hi AllActually I created the Project as the dimension and “ACC + Project” as the dimension set to get the reports based on the project dimension. But I don’t know how I forget to create the Structure...
View ArticleRE: 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 ArticleRE: 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 columnI see it as correct/default behavior; what you will put...
View Article