RE: how to edit field once it is freezed?
Hi Rajesh,In this case you have to set the allow edit to Yes. The value 'No' means that the user cannot change it; even when he has the table permissions. Possibly there is a need to have the field...
View Articlehow to edit field once it is freezed?
i have a EDIT command button and few fields whose "allowedit" property is set to No.now i want whenever i click edit button i need to edit these fields.how to do that.regardsrajesh mahato
View ArticleRE: Retail Sync Issue between sync server and sync client.
hi summit,Please check the load balancing in system administrator
View ArticleRetail Sync Issue between sync server and sync client.
When i am trying to sync the data from ax to POS i have found below mentioned error, everything is fine and connection is showing successful is any one help me out from this error.Unable to communicate...
View ArticleRE: CIL Error in software update checklist in ax 2012 R2 CU6
Will Re-install AX solve this issue?
View ArticleCPOS Receipt Alignment Issue
I am working on D365 Update 8, when using Windows driver printer with CPOS our printed receipt always gets right aligned and hence misses some data even when we set it to be left aligned. Receipt Image...
View ArticleRE: error :Illegal data type when creating number sequence reference. Update...
Hi Kasthu,AS this is a customization, you can use the debugger to find out where exactly it fails. There should be something wrong in the loadModule method. Can you otherwise share the contents of this...
View Articleerror :Illegal data type when creating number sequence reference. Update has...
when i run the job to load the modulestatic void NKnumseqload_studentmanagement(Args _args){ NumberSeqModuleNKStudentManagement n = new NumberSeqModuleNKStudentManagement();n.loadModule();}it throws an...
View ArticleRE: AX2012 R3 CU9: WHS: Mobile: SO and TO Picking: Generate a new target...
I think you need to look into setting up your work template to break work based on the picking location, at least.This way you will get 2 different work orders for the example above, and will have 1...
View ArticleAX2012 R3 CU9: WHS: Mobile: SO and TO Picking: Generate a new target license...
Trying to figure out how to set it up so that different target license plate id is generated when doing SO/TO picking so that picking LP ID and target LP ID is one to one relationship.All items belong...
View ArticleRE: Dynamics R3 integration with Project server
Dear Ludwig,thanks for replying,* the first link does not work, please re postsecond, is it possible to show the actual cost and estimated cost per activity in ms project?
View ArticleDynamics R3 integration with Project server
Dears,does the integration between dynamics R3 and project sever includes the cost that is defined per activity in AX, (estimated & actual cost), noting that cost in my case includes items,...
View ArticleRE: when the user settles this transaction, the amount gives in the journal...
Hi Anjan,In your first screenshot I can identify two invoices and a payment. Are the invoices recorded with a foreign currency that might result in the different balance amount shown?Best regards,Ludwig
View Articlewhen the user settles this transaction, the amount gives in the journal is...
Refer to balance of the open transactions..it is showing the incorrect amount. Therefore, when you the user settles this transaction, the amount it gives in the journal is this balance amount.I have...
View ArticleRE: CIL Error in software update checklist in ax 2012 R2 CU6
Ok so my suspicion was right that you indeed have compilation errors which were not revealed by axbuild, and preventing CIL compilation.Those classes are using .Net assembly references. You might have...
View ArticleRE: when the user settles this transaction, the amount gives in the journal...
Hello Ludwig,Yeah, When a settled transaction is reversed, the amount shown in the open transaction is doubled. The open Transaction is affected.Note: The Total GL doesn't tally with the AP/AR...
View ArticleRE: Local Folder Path in ax 365
Hi martin You mean to say out of box one default azure storage accounts comes with every production environment? because I don't want to suggest a solution which includes pricing for the customer only...
View ArticleRE: how to edit field once it is freezed?
Please note that in AX you can control edit access on different levels: - formdatasource field - formdatasource table - table field (alloweditoncreate, allowedit)You cannot make fields editable which...
View ArticleRE: error :Illegal data type when creating number sequence reference. Update...
Your number sequence module is using a data type which is not supported to be a sequence, like date or guid, please verify your customization. Use a string EDT please.
View Article