Hi all,
I want to define a new lookup for project sorting fields.
Since CoC does not allow you to cancel the supper, I tried creating handler class but gets called only for the Sorting[1] field.
Any advice?
Thanks in advance.
Regards,
Zoran
Hi all,
I want to define a new lookup for project sorting fields.
Since CoC does not allow you to cancel the supper, I tried creating handler class but gets called only for the Sorting[1] field.
Any advice?
Thanks in advance.
Regards,
Zoran
Hi,
the task I am currently working on is creating new form and passing the selected records from SalesTableListPage to the new form via menu item button. I already did that overriding the clicked method and init using a container. Now for the second part of the task I need to count the total quantity of all lines matching the query criteria and average price of all lines matching the query criteria and display it on the new form. (Meaning I have to count the quantity of items for the selected customer or item and the average price of those items). How do I do this?
Hi,
the task I am currently working on is creating new form and passing the selected records from SalesTableListPage to the new form via menu item button. I already did that overriding the clicked method and init using a container. Now for the second part of the task I need to count the total quantity of all lines matching the query criteria and average price of all lines matching the query criteria and display it on the new form. (Meaning I have to count the quantity of items for the selected customer or item and the average price of those items). How do I do this?
Hi,
the task I am currently working on is creating new form and passing the selected records from SalesTableListPage to the new form via menu item button. I already did that overriding the clicked method and init using a container. Now for the second part of the task I need to count the total quantity of all lines matching the query criteria and average price of all lines matching the query criteria and display it on the new form. (Meaning I have to count the quantity of items for the selected customer or item and the average price of those items). How do I do this?
Hello,
I am working with a Retail organization and they are using AX 2012 R3. They are facing cost price issue during Transfer Orders. The system shows a cost price Bigger Than the Item cost different from the cost price of sending warehouse. The receiving warehouse shows Huge cost price. Can someone gives an idea / solution (if any) about this issue. Whether this bug is fixed or not? thanks in advance.
I'm in .../Data import export framework/Area page/common/processing group, trying to upload a template but when I click "Preview source file" I get this error
I am working on a project about making reservations. I have a reservation table that holds the enum field Status. And reservation lines table that holds the NoYes - Paid field.
The task is I have to iterate through all lines in res lines table and see if the NoYes Paid field is yes. If this field is yes on all lines in a given reservation, the field Status in res table has to change its status to Paid.
Any suggestions how should I implement this?
This is the code I tried, but nothing changes
public void modifiedField(FieldId _fieldId)
{
axmResLines_SJ reslines;
super(_fieldId);
switch (_fieldId)
{
case fieldNum(axmReservation_SJ, ReservationStatus):
while select* from reslines
where reslines.ReservationId == this.ResId
{
if (reslines.Paid == NoYes::Yes)
{
this.ReservationStatus = AXMReservationStatus_SJ::Paid;
}
}
break;
}
}
Hi, I work as a WordPress web developer and have 0 experience with AX. My client says he uses Microsoft Axapta 2003 and wants AX to output products sku and stock qty into google spreadsheets. Is this possible? Is there any documentation about integrating with Google sheets?
The idea is that AX send data to spreadsheets where WooCommerce will go fetch it and update the store accordingly.
Thanks for your help.
this is at the time of making a receipt on a purchase order. Is there a way to eliminate this message and automatically have the system press the "no" button?
Hello:
We need to customize the form CustPostInvoiceJob.
We created new fields and all is ok.
The changes are for electronic invoice reasons.
But, in this form, we don't have the table CustInvoiceTable.
I know that this form is called from the class of the same name.
In the method main from this class:
if (custPostInvoiceJob.prompt())
When the above line is executed, it calls the CustPostInvoiceJob form.
How I do to get CustInvoiceTable?.
I tried with the init method in the form but element,args().records do not return anything.
I am trying to remove a pending delivery and it gives me an error, this article was never received
I have created multi select lookup but when I am using MultiSelectControl.valueStr() in my code it is returning first column value whereas i Want last two column value of multi select lookup
HERE IS THE LOOKUP SNAPSHOT
I Want to add last value of multi select lookup here below:
public void lookup() { Query query = new Query(); QueryBuildDataSource queryBuildDataSource; QueryBuildRange queryBuildRange; SysTableLookup sysTableLookup; str Itemsubtypeforlockup = RNI_Type.valueStr(); //if(Itemsubtypeforlockup) //{ queryBuildDataSource = query.addDataSource(tableNum(SL_ITEMCATMODELNUMBER)); queryBuildDataSource.addRange(fieldNum(SL_ITEMCATMODELNUMBER,DESCRIPTION)).value(HERE I WANT TO INSERT 2ND LAST COLOUMN VALUE OF MULTI SELECT LOOKUP DEFINE ABOVE); msCtrl = SysLookupMultiSelectCtrl::constructWithQuery(this.formRun(),this,query); //} }
For a Client Perspective, I need to Implement SSO for MS dynamics using Okta.
Application Name: MS Dynamics AX 2012 R3
IDP: Okta
As of now I am not able to find any supporting documents to implement SSO for Dynamics using Okta as it does not support
1. SAML
2. OIDC
3. WS-Fed.
Can anybody provide me some insights if this integration is possible or not. Any kind of lead will be appreciated
I am trying to start a production order
I get error message "The value entered is not valid" when we doing end of day process and while trying to do tender declaration in Dynamics AX 2012 Retail POS.
Hello All,
I am trying to delete the production order which is in created status but getting the error as "Released items must be reversed first."
Tried some solution which is available on internet but no success.
No picking list or reverse picking list is there for this order. But in the production posting three items are there. Please find the screenshot below.
Hi everyone,
We are facing a serious issue and would really appreciate any kind of help in this regard.
Couple of days ago, our Ax 2012 R3 application crashed while development on the DEV server and we did not have any back up of our latest changes. All we want is to somehow get the forms, tables and classes code from the Model DB.
Is there any way we can achieve this?
Please help us.....
Regards,
Hi
I am running "Year End Close" on Ax2012 all balance sheet account balances are process closing to opening except "Retained Earning Account" it is showing each year opening/closing.
Can any guide me on this.
I got above errror. while sending email to vendor account with Purchorder confirmation attachment as PDF.