Quantcast
Channel: Microsoft Dynamics AX Forum - Recent Threads
Viewing all 46681 articles
Browse latest View live

Create Recurring Batch Job to post Delivery Note: Batch run but does not post any further Delivery Note. What s Multithread post?

$
0
0

Hi guys,

I created an recurring batch to post Delivery Note at Sales and Marketing > Periodic > Sales update > Delivery Note >.

 I select criteria > setup recurring Batch job > Click OK. Delivery Note under my criteria selection is posted.

However,  only the initial batch is run and post Delivery Note. The following batches just run, did not post any thing although we have some available SOs which are ready to post it.

  ==> Batch get created manually, it has multithread posting

When I check the batch job history, their Infolog just say completed, not posting any Delivery Note.

     ==> don't have multithread posting

Batch is still recurring every 30m

Can you please advise me which steps do I miss to have multithread posting?

Many Thanks

Ett


While cancel purchase order product receipt, it try to cancel all PO product receipt

$
0
0

Hi Folks,

When I try to cancel the purchase order product receipt, it will try to cancel the all received Purchase orders. Is there any setup to cancel the current PO product receipt.

Could you please suggest the solution.

Regards,

Edselv

Change PR status after its approved

$
0
0

Dear Experts

I have a situation where the PR is approved but the item has some issue (the user has created a new item but by mistake has clicked on CW although it was not a CW item).

I want to recall the approved PR and correct the item by removing the CW checkbox. and later re-submit the PR.

Any suggesstions hiow to acheive this.?

Thanks in advance

sayyed

GDPdU problems

$
0
0

Hi 

I try to run GDPdU export for the first time and do have following issues:

1. Import never ends (Form "Export data" hangs for 24 hours know)

2. I set timeslot from 01.01.2016. to 31.12.2016 but generated File "GeneralLedgerTransactions.txt" shows values from 2017, 2018,...

3. now index.html file is created

Question1. do I have to run the export for each defined table on its own or can I run the export for all defined tables at once

Question2: any suggestions about the problems above?

Make table fields not editable with condition

$
0
0

Hello everyone,

When the BOM version Approved, changes to the BOM content are not allowed.

I know I can do this by using allowEdit, but I'm not sure where exactly.

New active method under Form(BOMConsistOf)?

bomVersion_ds.object(Fieldnum(BOMVersion,FromQty)).allowEdit(false);

Thank you in advance

Where is an intercompany order created through approval workflow?

$
0
0

Hi,

When I create a sales order, it's creted as a journal in Order type field.

If I change it manually and put it "Sales order", an intercompany purchase order creates and I can debbug process in \Classes\PurchTableType\insert

But If I send the order to an approval workflow, where class I can verify to see this order creation?

Thanks in advance.

Apply discounts at purchase order receipt accounting

$
0
0

Hi All,
We are posting the accounting on G/L when posting purchase order receipts.
Our purchase orders have prices but also percentage discounts expressed. (In our case, high discounts)
So, when posting the expected cost of product, the G/L post doesn't include the discounts, that afterwards will be recognized when invoicing.
Is there a way to include discounts in the G/L purchase receipt?
In my case, non having them means duplicating the value of the inventory account.

Thanks
Agustí

Initialize a field value when another field has changed

$
0
0

Hai I am trainee technical consultant. This is the task given to me . I tried my best to create the table, but I am unable to meet the requirement asked in Cubical master table>FloorDescription> DataType to achieve the description value from the floor master table.

I tried it by using Modifiedfield method but I am not able to get succeeded please help me in this aspect.

thanks in advance.

 

Floor master:

S.NoField NameLabelMandatoryDataTypeSize
1FloorIdFloor IdYesString10
2DescriptionDescriptionNoString60

Cubicle master:

S.NoField NameLabelMandatoryDataTypeSize
1CubicleIdCubicle IdYesString10
2DescriptionDescriptionNoString60
3FloorId

Floor Id

YesString10
4FloorDescriptionFloor DescriptionNo

Non-Editable.

Default FloorID Description

From Floor master

-

 


Migration of Project management and accounting module from AX09 to D365FO

$
0
0

Hello Experts,

I am sure you all are safe!

One of our client is in process to upgrade from AX09 to D365FO. Our internal team is successfully migrating all data and/or in process. 

Into project management and accounting module I need a help from you on which tables are required to consider, which data to consider for bringing opening balances, project types, categories, wbs etc. etc. .....!

Thank you in advance.

Best regards,

Arnab

Cancel posted Invoice in AX 2012-PO

$
0
0

Hi,

Greetings. Hope all are fine

How to cancel a PO which is received and invoiced in Ax 2012

For some odd reason , the credit note button is disabled on that PO.

Should i proceed with return order-recieipt and invoiced?

Thanks

AOS Service Stops when attempting to 'Compare' object

$
0
0

When I do a 'Compare' of code layers, my AOS service stops. I can't find any error message in the Event Viewer that would point me in the right direction.

Any thoughts on why that might be?

BOMs and multiple warehouses

$
0
0

Hello All,

I'm a product design engineer responsible for managing all part data and BOMs in our Dynamics AX 2012 system. My employer recently consolidated manufacturing at a sister company within our corporate structure which is bringing on many changes and challenges. One of which is multiple warehouses and how to control which warehouse a BOM common between production and spare parts draws from.

Previous to the change everything was under warehouse 501 and all parts, BOMs, BOM lines etc. were set-up for this. We have added warehouse 502 for all spare part and accessory kit orders to draw from, maintaining 501 for production. We have many kit BOMs that are used in production that are also sold to dealers/customers for in-field install. Given this situation, when a kit is sold through parts, it relieves inventory from our production warehouse, 501 instead of 502. This brings forth the following question:

Is it possible to add warehouse 502 to these existing BOMs in a way that will relieve the inventory for a sales order from 502 and not production warehouse 501 while ensuring that production orders still relieve from 501 ?

Right now, the only solution our management has been to create new BOMs for each of the common BOMs for warehouse 502. This is a slippery slope as many BOMs are multilevel. I'm hoping for a better, if not simpler, solution to this problem.

Regards,

Robert Sherrod

Posting type missing

$
0
0

Hello Team,

can you please guide me, i have 2 SO invoice one is missing Sales order revenue and Sales order issue posting, can you please help guide me why is it missing?

and also, is credit memo the best practice to correct this?

In RetailPricingSimulator class, value from crtSalesTransaction.get_GrossAmoun() is zero

$
0
0

Hello

In RetailPricingSimulator class, I add some code in updatePriceAndDiscountsInDbTable() method and then debug to see the value comes from crtSalesTransaction.get_GrossAmount(). It is just zero although crtSalesLine.get_GrossAmount() returns a nonzero value.

Values from crtSalesTransaction.get_TotalAmount(), crtSalesTransaction.get_TotalDiscount() are zero too.

Could anyone please show me how to get gross amount of crtSalesTransaction correctly? Many thanks.

Data is not sync from store to ax2012 r3 HQ

$
0
0

I have performed following steps, 

Method 1
Full syncing for missing transaction

Method 2
Creating new working folder, 
Creating new channel database group,
Assigning it to retail store
changing the password for async services , and restarting async service,
Meta data sync
Running channel config and global config jobs from distribution schedule.
Running P-0001

Downloading is working fine in my case, but P-0001 pull job not working for a specific store.
Also have seen events in event viewer on async client machine and POS db machine, no errors found there. 

Still syncing is not happing. Kindly suggest. 


Select picking route on sales packing list posting

$
0
0

We have a sales order (SO001) for customer (say Cust001)

Item001 - 100 units

Against this we have made following 4 picking lists and made its registration:

01-03-21 : SO001 ; Item001 : 10 units : PR001 (picking route number)

01-03-21 : SO001 ; Item001 : 20 units : PR002 (picking route number)

02-03-21 : SO001 ; Item001 : 30 units : PR003 (picking route number)

02-03-21 : SO001 ; Item001 : 40 units : PR004 (picking route number)

Now in Sales packing slip form, is there any way to select picking route number and based on this separate line is appeared in Packing Slip form based on unique picking route number?

We want to generate a unique packing slip against unique picking route number (and/or picking list registration).

Kindly assist on the above scenario.

Thanks

Document handling security

$
0
0
Hello,
I have created new document types under document management, but I want to allow just a Role to use those new document types, and all the other roles should not be able to use those new document types.
Is this possible and if it is, how can it be achieved?

problem importing Employees from DIXF. Is referencing a different Employee

$
0
0

Hi all,

I am trying to Import some new employees to Ax2012 though DIXF (Entity: Employee)

I am just tried with one simple record.

The DiXF shows that everything is ok but when I double click on the Employee record at the Employees List form  it opens another Employee 

Any Idea whats going on? what Am i Doing wrong

thanks a lot for your time

Existing unique index changed may cause unique index violation

$
0
0

Hello Team,

We are facing the Error for Unique  Index Changed in CustInvoiceTable, CustInvoiceTrans and CustPackingSlipTrans. Please see below snap for your perusal.

Please help us to resolve the issue ASAP. Thank You.

PARENT BOM (STD ) VS SPECAIL BOMS

$
0
0
Hello Everyone .
I need to know if I make a change to a Parent/STD BOM and run a BOM calculation , will it automatically update all the specials we created using the parent bom ?
I have a situation where I need to update the rebar qty significantly . but I also see that that std bom has more than 100+ open sales order specials created which have not been fabricated or packed .
Is there a way it automatically updated all those specials ?
Thanks for your time on this in advance.
Viewing all 46681 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>