RE: Stock in system with no transactions
Please change the quotes:Instead of “CAB-ACU-RA”it should be "CAB-ACU-RA"
View ArticleRE: Stock in system with no transactions
That seems to have done the trick. It's now saying:For dimension , on order should be 0.00, but -1.00 have been incorrectly updated.So it seems to confirm the figures are incorrect, but I'm not sure...
View ArticleRE: Filter DialogField lookup values
Hi Ihab,Please check if the following code satisfies your scenerio, add this code to you lookup method:Query query = new Query(); QueryBuildDataSource queryBuildDataSource; boolean searchCriteria =...
View ArticleRE: Stock in system with no transactions
Oh actually, it looks like the -1 on order has now disappeared, so this may have solved the problem!
View ArticleRE: Stock in system with no transactions
This job fixes such problems. Now the major task for you, is to find what customization breaks InventSum. Good luck!
View ArticleRE: Purchase Order : Physical remaining quantity in the unit PCS must be...
Hi Prashant,Thanks for quick reply, I have checked , yes financial negative was enabled but i tried after disabling it. still getting the same error.Regards,Sanjay Sharma
View ArticlePurchase Order : Physical remaining quantity in the unit PCS must be other...
Dear Expert,I have receive following error while creating Purchase Order Receiving Receipt.
View ArticleRE: How to order Batch Tasks
Hi Boris,I did as you suggested, My question is how do you set what order the tasks will run it? In a SQL Server Job you have step 1, step 2, step 3 and so on, is there something like this for a batch...
View ArticleHow to order Batch Tasks
Hello, We currently have a batch job that has one batch task that it runs ( it calls a batchable class), this tasks creates a shipment record. I want to add another task to this same batch job that...
View ArticleMisalignment NextVal SYSTEMSEQUENCES, TabId USERDATAAREAFILTER and...
Hi all,I verified (in multiple environments) that if I use a method like this one below, with the transact-SQL SET NOCOUNT ON, I obtain, systematically, while accessing clients or while running CIL...
View ArticleRE: Dispatch Board no nodes
Do you have the Dispatch Team form setup? (SM module)Do you have the Dispatch Worker setup?The report is taking the next query to build it: while select PersonnelNumber, RecId from hcmWorker...
View ArticleDispatch Board no nodes
when i want see Dispatch Board in Service management i always get this messageand always show me empty
View ArticleRE: ATLAS Report
Hi Benjamin,Yes, I can help you with that.First you can try this in a job:static void Write2ExcelFile(Args _args){InventTable inventTable;SysExcelApplication application;SysExcelWorkbooks...
View ArticleATLAS Report
Dear All,sorry if this thread OOT. I had created ATLAS report for customer balance.how to make each customer balance generated to each sheet.right now, every data despite has been group, but all data...
View ArticleRE: Unable to allocate sequence numbers for...
Hi Douglas,I verified (in multiple environments) that if I use a method like this one below, with the transact-SQL SET NOCOUNT ON, I obtain, systematically, while accessing clients or while running CIL...
View ArticleDatasource onValidatedDelete handler doesn't work when super() return false
I have an event handler for onValidatedDelete of datasource[FormDataSourceEventHandler(formDataSourceStr(ProjInvoiceEditLines, ProjInvoiceParmtable),...
View ArticleLCS Code upgrade from 2012 to D365
I have to upgrade code from AX 2012 to D365. I am having confusion while creating Model Store. How to create Model Store? I have searched but didn't make my self clear. Any help?
View ArticleRE: Lookup between Invent On Hand and locations
Hi Smit,I assume the return of the lookup is a location ID? As the number of locations could influence the performance, you can try several options to see what performs the best:- Temporary table...
View ArticleLookup between Invent On Hand and locations
Hello everyone,We have requirement where we need to show all locations and physical available quantity as one column in one lookup. Locations for which no record is available in inventSum table should...
View Article