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

Your Microsoft Dynamics AX session is no longer. Lof off your computer and log on again. If the problem persists, contact your Microsoft Dynamics AX administrator.

$
0
0

Dear Friends,

 I have problem with my AX system, when I run AX then error happened.

 Your Microsoft Dynamics AX session is no longer. Lof off your computer and log on again. If the problem persists, contact your Microsoft Dynamics AX administrator.

 

I also process with my profile such as :  Documents and Settings\<User Name>\Local Settings\Application Data\*.auc

but it's still error, Could you have others way to solve this problem Please help me ?

Thank you very much.

 

 



How to delete Posted records from Price/discount agreement journals

$
0
0

NAI/Procurement and sourcing Journals/Journals Price/discount agreement journals
Select a Posted record
Delete

"Price/discount agreement journal table cannot be deleted while dependent Price/discount agreement journal lines exist. Delete dependent Price/discount agreement journal lines and try again."

Pressing Lines

All actions grayed, cannot be deleted.

PDF differences regarding layout, character display and line breaks (AX 2009)

$
0
0

Hello!

We are experiencing diffrences regarding overall report layout, display of characters (width, spacing, etc) and different line breaks when exporting reports as PDF with the integrated AX 2009 PDFViewer class compared to the display output.

What we have checked so far is fonts (same versions on AOS and every client), printer settings (same as display output) and margins (same overall).

1) Is there anyone else experiencing the same problems with the integrated PDF output?

2) Is there any possibility to get rid of those differences with the integrated PDFViewer class?

3) If there is no solution using the integrated PDFViewer class, is there a possibility to direct output to an external PDF writer?

Thanks a lot for your input,

Chris

function mthname(1) for "de-at" language returns "Jنnner" instead of "Jänner" (January) - very strange (März/March works perfectly)

$
0
0

Hi there,

i got a strange problem while using function mthname().

we are using the language "de-at" in AX2009 and if we use the function mthname() it returns "Jنnner" instead of "Jänner", if the date is in january.

The conversion of "march" works perfectly - so it doesn't seem to be a problem with the german umlauts.

i was looking in the Label-files, and the one and only "wrong" label is "@SYP2528: - als Toleranzwert von Jنnner bis Mنrz 2010 oder im 1. Quartal 2010", there doesn't exits a label for "Jنnner" - so it seems to be a system-near conversion of the name not using the label-files - am i wright?

i didn't find any solution or others with the same problem -  any ideas?

is there a wrong configuration in system? which settings should i check?

Kernel-Version: 5.0.1600.1578
Application version: 5.0.1500.4570 

thanks in advance!

regards,
christopher

i can see the employee details which are not in employee table

$
0
0

hi all,

here im facing a strange issue.

i dont have emp id 10110 in my employee table but when i open other table i can see this record in the list of Rental details table(there is lookup to emp table in this table)

Optimize Job Scheduling Result

$
0
0

I have 2 resources that have capability to produce cake:-

- oven A capacity 100 cake/hr

- oven B capacity 200 cake/hr

I have a production order to produce 2400 cakes.

In the route config, I assign:-

- Setup Formula: Capacity

- Resource Quantity: 2

- Required: Capability: Produce Cake

- Factor: 1

- Run Time: 1

- Process Qty: 1

The best expected result would be:-

- oven A: 8hr (100 cake/hr * 8hr =    800 cake)

- oven B: 8hr (200 cake/hr * 8hr = 1,600 cake)

However, the current result is:-

formula: 1 / (individual  resource capacity) *  produced quantity

- oven A: (1 / 100 cake/hr) * 2,400 cake = 24 hr

- oven B: (1 / 200 cake/hr) * 2,400 cake = 12 hr

Is there anyway I can get the best result?

Notes on purchase order lines

$
0
0

Hi!

Our customer need to add internal and external information on order lines.

The internal information is normally directed to the receiving staff and holds item specific information they should be informed/aware about.

Question #1:

As this is item specific information they would like to be able to add a internal note on the item and have the note follow through to the order line, which I haven't managed to achieve. Note seems to be related to item only, and a line note must be made manually. This of course means retyping the same message for every new order of that item. Did I miss something here or is this the way it should function.

Question #2:

When internal notes are made on the order line. We would like to be able to see that note from the Arrival overview form to. In the form, there is a document icon in the bottom of the window, but it is inactive for some reason. Any ideas how to make this work?

/E

Get User Selection Boolean value from Dialog Form

$
0
0

Dear All,

I would like to know how to get the value of a checkbox on a Dialog form. I want to get a Boolean value True/False based on user checking the checkbox or not. What I did in different methods of report is as follows:

ClassDeclaration

DialogField dialogMonthlySubtotal;

boolean                monthlySubtotal;

dialog

dialogMonthlySubtotal  = dialog.addFieldValue(typeid(boolean), monthlySubtotal, "Monthly Subtotal", "Monthly Subtotal");

getFromDialog

monthlySubtotal  = dialogMonthlySubtotal.value();

But checking the montlySubtotal checkbox on the dialog form I do not get the true/false value.

Any help will be greatly appreciated.

Thanks.


Dynamics AX 2012 R2 - Per User Session Bandwidth

$
0
0

Hi,

Can you someone let me know what is the per user session bandwidth required for the Dynamics AX 2012 R2 Rich Client to access the AOS. In System Requirements it states 100 Mbps, i suppose its not per user bandwidth. i wanted to calculate if 200 users are accessing from a site what should be the Network WAN link capacity.

Regards

Sam

Retail POS SDK - RetailTransaction object handle

$
0
0

Hi,

I have a task to display loyalty information in frmPayCash form (InteractionDefaults\WinformsTouch). The form is displayed when transaction is to be paid by cash or loyalty card. To access current transaction loyalty information I need to access IPOSTransaction type object. However it is not passed to the form. What would be the best approach to get to the current POSTransaction object?

Thanks,

Vic

axutil error: assembly is built by a runtime newer than the currently loaded

$
0
0

ERROR: Could not load file or assembly 'c:\temp\blablabla.axmodel' or one of its dependencies. This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded.

Grrrr. Both AXUTIL have product version 6.2.1000.4051. Both systems are CU7. Any ideas?

MarkupTrans

$
0
0

MarkupTrans has records (type customer) which are related to the CustInvoiceJour and CustInvoiceTrans, this results in workfow errors whenever following method are called: parmSourceDocLineTypeEnumName, parmSourceDocLineTypeEnumValue

Does anyone has experience with this issue, are there any known hotfixes or solutions? We encounter this with AX2012 CU4.

public enumName parmSourceDocLineTypeEnumName()

{

   enumName    lineTypeEnum;

   switch (this.TransTableId)

   {

       case tableNum(CustInvoiceTable):

           lineTypeEnum =  enumStr(SourceDocumentLine_CustomerInvoice);

           break;

       case tableNum(PurchLine):

           lineTypeEnum =  enumStr(SourceDocumentLine_ProductOrder);

           break;

       case tableNum(PurchTable):

           lineTypeEnum =  enumStr(SourceDocumentLine_ProductOrder);

           break;

       case tableNum(PurchReqLine):

           lineTypeEnum = enumStr(SourceDocumentLine_ProductRequisition);

           break;

       case tableNum(VendInvoiceInfoTable):

       case tableNum(VendInvoiceInfoSubTable):

       case tableNum(VendInvoiceInfoLine):

       case tableNum(VendInvoiceJour):

       case tableNum(VendInvoiceTrans):

           lineTypeEnum = enumStr(SourceDocumentLine_VendorInvoice);

           break;

       default:

           throw error(Error::wrongUseOfFunction(funcName()));

   }

   return lineTypeEnum;

}

Unable to logon On Microsoft Dynamics, SSRS reports error only with one user

$
0
0

We are experiencing an error at the launch of each SSRS report using only a particular (not admin) user.

Using the admin user all the SSRS reports are correctly visible in AX 2012.

How do I push an XML to external webservice using AIF in AX2012?

$
0
0

I need to integrate AX2012 with a custom interface that acts as middleware between AX and their WMS. The need is for various documents to be pushed to an external  webservice.

I was hoping to do this through AIF by setting up an outbound port which pointed to a Webservice.

Is this possible to do or what other options do I have?

Download link for Contoso VM Dynamics AX 2012 r3

$
0
0

I need to confirm either Contoso VM Dynamics AX 2013 is ready for download from partnersource, though I did download last july 2013 dynamics AX vm which is AX2012r2 + cu6.


Preview Panes not visible altough checked

$
0
0

Since a few days can a large numebr of users no longer see the preview panes in certain forms (for example: PurchTableListPage), also the factboxes are invisible.

Resetting the usage data did not help, neither did unchecking followed by checking the preview pane\factbox option again.

User options have not been changed, neither has the code been change on the affected forms.

The administrators do not encounter these problems, did check all user settings in options and could not find any difference.

Any suggestions??? 

[AOT] - [AOT] - [AOT] - [AOT] - [AOT] - [AOT] - [AOT] - [AOT] - [AOT] - [AOT] - [AOT] - [AOT]

$
0
0

This text is appearing in the header line on the client, on the right side of Session and company.

WorkingHours on table HRMPartyEmployeeRelationship /AX2009

$
0
0

Does aynone have insight or links to documentation about the array "WorkingHours" residing on table "HRMPartyEmployeeRelationship"?

I was wondering what is that arrays purpose? Where is the setup of "WorkingHours" relevant in other functions in AX?

Thanks, Ballhopper

OMOperatingUnit Dimensions on GL journal

$
0
0

Hi,

When I create a AP invoice journal, in the offset account Location, Department and costcentre dimensions takes any values with in this three dimension values. For example

Location dimension = London, if I give London in Department and Cost centre the journal gets posted with out any error.

When investigated further, noticed that all the three dimensions are group of OMOperatingUnit. So if you give any value from this three dimensions the journal gets posted without any error.

Does anyone had seen same issue, if so could you please let us know how to resolve this issue.

NOTE : Even in the standard AX 2012 R2, we have seen the same issue.

Open Statement cannot be deleted in AX 2012

$
0
0

Hi,

I am facing a strange issue in AX 2012 that, I am not able to delete an open statement in Retail Module. But the user with "System Administrator" privilege can delete it. Anybody knows which role I suppose to add to my username?

Viewing all 73760 articles
Browse latest View live


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