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 :)
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 :)
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?
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.
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 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
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
Hi, my customer is asking how he can link his company Microsoft account to the Partnersource. Thanks.
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
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
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 which i would like to know what are the tables and forms hitting and how much time has taking for the every action?
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.
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..
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 .
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.
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.
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
Hi,
I have created new Port in MS Dynamics AX.
With the reference of following link, I am able to locate the WSDL URI,
https://technet.microsoft.com/en-us/library/gg843514.aspx
It looks like,
http://ContosoServer:8101/DynamicsAx/Services/LedgerJournalService
I want to know about the configuration that will be required to make the URI "https".
Please suggest.