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

Project sorting field overrite lookup

$
0
0

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


Sum Quantity and Average Price

$
0
0

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?

Total Qty and Avg Price

$
0
0

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?

sum and avg

$
0
0

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?

Transfer Order and different Cost Price issue ax2012

$
0
0

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.

Validate service account access to shared directory in parameters form

$
0
0

   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

Create privilege and assign menu item to it

$
0
0
Hello everyone,
The creator should only be able to create a vendor/customer and should not delete any vendor which is on hold or approved nor should be able to delete any of the vendor details of approved or on hold vendors.
The approver should only be able to approve or reject the request and should not delete any fields or Vendor/Customer.
How can we achieved this based on user role/privilege.
I have to create new privilege and assign the menu item to it. I need which menu item 

Modifying enum field based on another field value

$
0
0

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;

}

}


Microsoft Axapta 2003 -> Google Spreadsheet -> WooCommerce

$
0
0

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.

Remove article consumption message in a project.

$
0
0

  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?

Question about CustPostInvoiceJob form Ax 2009

$
0
0

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.

Cancel Pending Delivery

$
0
0

   I am trying to remove a pending delivery and it gives me an error, this article was never received

how to select second value of multi select lookup in x++

$
0
0

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);
    //}
}

Integrating MS Dynamics AX 2012 R3 with Okta

$
0
0

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

start production order

$
0
0

I am trying to start a production order


Dynamics AX 2012 Retail POS error when closing the shift "The value entered is not invalid"

$
0
0

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.

Released items must be reversed first

$
0
0

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.

Retrieve classes, tables and forms code from Ax 2012 model DB

$
0
0

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,

Year End Close AX2012

$
0
0

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.

Function PurchTableAllVersions.initFromProformaPurchTableVersion has been incorrectly called.

$
0
0

I got above errror. while sending email to vendor account with Purchorder confirmation attachment as PDF.

Viewing all 175888 articles
Browse latest View live


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