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

Multiple lookup selection on a grid field in AX

$
0
0

Hi Experts,

I have a requirements that I should have a dropdown field in a form grid and the user should be able to select multiple records. specifically the dropdown should be the production orders list and if the user select 2 or 3 production orders together and press OK the sum of quantity produced for those orders should appear in the field. Is this possible if I create a lookup form,  call this form as a look up for the field and add code to calculate the sum of quantities in the clicked method of OK button ? or I must go for SysLookupMultiSelectGrid class.

Thanks in advance. 


Error while posting Project time sheet. info log says :The value does not exist for

$
0
0

Hi there,

This is a Dynamics AX2012 R3 CU13 environment.

I am trying to post a project time sheet in the Project Management module.

While posting, the info log throws an error : The value <projectid> does not exist for <legalentity>

The strange thing is the projectID mentioned in the info log is not the project id selected in the timesheet line. 

In fact, the project id belongs to another legal entity.

Tested the same scenario in all the available legal entities, the info log shows exactly the same (wrong) project id every time in every legal entities

Any thoughts would be appreciated

Thanks

Riyas

financial dimension as a parameter and it should be multi select in ssrs reports

$
0
0

HI all I have requirement in reports.i have 2 parameter in report 1.legal entity 2.cost center(financial dimeson) .both are multiple select in report .

basically report belongs to HCM employee details. When I select legal entity and cost center report should print respective employee data.

how we frame the query in process report to get the required details any body have code for this, mainly cost center filter. How we can join dimension table with hcmworker  and pass cost center as range.

thanks in advance.

kartheek. 

XDS add select into value

$
0
0

I am trying to add a subquery in value, it is possible?

Export to Excel Window Disappears

$
0
0

Hi,

I am trying to export some data from AX 2012 to Excel by using the "Export to Excel Option" but the Export to Excel Option disappears after reading a number of records. This does not happen if I select only a few records out of the total records which are more than 50,000. Is there any limit to export data to Excel in AX?

Thanks.

Save and Close button is not saving the changes in enterprise portal AX 2012

$
0
0

Hi Experts,

On the purchase requisition edit page, Action pane Save and close works fine, but the bottom Save and close is not saving the changes only closing it. Can anyone tell what would be the reason for this and how we can fix this ?

Thanks in Advance

Guru

DeSerialize the Json response in D365Fo

$
0
0

Hi All,

Using System.Net.HttpWebRequest and System.Net.HttpWebResponse  method am and gettingresponse .

Please refer the below images in that I want to get label date values which marked in yellow color .

I tried below code in that "json" am passing the response values but is not working, please any one help on this

str json;

List values = newList(Types::String);

ListEnumerator value;

json = _stream;

values = FormJsonSerializer::deserializeCollection(classnum(List), json, Types::String);

value = values.getEnumerator();

while(value.moveNext())

{

info(strFmt("Value: %1", value.current()));

}

 

 

Account number for transaction type Inventory, inventory receipt does not exist. AX2012

$
0
0

HI All,

I have migrated a whole company (copy Parameters, Groups and other essentials table) in order to create a new company from a template working company.

The first transaction I have to make is importing the Inventory stock counting. (all item groups and main important posting types is already set up [copy from a working company]) 

All use the same share chart of account

So I just simply went to Inventory->Item Counting -> Counting Journal, added one item with 10 pcs on counting. first validated (Says everything ok). when I click on Post journal I get the error. 

The even weirder part:

I choose another item, put 1 pcs in Counted. Posted and AX accepted. But there is no transaction anywhere. No track of this voucher/journal, No fincancial account affected.

I can only say. Your help is greatly GREATLY appreciated


Trial balance showing incorrect date when selecting date interval

$
0
0

Hi there

In our AX, we have many companies setup.  Our main company, GAA is working correctly but our secondary company GAB is not.

The issue is when selecting Date interval on the Trial Balance for 2021 P03, the correct date interval is showing for GAA but not for GAB.

I have checked the financial calendars for GAA and GAB and they are setup identically.  

I have looked at the ledger calendars and again, I cannot see a problem with the setup.  

Can anyone advise what the problem might be?

Thanks 

 

 

product missing location

$
0
0

Hi all, 

on warehouse management, we received a purchase order without a location

it suppose to have a location, 

we checked the setting and it's all fine.

as you can see here

only one item with no location though it has inventory in the warehouse.

is there a way to cancel or transfer the location

disable column on grid depend on other column

$
0
0

greeting everyone

i want disable column (2 as in pic) depending on value on column (1 as in pic)

where must i put my condition and i don't want effect on other rows

i mean every row column 1 value must be effect on column 2 for the same row

why big amount value was post into rounding variance account after monthly inventory closing

$
0
0

we have new std cost activation in Feb, 2021, then the Feb monthly comes big amount into rounding variance account, it is very strange, after my testing, the posting path should come from Stock management setup ==>Posting == > Standard cost variance == > Rounding variance.

1. As I checked, it should come from the subcontract production orders, because of service items is the FIFO cost valuation, but the FG/Semi FG is the std cost valuation.

2. Normally, monthly closing should be only 0.01 in voucher this main account , but now Feb is nearly 150,000, and March is nearly 50,000.

Did any expert know why this happens?

Updating prices on multiple sales orders for a specific customer

$
0
0

Hi,

Our sales prices change each month so at the start of each month I create a new trade agreement for the new month.

As we will have already received many new sales orders for the new month before the prices were agreed there will be multiple sales orders in the system that have no price against them.
I will then go into each sales order and select update line > update price so that the price from the trade agreement I have just created then updates onto the order.

Many of the sales orders will be for the same customer so is it possible to update all open sales order lines for a specific customer without having to edit each sales order individually?

Thanks

How to Customize Quick Filter searchable Fields that are not in grid.

$
0
0

Hi,

I want to add fields which are not a part of grid to be searchable in quick filter control.Can anyone suggest me how to do this.

My form design pattern is simple list and details - List Grid

And i have added quick filter and grid and all the sub patterns required.

what i want to know is that ,how to make the fields that are not in the grid to be searchable in quick filter  ?

BAR CODE IMPLEMENTATION

$
0
0

Hai my dear community members...

I need complete notes on "BARCODE IMPLEMENTATION "

please advise or please attach any pdf files.

Thank you in advance. 


procurement services

$
0
0

We will need to create Adds on our PMK segment that we can make PRs as the way with PPKS, please refer to the attached image. 

balu/ravi,

 

For the time being we will need your support for creating PRs. 

give me steps how to resolve these.thanks in advance.

Extract files from zip file

$
0
0

Hi experts,

I use AX 2012.

I want to extract files from a zip file archive. I have been told to do this:

System.IO.Compression.ZipFile::ExtractToDirectory(filePath, myZipFileName);

When I enter that into AX 2012, it says that "ZipFile" is not a class. (And when I write "System.IO.Compression.", I can also see that "ZipFile" is not on the list of options after "Compression".

What must I do to make this work?

Is there another way to do this?

Hope you can help.

Getting error 'BOM number sequence must not be manual'

$
0
0

Hi Experts,

Getting error while testing Price Model.

how to get hcmworker details based on company and dimension and job

$
0
0

HI all i have requirement for SSRS report.

i have 3 parameters 1.company 2.cost center 3.job

based on this combination i need to get hcmworker details and all the parameters are multi select. for that i have written some code which is working for only company and cost center filter and its is not filtering for job .

 if(dataAreaId != null)
        {
            hcmEmploymentQbds = query.addDataSource(tableNum(HcmEmployment));
            enumerator = dataAreaId.getEnumerator();

            while (enumerator.moveNext())
            {
                select firstonly companyinfo
                       where companyinfo.DataArea == enumerator.current();

                qbr = hcmEmploymentQbds.addRange(fieldNum(hcmEmployment,LegalEntity));
                qbr.value(int642Str(companyinfo.RecId));
            }

        }

        if(costCenter != null)
        {
            costCenterQbds    = hcmEmploymentQbds.addDataSource(tableNum(DefaultDimensionView));
            costCenterQbds.addLink(fieldNum(HcmEmployment,DefaultDimension),fieldNum(DefaultDimensionView,DefaultDimension));
            enumerator = costCenter.getEnumerator();
            while (enumerator.moveNext())
            {
                qbr = costCenterQbds.addRange(fieldNum(DefaultDimensionView, DisplayValue));
                qbr.value(enumerator.current());
            }
        }
        
        if(job != null)
        {
            jobQbds= hcmEmploymentQbds.addDataSource(tableNum(HcmPositionWorkerAssignment));
            jobQbds.addLink(fieldNum(HcmEmployment,Worker),fieldNum(HcmPositionWorkerAssignment,Worker));


            hmcpositionQbds = jobQbds.addDataSource(tableNum(HcmPosition));
            hmcpositionQbds.addLink(fieldNum(HcmPositionWorkerAssignment,Position),fieldNum(HcmPosition,RecId));


            positionQbds = hmcpositionQbds.addDataSource(tableNum(HcmPositionDetail));
            positionQbds.addLink(fieldNum(HcmPosition,RecId),fieldNum(HcmPositionDetail,Position));

            enumerator = job.getEnumerator();
            while (enumerator.moveNext())
            {
                select hcmJob where hcmJob.JobId==enumerator.current();
                qbr = positionQbds.addRange(fieldNum(HcmPositionDetail, Job));

                qbr.value(int642Str(hcmJob.RecId));
            }

can any one help me where i can change my code to filter job also 

Thanks in advance 

kartheek.

relation between LedgerTrans and LedgerTransSettlementTable ?

$
0
0

Hi,

Please let me know any relation between LedgerTrans and LedgerTransSettlementTable ?

I couldn't found. I saw in LedgerTransSettlement table having field Settkeid and TransRecid. Is it related with other table?

Please give me more shed on this 

Viewing all 46681 articles
Browse latest View live


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