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

create customized field on form.

$
0
0

Hello,

I want to create a customized field on form (i.e a special radio button field).

That is not a standard field (like string edit, date edit, etc.)

What is the way doing that?

Thanks :)


Data contract reset query

$
0
0

If you have a data contract class that is based on a query, how do you reset the query back to standard.

I have a batch job that is using a contract, this works fine, but a user has modified the query, and now needs to be able to reset it back to the standard query. Is it possible to add this control to reset the query, without the syslastvalue for the user being delete?

Ax2009: The connection point "RowConsumer" does not allow multiple connections how to solve it?

$
0
0

Below is the print screen of my project: I plan to make connection between Opportunity Axgridview to toolbar web part, in order for me to create a connection I need to send AxContextList to Toolbar, so my 1st step is to setup (SmmOpportunityGridlist) by edit>modify share web part and set properties as below. But error come up each time I'm trying to make connection, I hope anyone could guide me on these.

 

EP issue : Can't create new opportunity record (AX2009)

$
0
0

Currently I'm Modifying Opportunity list table from user control by using Visual studio>Web>Dynamic AX web project. My next mission is to add new txtbox inside new Opportunity page &  edit Opportunity Page. The error won't allow me to proceed viewing New Opportunity page. ANY SUGGESTION?

A particular product can has is own UOM?

$
0
0

Hi All,

May I know a particular product can has it own defined UOM or not? Or it is all same and can defined at Company/Organization administration/Area page/Setup/Unit/Unit conversation?

Thank you.

I want to make a martial requisition in AX 2012 ? which fulfill from company Stores. no need to purchase .

$
0
0

I want to make a martial requisition in AX 2012 R2 , I am implementing only Finance and Procurement ( NO production and project modules) module now . how can I make that type of requisition which don’t required Purchase request , the requisition can be full fill from Store .  

 

Please guide me .

Thanks

/SAJID

Synchronization not happening between async client and the async server

$
0
0

installed and configured Channel Database configuration utility & async client configuration


Ran All jobs ...

But in Download session, its showing status "started" -no data synchronized

so Retail POS is not working...

Any suggestions...

Number of Lines in a Journal entry

$
0
0

We are trying to view the number of lines in a Journal entry and would like to add this column to the grid for the journal in questions. (I.e. general journal or payment journal). I have go into the personalize the grid and added the "lines" column. I was under the assumption that this column should return the number of lines for the journal in question. It is returning a value for a couple of our journal entries but the vast majority of the are blank. Is there a way to get this "lines" column to populate for all entries or another way to display the number of lines in the journal on the grid page?

Thanks!

Ben


linking the partners Microsoft account to the Partnersource

$
0
0

Hi, my customer is asking how he can link his company Microsoft account to the Partnersource. Thanks.

Dynamics AX2012 R3 Error: The Server is unavailable. Check your configuration and network connection and try again.

$
0
0

The following components of Dynamics AX2012 R3 installed successfully (Prerequisite test results are 0 errors and 0 warnings):

- Databases

* Server components

- Application Object Server

* Web Server components

- NONE

* Client components

- Client

- Office add-ins

- Remote Desktop Services integration

On launching Dynamics after the installation, the following error pops up:

Environment:

1. MS Server  2008 R2

2. MS SQL Server 2008 Express (AVD)

3. SharePoint Foundation 2013

4. MS Office 2013

5. MS Project 2013

Hyperlink in SSRS report Ax 2012

$
0
0

Hi All,

I have a issue with hyperlink in ssrs report, hyperlink for voucher in vendAccountStatement report is working for some vouchers and for some vouchers it opens a query window instead of form.

thanks in advance

What are the typical integration scenarios for MS Dynamics AX 2012 ?

$
0
0

HI,

We are working in a team developing plug in integrators using MS Dynamics 2012 with one of our client tools. In the process, I need to know what are the typical integration scenarios from customers point of view. We need to consider those as well as a part of development cycle.

Any pointers would be helpful.

Thanks in advance,

Pooja.

how to calculate the time in workflow process

$
0
0

how to calculate the time in workflow process which i would  like to know what are the tables and forms hitting and how much time has taking for the every action?

AX 2012 R3 CU8, considering current hot fixes

$
0
0

Hi Team,

I was able to install the CU8 for AX 2012 R3 with the help of LCS, But not clear on these points, can any one help me.

  1. Steps details to upgrade Current environment(AX 2012 r3) by considering current hotfixes in (AX 2012 r3) application.
  2. Data upgrade impact, if any script require?

Unable to AP Invoice settlement - Due to different Invoice and payment Currency

$
0
0

Hi Experts, 

I have posted Purchase invoice with currency EUR, and made payment in USD. My base currency is INR. While I want to settlement of invoice and payment its giving error 

Error:
Currency code USD with tringulation No after the has no exchange rate.

I am not able to settle invoice with payment. Its showing outstanding amount. 

Kindly advice. 

Thanks.. 


AX POS - PAY CARD (LOYALTY REDEEM)

$
0
0

In AX2012 POS I need to insert one button in PAY CARD (Loyalty Redeem) to send sms , I cannot find C# Form to Design in the services Folder. Please Suggest .

Unable to configure Scale

$
0
0

Configured scale in Hardware Profile > Scale. 

Run the jobs successfully. Received data at Store side.

Receiving following error while starting POS:

"An Error Occurred and Retail POS Could not find the scale. You can try to fix the problem, and then click retry. Or Click Cancel to Start Retail POS without scale."

I am using OPOS drivers. 

Autoreport on AX2012 R3 CU8 kernel 6.3.1000.1030

$
0
0

When trying to run Autoreport after a Clean installation i get error.

"An Unexpected error occured while generating the auto report".

I changed the code to show me the real error message here and then it shows,

"Could not load file or assembly 'Microsoft.VisualStudio.Modeling.Sdk.12.0, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified."

And since i cannot install full version of Visual Studio 2013 to be able to install the sdk i wonder if this is a bug or i have missed to install something?. Can anyone verify this in a new Environment?.

I get the same error in 2 different customer Environment, 1 is upgraded from R2, and one is a fresh installation of R3CU8.

Wrong field ID in the key data container in entity key while updating the Applicant using AIF

$
0
0

Hello Friends,

This is the code i am using to update the applicant and getting the following error 

Wrong field ID in the key data container in entity key

private void button2_Click(object sender, EventArgs e)
        {

            JPApplicant.KeyField keyField = new JPApplicant.KeyField() { Field = "ApplicantId", Value = "000035" };
            
            JPApplicant.EntityKey entityKey = new JPApplicant.EntityKey();

            entityKey.KeyData = new JPApplicant.KeyField[1] { keyField };

            JPApplicant.EntityKey[] entityKeys = new JPApplicant.EntityKey[1] { entityKey };

            JPApplicant.ApplicantServiceClient _Client = new JPApplicant.ApplicantServiceClient();
            JPApplicant.CallContext _callContext = new JPApplicant.CallContext();

           _callContext.Company = "USMF";
            JPApplicant.AxdApplicant _applicant = _Client.read(_callContext, entityKeys);
            JPApplicant.AxdEntity_HcmApplicant _hcmapplicant = _applicant.HcmApplicant.First();
            JPApplicant.AxdEntity_DirPerson_DirPerson dirperson = _hcmapplicant.DirPerson.First();
            _hcmapplicant.CurrentJobTitle = " manager";
            _Client.update(_callContext, entityKeys, _applicant);
                       
        }

Guide me to solve this issue

WSDL URI for AX Services

Viewing all 72043 articles
Browse latest View live


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