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

Dynamic Ax Certifications

$
0
0

Hi  guys

I want to ask about Dynamic Ax Certifications . also my company want to be microsoft  Dynamic Ax partner .

please tell me the required  exams and its prices

 

thanks


How We Send SMS From AX 2012 ?

$
0
0

Can anyone tell me the complete process of sending sms from Ax 2012 ?

How to make a Tab as Mandatory (red start beside the tab name)

$
0
0

In a form, I have a tab called Contact Information, which have only one grid.  Whenever end used opens the form, he/she should be able to see a red star mark beside the tab name so that they will expand this tab and enter the mandatory fields.

I tried making one of the fields as mandatory in the grid but unable to see the red star until I click on Add button in the grid.  Please suggest what needs to be done.

sending SMS From Microsoft Dynamics Ax

$
0
0

 Hi All,

I'm trying to send sms from Axapta. For that I tried the sample which is in the below link.

http://dynamic-ax.co.uk/DynamicsAXSendSMS.aspx

i tried this sample in Ax 2009. I'm not getting any error, after clicking send button as it stated in the website i'm getting "Message has been sent successfuly". but i didnt get message on my mobile.

I cannt identify the problem.

If any other sample is available, Please do the need ful.

Thanks for help.

Regards,

Maria,

Chennai,India

Multi-client capability with cross-utilization of files / tables – additional

$
0
0

Hello,

we have following problem in our Dynamics AX09:

-          We started to produce in AX2009 two years ago in 2011 with only one client

-          Now we are going to use AX2009 in other departments of our company

-          That´s why we need more clients in AX2009

-          How can we install more clients additional?

-          We´ve got some tables which must be used across clients

-          In my search I´ve heard about virtual clients

-          To virtuel clients there can be tabele collections assigned

-          We tried to copy the InventTable from our „old“ client in the table collection:

-          Result: InventTable of our „old“ client was empty and the table collection was also empty:

-          BUT: As I created a new article, all clients, which where assigned to the virtual client, had this article in Access

-          I really don´t want to create all our artikels a second time in the table collection.

 

Do you know if it is possible to configurate our system this way?

Can you tell me about the options?

How to transfer everything production environment into a test environment for AX 4.0?

$
0
0

In our company there is a live environment which is creating problem due less storage space. We need to create one new live environment which should work similar to the former live environment. What are the steps to be done to fulfill the requirement?

Retail POS: Troubleshooting "The application could not be initialized" launch error. Databases and config file have been created successfully.

$
0
0

Hi All-

I am fairly new to AX but am learning a lot thanks to this group.  I am trying to set up the POS component of the Retail Feature Pack for demo purposes with everything set up on a single box.  I have successfully created a Store DB and Offline DB using the utility and the POS config file has been set up properly pointing to both DBs. Upon attempting to launch the POS application, I receive "The application could not be initialized" error followed by another error stating  "A system error has occurred.  The application will close."

Is there a log somewhere or anything that I can check to get more information about what is causing these errors that are preventing the POS from launching?

 

Thanks in Advance!

Sequence number

$
0
0

Hi all,

is it possible in AX2009 to set up a sequence number like for example  mm-yy-00000001

and each month the system automatically update the month in the sequence number    


AX 09 - Where can I find certain bank related details within the database for a Vendor

$
0
0

Hi

I am looking for the database fields for the following properties relating to a Vendor:

1) Tax Number

2) Vat ID

3) Bank Code

4) Bank A/C Number

SysMailer send email error

$
0
0

Hi,

If I run same code without batch processing (as a job), it runs fine. Somehow when I run it through batch processing (RunBaseBatch class) I am getting below error:

"Method 'send' in COM object of class 'CDO.Message' returned error code 0x8004020E (<unknown>) which means: <unknown>."

Here is my code to send an email:

static void sendEmail(str _emailTo,str _subject,str _bodyText)
{
    SysMailer   mailer = new SysMailer();
    SysEmailParameters parameters = SysEmailParameters::find();
    str emailFrom = sysuserInfo::find(curUserId(),false).Email;
    ;
    if (_emailTo != "")
        {
        if (parameters.SMTPRelayServerName)
        {
            mailer.SMTPRelayServer(parameters.SMTPRelayServerName,
                               parameters.SMTPPortNumber,
                               parameters.SMTPUserName,
                               SysEmailParameters::password(),
                               parameters.NTLM);
        }
        else
        {
            mailer.SMTPRelayServer(parameters.SMTPServerIPAddress,
                               parameters.SMTPPortNumber,
                               parameters.SMTPUserName,
                               SysEmailParameters::password(),
                               parameters.NTLM);
        }
        mailer.fromAddress(emailFrom);
        mailer.tos().appendAddress(_emailTo);
        mailer.subject(_subject);
        mailer.htmlBody(_bodyText);
        mailer.sendMail();
    }
}

Any idea?

Thank you in advance.

Ragin

Prerequisite check: WSDL URI not accessible

$
0
0

Hi,

After upgrading AX2012 R2 with CU1 and a kernel Hotfix -so that the current system version is 6.2.1000.693- and after running the initialization checklist, I had to reinstall the Enterprise Portal component to resolve some issues with it.

When I start the Microsoft Dynamics AX Setup trying to install de Enterprise Portal component, I get an error at the prerequisite check:

Performing a service status check for prerequisite 'Application Object Server (AOS) Services WSDL URI accessible'. - Check failed.

When I click on the "Error"link I get the message:

"Resolution: Attempt to access the WSDL port manually by entering the URI http://<SERVER>:/DynamicsAx/Services/MetadataService. ..."

It seems that the port (8101) is missing in the URI the prerequisite checker is trying to access.

If I enter the URI http://<SERVER>:8101/DynamicsAx/Services/MetadataService in the browser it works without any problem.

How can I solve this error to continue with the installation of the Enterprise Portal?

- I have only one AOS instance in this server and more than one client configuration file so I’ve regenerated the WCF configuration under the Connection tab from Client Configuration Utility.

- I have restarted the AOS but this has made no difference, the error still persists.

- I’ve check the Registry key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Dynamics\6.0\Configuration\Original (installed configuration) & SetupProperties and I have verified the port number of the wdsl entry is 8101.

Regards

Manufacturing process in AX 2012 R2

$
0
0

Dear members,

I am in a trouble to implementing manufacturing process by use of AX 2012 R2. The production process is as following.

The production environment is job shop in which, I have considered every shop as an operation. So, every finished good (product type=formula) has to go through some operations to be completed. The problem is here that every semi finished goods can be considered as finished good and therefore, should be able to stock or sell.

For example, consider A as a row material. Oper1 is performed and A would become B. In the next step Oper2 would be performed and B become C.

Below, production and formula setting are presented.

Item A: Production type= None

Item B: Production type= Formula  , A is ingredient for producing B   ,   Route= Oper1

Item D: Production type= Formula  , B is ingredient for producing D   ,   Route= Oper2

Now, I have run batch order over item D. So, in this case item D would be added to inventory by running Report As Finished. But, in our business, in the middle of the process, we decide to sell item B separately without performing Oper2.

Here is a place where my question comes up. How can I add item B to inventory in the middle of the batch order process while Report As Finish is just over last operation (item D).

I would be appreciated if anyone can help me out.

Purchase requisition not keep comment after submit PR

$
0
0

we face some issue in workflow history

1 once we submit PR after that PR has reject then we submit and add comment in that PR found that in history system not keep the comment teext after submit PR.

2 once we request change to someone submit that PR when that PR has submit and add comment text in PR found that system not keep the comment text in PR history.

Please see in the attached file.

An unexpected error has occurred while opening the workflow. See the event log on the AOS and contact your system administrator to resolve the issue.

$
0
0

Hi all...

I have a problem when creating or modifying a workflow, system in any module, it displays the following message "An unexpected error has occurred while opening the workflow. See the event log on the AOS and contact your system administrator to resolve the issue." Since the CIL compile complete, but no effect arises not I still get the same error.

I would appreciate your help

no puedo actualizar saldos de entradas de registro presupuestario

$
0
0

me pueden ayudar es que trato de ingresar una entrada de registro presupuestario y me pide un índice factor presupuestario


AX 2012 R2 for Retail customize Retail Transaction Service Class

$
0
0

I have a customization in POS and i want to raise an error depend on condition in Retail transaction service class in headquarter

but when i raise error error text doesn't appear in POS although it is stop the operation as i want but different error appear not my error test i wrote in retail transaction service class.

Any ideas

AX 2009 - How to take away the 60 characters limit of the Item Name field, in the Inventory on Hand form?

$
0
0

Good morning!

The Item Name field, in the Inventory on Hand form, shows only the first 60 characters of the items name. I've looked at its properties, but haven't found anything that could limit this field. I've also looked at the method which is used to show this field's value, but this method returns all the characters.

Does anybody know how can I take away this limit?

Thanks in advance!

Luiz Bezerra

Headers and Page Breaks not working in MGT Reporter

$
0
0

I have used the Management Report Migration Wizard to move our FRx database of row, column definitions and reporting trees into MGT Reporter.

I corrected all indicated errors and the numbers look good.  However, I cannot get the PageBreaks and Headers to work in the reports.  I have the Header set up in the Report Definitions and have Page Breaks in the Row definitions.

Under Output and Distribution, Report options, I have Include headers and footers checked as well as include row and column page breaks.

Still no luck.  I'm sure it's simple, I have read the sections pertinent to the problems and they point to what I have already done.

Any help pointing me in the right direction greatly appreciated.  Last hurdle before upgrade to GP2013 when we leave FRx behind.

thanks,

Sum a field in my report

$
0
0

Hello all,

I am using AX 2009 and I am trying to make a sum of all the transactions made in the QtyOrdered field. I want to make that sum and display it in the footer. It seems like the report already have some Sum Methods but it doesn't work they don't appear in the footer, I don't know why so I decided to create my own display method that would display the sum of that particular field and here it is:

Display InventQty SumQtyOrd()
{
Select Sum(QtyOrdered) From SalesLine;
Return SalesLine.QtyOrdered;
}

No errors on it, but it doesn't display on my report either. I guess I did something wrong but I don't know why. And I don't know why some valid (System) display methods like the ones used on this report do not display. They are good and they were made by Microsoft, but the footer is still empty.

Thanks in advance for your help and advices.

Cheers.

Can AX 2012 R2 and R2 CU1 exist on the same machine?

$
0
0

We tried this and there is a mismatch between the Kernel and Application build on the CU1 instance.

Viewing all 72043 articles
Browse latest View live


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