Processing groups - DIXF batch for copying data from staging to target
Hi,When I am doing the testing for a processing group, when I submit the batches to copy date from Staging to Target, it seems batch only handle one task at a time. For example, I have 5 executions:...
View ArticleWhile uploading xml file into ax, vendor code is 0100 but it is reading as...
While uploading xml file into ax, vendor code is 0100 but it is reading as 100. How to resolve?
View ArticleUsing Runbase batch process class, want so select all the Sales order for a...
Hello all,Using Run base batch process class, want so select all the Sales order for a customer against all that sales order during this period.and the from all the sales lines sum all the Qty and...
View ArticlePurchase Requisition button is disabled
I could see that the user is attached to the employee but still i could see that the purchase requisition "new" button seems disabled. For the new user if i am creating the employee and assigning it to...
View ArticleRE: Using Runbase batch process class, want so select all the Sales order for...
1) See class Tutorial_RunbaseBatch to understand how to create batches by using it2) Create a select statement that selects all sales orders for customer X (defined in the batch dialog) and joins all...
View ArticleRE: While uploading xml file into ax, vendor code is 0100 but it is reading...
Please explain what exactly you're doing, because there are multiple ways how to read XML.
View ArticleCalendar properties
What is the application of calendar properties ?Can I map 8-hour shift with calendar properties?
View ArticleRE: Production Module - Picking List Reconciliation Issue
Hi Juan,I did some testing with the "END" flag and it does not fix the problem. Any other suggestions or specific settings I can look for?Thanks,Hans
View ArticleRE: Passing RunBaseBatch parm setter
You need to add the variable in CurrentList macro in the class declaration of your RunBaseBatch class.
View ArticleRE: Passing RunBaseBatch parm setter
Hi Nikolaos, thanks for your quick responseSorry, I've never worked with macros in the context of AX - could you pls specify or provide some documentation on this?CheersLuke
View ArticleRE: Passing RunBaseBatch parm setter
Look at class Tutorial_RunbaseBatch and it's classDeclaration.Also, if you update the macro, you need to increment "CurrentVersion" or clear your usage data, or it doesn't work.
View ArticlePassing RunBaseBatch parm setter
Hi all Running AX 2012 R3 CU9. Having a small issue with an SSRS print-to-file report I'm running in batch.In the following example, TEE_Register_SubmitToLangdons class extends RunBaseBatch....
View ArticleRE: Passing RunBaseBatch parm setter
One of the advantages of the newer framework (SysOperation) is that it handles serialization for you and you don't have to do it manually as in RunBase. A lot of people didn't know how to do...
View ArticleRE: Passing RunBaseBatch parm setter
Hi Nikalaos,Ahh, I've now added to my class declaration:public class TEE_Register_SubmitToLangdons extends RunBaseBatch{ TEE_RegisterJournalId parmJournalId; DialogField dlgparmJournalId;...
View ArticleRE: Passing RunBaseBatch parm setter
Usually you would like to have a dialog in RunBaseBatch implementations since that's used to set up the batch.If you don't want any own variables in the dialog, I guess you don't have to implement /...
View ArticleRE: Passing RunBaseBatch parm setter
If you're building a new class, you should probably use the new framework instead of digging into the old one.Yes, unlike with SysOperation framework, you must implement the dialog by yourself. Add a...
View ArticleRE: SSRS Subreport Error: Subreport could not be shown
I don't agree that the other parameters are not important and can be ignored.I have no idea how to use two preprocessed data sets for a single report. I guess everything is possible, but I suspect it...
View ArticleRE: Passing RunBaseBatch parm setter
Hi MartinAh, thanks for the tip - I've tried implementing the version of pack/unpack from the tutorial as my changes so far have been consistent with what's inside it - however my batch job now seems...
View ArticleRE: Help needed: Advanced filter - sales order purchase order status (direct...
Hi André,a customization would be a backup. I would like to find a way of doing without any costs. A advanced filter could be safed or transferred into a cue. Do you know any workaround? Many...
View ArticleRE: Passing RunBaseBatch parm setter
Well, if you want to deal with just a single framework and SSRS report controllers are based on SysOperation framework, then adding RunBaseBatch to the solution goes against your own requirements.Note...
View Article