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

I can't find InterCompanyAutoCreateOrders of CustTable on the Table Browser in DAX2009

$
0
0

 

We have a Dynamics AX2009 server include GLS layer but we can't find InterCompanyAutoCreateOrders of CustTable on the Table Browser even if this is set by Yes on the Visible’s property. More and more If we get a value of this using DictField class, It was the value of No.

Could anyone tell me why it occurred?

Thanks

 

 

 


Workflow category‘s properties "Module" lookup value can not get new value from Enum:SysModule

$
0
0

In AX2009, under the WorkflowCategories i was created a new category call 'ABC'

I want to set a new Module  for category 'ABC', so i added a new element 'Test' under Enum: SysModule, save the change...

Select the category 'ABC' and open the properties window, when i click the lookup button in properties 'Module' , i can't find the 'Test' value in the list.

Why?!

Is the lookup value lookup from SysModule? How i can add a new module for the category?

 

Thanks.
AX Lover

Executing Dynamics AX add-in commands from macro VBA code

$
0
0

Somebody knows how to call Dynamics AX -> Refresh All action (Excel add-in) in VBA code (macro)?

Building some Excel application based on Dynamics AX data (export, import) but forcing user to find proper function in ribbon is inconvenient (sometimes ribbon even looses focus and user needs to select a cell inside source table before he can execute commands).

Disabled Hire new Employee in ax 2012

$
0
0

Dear All,

I am facing one problem while hiring a new employee in ax 2012.

I have hired 3 employees at that time it was working fine but suddenly while hiring again a new employee the button is disabled( Hire new worker)

Plz let me know if anyone have any solution regarding it.

 

Thank you.

DateTimeUtil::maxValue Method

$
0
0

how does this max value is calculated 

 

DateTimeUtil::maxValue Method

Distribution of charges for multiple Purchase order

$
0
0

Dear all,

 

 

 

i have an requirement.

 

i have 3 vendors in some country. This 3 vendors supply the materials to our customer who is located in another location though an third party vendor.

Once I received the three purchase order materials I need to distribute this fright charges equally to all three PO line items and need to book another invoice for 3 rd party vendor.

 

This can be done manually. 

 

But I want this to be done by system. When I select multiple po’s at receive stage.

Let me know how to deal with above process.

 

Thanks in advance.

Purchase Requisition

$
0
0

  I have just joined ERP Field with MS Dynamics AX 2009 
Our Client wants to run Purchase Requisition but they are unable to use Workflow.So i want to ask you if there is any way to use piurchase requisition for purchase order without configuring Workflow.Please  help me Sir it's really necessary to me.If there is any way please reply me.Thanks for Any help.

Multiple warehouses to single IC code?

$
0
0

When I try to set more than one warehouse to an IC code, I receive an error that the record already exists.

AX 4.0
Inventory management > Setup > Inventory > Warehouses
Select warehouse > External codes


Production order could not be scheduled. Not enough capacity could be found........?????

$
0
0

Assalam o alikum

Dear All

i am facing this error on updating production order "released" status. "Production order # 01 could not be scheduled. Not enough capacity could be found"

 

AX 2012 dimension value defaults rejection to the master data

$
0
0

Does anyone solve the issue, where you have several dimension values and you want system to guide dimension value combinations also in the item, vendor, customer, project ... forms.

I have made account structure and it works fine in gl postings, but do not reject the not wanted combinations for example in customer master data  financial dimensions fields. In customer form user can select from all values. I can not find the place, where I can say, that system should use only specific combinations for example in customer master data form. Of course system will give error, if wrong combination has selected and possible post to the gl is prevent - but it is too late. It would be better to give the possible combination already in the selection of the default dimension values in master data forms.

Anyone?

I have also problem to make not used dimensions value disable from the dimension values in master data forms - suspend and dates will not remove dimension value from the dimension field lookup - it will only work to gl postings in journals.

How can I make rules for the master data dimension values?

Regards: Tarja

problem using Data Migration Framework

$
0
0

Hi, I try to import data from XAL with Data Migration Framework

I gnerate my mapping between Source and Staging, do some changes because automatic linking does not work for some fields. When I have a look on the mapping between Staging and Target some maps are missing (and Nodenames are not from stanging but from source) and I cannot add them.

Does anyone know why they are not there and how I can add them?

Couple of Dev Questions

$
0
0

I've been messing around with the AX IDE and come across a couple of things I haven't yet been able to figure out; wondering if anyone on here would know the answers.

 

1. EDT of type FilenameSave when I add an instance of that to a dialog which is  used in a class that inherits from RunBase it has an ButtonImage that can be clicked and the standard Common Dialog Mgmt comes up. Is this part of the EDT or is this the ButtonImage.

I can't see where the bridge is between the EDT and the Common Dialog Mgmt... anyone know how that happens? i.e. what triggers the "Save Form" to show, and how is the filename then passed back to my variable?

 

2. "Command Type Button". I was looking around the "GlobalAddressBookListPage", trying to figure out how the delete function worked. When I edit the page and find the action button. It is of Type "Command Button"; when I look at the command its of type "Delete"... how, where and what is this linked too? i.e. how would I find what is behind that command?

Sorry for the noob nature of these questions; trying to wrap my head around AX.

Any help greatly appreciated.

t

linking Operating unit to retail channel in AX 2012

$
0
0

Hi,

I am trying to use 'stores' as a financial dimension in AX 2012. However, I am unable to achieve the linking between 'retail channel' and 'operating unit'. Therefore, I tested this in Contosso also and get the same issue.

The following steps are followed:

Create a dedicated warehouse and mark this as store

create a retail channel and assign this warehouse as warehouse and shipping warehouse.

update other fields. However, we get an erro saying that  "Field Operating Unit number must be filled in.

also another STOP error "Cannot create a record in Operating Unit (OMOperatingUnit).Party ID 8866. The record already exists

any help appreciated

Thanks

AX 2012 Security in Excel Add-ins

$
0
0

Hello,

In Dynamics AX 2012, I wonder if there's a way we could limit tables per user/roles in Excel Add-ins. Any idea?

Thank you,

Lyka Tasis

Changed grid row color in listpage form in ax 2012

$
0
0

Hi AX guys,

I need to change the  grid row's color if certain conditions are met. The usual solution for this is to override the formdatasource method displayoption(). However, the form is listpage type and the customization works only in the interaction class (AX 2012). How can i do this task in AX2012? I am trying to have the code below to override the displayoption method, but nothing happen.

 

[FormDataSourceInteractionAttribute('ReqPO', 'displayOption')]

public void reqPO_DS_displayOption( Common   _p1 = null,

                                    FormRowDisplayOption   _option = new FormRowDisplayOption())

 

{

//some code to do the coloring of grid's row;

}

 

Hope any guys from AX world can help me with this.


Inventory GL reconcilation

$
0
0

Accont Code 

50201010100

 Name

RAW MAT. - FINISHED LEATHER STOCK

Voucher

PKL0002122

Date 

1/11/2012

inventory Balance 

-1,365.19

Ledger Balance 

-1,147.07

Differnce 

218.12

50201010100 RAW MAT. - FINISHED LEATHER STOCK PKL0002123 1/11/2012 -1,259.92 -1,147.07 112.85
50201010100 RAW MAT. - FINISHED LEATHER STOCK PKL0002198 1/12/2012 -889.82 -889.8 0.02
50201010100 RAW MAT. - FINISHED LEATHER STOCK PKL0002202 1/12/2012 -113.73 -113.74 -0.01
50201010100 RAW MAT. - FINISHED LEATHER STOCK PKL0002204 1/12/2012 -113.73 -113.74 -0.01
50201010100 RAW MAT. - FINISHED LEATHER STOCK PKL0002229 1/7/2012 -3,135.90 -3,190.83 -54.93
50201010100 RAW MAT. - FINISHED LEATHER STOCK PKL0002230 1/7/2012 -261.32 -265.9 -4.58
50201010100 RAW MAT. - FINISHED LEATHER STOCK PKL0002501 1/14/2012 -27.07 -17.08 9.99
50201010100 RAW MAT. - FINISHED LEATHER STOCK PKL0002502 1/14/2012 -27.07 -17.08 9.99
50201010100 RAW MAT. - FINISHED LEATHER STOCK PKL0002503 1/14/2012 -23.07 -13.08 9.99
50201010100 RAW MAT. - FINISHED LEATHER STOCK PKL0002504 1/14/2012 -782.74 -775.61 7.13
50201010100 RAW MAT. - FINISHED LEATHER STOCK PKL0002505 1/14/2012 -782.74 -775.61 7.13
50201010100 RAW MAT. - FINISHED LEATHER STOCK PKL0002506 1/14/2012 -484.17 -486.22 -2.05
50201010100 RAW MAT. - FINISHED LEATHER STOCK PKL0002507 1/14/2012 -77.48 -90.34 -12.86
50201010100 RAW MAT. - FINISHED LEATHER STOCK PKL0002508 1/14/2012 -25.82 -30.11 -4.29
50201010100 RAW MAT. - FINISHED LEATHER STOCK PKL0002509 1/14/2012 -25.82 -30.11 -4.29
50201010100 RAW MAT. - FINISHED LEATHER STOCK PKL0002520 1/14/2012 -1,364.98 -1,350.35 14.63
50201010100 RAW MAT. - FINISHED LEATHER STOCK PKL0002522 1/14/2012 -682.5 -675.18 7.32
50201010100 RAW MAT. - FINISHED LEATHER STOCK PKL0002523 1/14/2012 -1,364.98 -1,350.35 14.63
50201010100 RAW MAT. - FINISHED LEATHER STOCK PKL0002527 1/14/2012 -622.94 -613.69 9.25
50201010100 RAW MAT. - FINISHED LEATHER STOCK PKL0002529 1/14/2012 -1,868.80 -1,841.06 27.74
50201010100 RAW MAT. - FINISHED LEATHER STOCK PKL0002542 1/14/2012 -222.48 -921.04 -698.56
50201010100 RAW MAT. - FINISHED LEATHER STOCK PKL0002544 1/14/2012 -333.75 -1,381.57 -1,047.82
50201010100 RAW MAT. - FINISHED LEATHER STOCK PKL0002545 1/14/2012 -444.99 -1,842.09 -1,397.10
50201010100 RAW MAT. - FINISHED LEATHER STOCK PKL0002546 1/14/2012 -111.25 -460.52 -349.27
50201010100 RAW MAT. - FINISHED LEATHER STOCK PKL0002550 1/14/2012 -1,366.23 -1,450.90 -84.67
50201010100 RAW MAT. - FINISHED LEATHER STOCK PKL0002552 1/14/2012 -1,964.89 -2,048.24 -83.35
50201010100 RAW MAT. - FINISHED LEATHER STOCK PKL0002553 1/14/2012 -1,256.36 -1,284.25 -27.89

Dear All

 

i close my inventory for the year 2011-2012. after closing i generte recobcilation report. More then four hundred pages shows .1 rs to 10000 of difference in both modules how i recencile inventory with GL properly

 

 

Regards

Inventory GL reconcilation

$
0
0

Accont Code 

50201010100

 Name

RAW MAT. - FINISHED LEATHER STOCK

Voucher

PKL0002122

Date 

1/11/2012

inventory Balance 

-1,365.19

Ledger Balance 

-1,147.07

Differnce 

218.12

50201010100 RAW MAT. - FINISHED LEATHER STOCK PKL0002123 1/11/2012 -1,259.92 -1,147.07 112.85
50201010100 RAW MAT. - FINISHED LEATHER STOCK PKL0002198 1/12/2012 -889.82 -889.8 0.02
50201010100 RAW MAT. - FINISHED LEATHER STOCK PKL0002202 1/12/2012 -113.73 -113.74 -0.01
50201010100 RAW MAT. - FINISHED LEATHER STOCK PKL0002204 1/12/2012 -113.73 -113.74 -0.01
50201010100 RAW MAT. - FINISHED LEATHER STOCK PKL0002229 1/7/2012 -3,135.90 -3,190.83 -54.93
50201010100 RAW MAT. - FINISHED LEATHER STOCK PKL0002230 1/7/2012 -261.32 -265.9 -4.58
50201010100 RAW MAT. - FINISHED LEATHER STOCK PKL0002501 1/14/2012 -27.07 -17.08 9.99
50201010100 RAW MAT. - FINISHED LEATHER STOCK PKL0002502 1/14/2012 -27.07 -17.08 9.99
50201010100 RAW MAT. - FINISHED LEATHER STOCK PKL0002503 1/14/2012 -23.07 -13.08 9.99
50201010100 RAW MAT. - FINISHED LEATHER STOCK PKL0002504 1/14/2012 -782.74 -775.61 7.13
50201010100 RAW MAT. - FINISHED LEATHER STOCK PKL0002505 1/14/2012 -782.74 -775.61 7.13
50201010100 RAW MAT. - FINISHED LEATHER STOCK PKL0002506 1/14/2012 -484.17 -486.22 -2.05
50201010100 RAW MAT. - FINISHED LEATHER STOCK PKL0002507 1/14/2012 -77.48 -90.34 -12.86
50201010100 RAW MAT. - FINISHED LEATHER STOCK PKL0002508 1/14/2012 -25.82 -30.11 -4.29
50201010100 RAW MAT. - FINISHED LEATHER STOCK PKL0002509 1/14/2012 -25.82 -30.11 -4.29
50201010100 RAW MAT. - FINISHED LEATHER STOCK PKL0002520 1/14/2012 -1,364.98 -1,350.35 14.63
50201010100 RAW MAT. - FINISHED LEATHER STOCK PKL0002522 1/14/2012 -682.5 -675.18 7.32
50201010100 RAW MAT. - FINISHED LEATHER STOCK PKL0002523 1/14/2012 -1,364.98 -1,350.35 14.63
50201010100 RAW MAT. - FINISHED LEATHER STOCK PKL0002527 1/14/2012 -622.94 -613.69 9.25
50201010100 RAW MAT. - FINISHED LEATHER STOCK PKL0002529 1/14/2012 -1,868.80 -1,841.06 27.74
50201010100 RAW MAT. - FINISHED LEATHER STOCK PKL0002542 1/14/2012 -222.48 -921.04 -698.56
50201010100 RAW MAT. - FINISHED LEATHER STOCK PKL0002544 1/14/2012 -333.75 -1,381.57 -1,047.82
50201010100 RAW MAT. - FINISHED LEATHER STOCK PKL0002545 1/14/2012 -444.99 -1,842.09 -1,397.10
50201010100 RAW MAT. - FINISHED LEATHER STOCK PKL0002546 1/14/2012 -111.25 -460.52 -349.27
50201010100 RAW MAT. - FINISHED LEATHER STOCK PKL0002550 1/14/2012 -1,366.23 -1,450.90 -84.67
50201010100 RAW MAT. - FINISHED LEATHER STOCK PKL0002552 1/14/2012 -1,964.89 -2,048.24 -83.35
50201010100 RAW MAT. - FINISHED LEATHER STOCK PKL0002553 1/14/2012 -1,256.36 -1,284.25 -27.89

Dear All

 

i close my inventory for the year 2011-2012. after closing i generte recobcilation report. More then four hundred pages shows .1 rs to 10000 of difference in both modules how i recencile inventory with GL properly

 

 

Regards

Retail Installation:ERROR 8192

$
0
0

Hi All,

Am installed AX 2009 Retail R2.But am getting Error 8192 –Error in processing request. when am going Test the AOS profile.But Retail Store Connection & Data base is connecting.....

Please let me know any one have the solution..........

Thanks & Regards,

sandesh

 

Can't find eprojectInvoice_DK_OIOUBL.xsl files - electronic invoicing

$
0
0

Hi

To configure Dynamics AX2012 for OIOUBL - electronic invoicing, I am looking for the 2 following files:

 

eProjectInvoice_DK_OIOUBL.xsl

 

eSalesInvoice_DK_OIOUBL.xsl

They should be placed on the Microsoft Dynamics AX 2012 setup folder - but I cant find them ?

AX 2012 Table mappings disappearing

$
0
0

I was wondering if I'm the only one experiencing the following problem in AX 2012 CU3 (and previous releases).
For some unknown reason there are fieldmappings disappearing in some tablemaps.
On these tablemaps there are NO modifications.
By modifying the tablemap and then deleting the modification again, the right mappings are restored (sometimes).

E.g. tablemap VendInvoiceLineMap.
Has two mappings VendInvoiceInfoLine (sys) [Foundation] and VendInvoiceTrans (sys) [Foundation].
When I
-   expand the mappings the AOT shows me there are NO fieldmappings.
-   run some code that uses this tablemap it throws an error (as expected with no mappings)
-   use 'restore' from the contextmenu, nothing happens
-   modify something (like titlefield property), save the modification and then delete it again, the fieldmappings are restored.

It seems to be a caching issue, but I don't know how to fix this in AX 2012.

 

Viewing all 73760 articles
Browse latest View live


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