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

Error While Creating a New Project - Error executing code: xRecord (object), method validateWrite called with invalid parameters. Stack trace (C)\Classes\xRecord\validateWrite (C)\Forms\ProjTableCreate\Methods\canClose - line 26 (C)\Classes\FormRun\close

$
0
0

Hi All, 

One of my guys working on Creating of New Projects in Project Module is facing the following problem, if any one can help and guide

"Error executing code: xRecord (object), method validateWrite called with invalid parameters.

 

Stack trace

 

(C)\Classes\xRecord\validateWrite

(C)\Forms\ProjTableCreate\Methods\canClose - line 26

(C)\Classes\FormRun\closeOk

(C)\Classes\FormRun\task

(C)\Classes\SysSetupFormRun\task - line 20 "

An immediate help is requied


RE: Workflow - Work Item Instructions - Guideline required (how to use the Table view for alerts)

$
0
0

Hi Muhammad Umar Rasul,

In AX2012 open the OrgAdminModule-Setup-EmailTemplates

There you have some nicely designed templates available that you can use and adjust for your own WF messages.

Once designed you need to link the template with your Workflow in the WF setup form.

Best regards,

Ludwig

Issue in one page only [Pending Approval] in EP is not listing any data, where other pages are fine!!!

$
0
0

Hi, only one page in EP is not displaying data [Pending Approval]. Now we can not take actions. 

already i restart the IIS, AOS. it was working suddenly it is not now.

 

RE: Error While Creating a New Project - Error executing code: xRecord (object), method validateWrite called with invalid parameters. Stack trace (C)\Classes\xRecord\validateWrite (C)\Forms\ProjTableCreate\Methods\canClose - line 26 (C)\Classes\FormRun\c

$
0
0

Hello Muhammad Yousaf,

Can you provide a more descriptive title and edit your post?

Also add some easily searchable tags to that community members can easily find your thread.

Many thanks and best regards,

Ludwig

RE: Issue in one page only [Pending Approval] in EP is not listing any data, where other pages are fine!!!

$
0
0

Hello Husam Hassan,

If you open the AX client can you see something in the my approvals site?

Is it only an EP issue or a general issue with the functionality/data?

Best regards,

Ludwig

Sales Tax Transaction - Details report

$
0
0

Hello everyone,

I have to include the item name and the item qty in the Sales Tax Transaction- Details report, so I tried to join the CustInvoiceTrans with taxtrans based on inventtransId, but unfortunately it has not worked. Can you please guide me?

Thank you guys.

RE: Error While Creating a New Project - Error executing code: xRecord (object), method validateWrite called with invalid parameters. Stack trace (C)\Classes\xRecord\validateWrite (C)\Forms\ProjTableCreate\Methods\canClose - line 26 (C)\Classes\FormRun\c

$
0
0

Hi Ludwig

This message is the actual error, this is the message being received by one of our users..

i will try to change it

but for the time being, please let us work on the solution

" Error While Creating a New Project - Error executing code: xRecord (object), method validateWrite called with invalid parameters "

RE: Solution | Error 1001: Installation of AOS component | Dynamics AX 2012 R3 components

$
0
0

thx Alot It Worked :)

Error 1001 While installing AOT OF AX12


Solution | Error 1001: Installation of AOS component | Dynamics AX 2012 R3 components

$
0
0

Howdy!
While installing AOS component in Ax 2012 R3, I came across this error:

After a couple of days untiring work I finally came to installed AOS component.

Problem: When the Dynamics AX 2012 AOS is installed, it is creates a new Eventlog for the Workflow Service i.e. Microsoft Dynamics AX Workflow, but in this scenerio it does not which is causing this problem as reported from log file.
Solution: 
1. I opened log file, which specify this info

2017-09-12 11:10:11Z >>Install: Only the first eight characters of a custom log name are significant, and there is already another log on the system using the first eight characters of the name given. Name given: 'Microsoft Dynamics AX Workflow', name of existing log: 'Microsoft-Windows-Diagnostics-Performance/Operational'.



I was able to install the Dynamics AX 2012 AOS by renaming the existing conflicting Eventlog name from the registry editor:

Renaming as above would create 'Microsoft Dynamics Ax Workflow':

Now try installing aos again, and enjoy your day :)



RE: Error While Creating a New Project - Error executing code: xRecord (object), method validateWrite called with invalid parameters. Stack trace (C)\Classes\xRecord\validateWrite (C)\Forms\ProjTableCreate\Methods\canClose - line 26 (C)\Classes\FormRun\c

$
0
0

Hi Muhammad Yousaf,

Do you have any customization in this area or have you installed any hotfixes recently ? Please try to compile and check if there is no errors.

RE: How to find duplicate data in table ?

$
0
0

You can use something like 

InventTable inventTable;
InventTable inventTableDuplicate;

while select inventTableDuplicate
    join inventTable
        where inventTable.NameAlias == inventTableDuplicate.NameAlias
           && inventTable.RecId     != inventTableDuplicate.RecId
{
    info(strFmt("%1 is a duplicate of %2", inventTableDuplicate.ItemId,  inventTable.ItemId));
}

How to find duplicate data in table ?

$
0
0

Hi ;

We have more than 400 K items in InventTable , I need to find the duplicate data in filed "InventTable .Name Alias"  by x++ . Can any one help in this case ?

Many Thanks in Advance.

Ms Dynamics AX ERP rollout post go-live support Project life cycle

$
0
0

Hi,

Can someone help me with phase out Ms Dynamics AX ERP rollout post go-live support Project life cycle with examples? I'm new to this area.

It'll be great if some one can help me with this as I have interview this week..

Many thanks,

Priya

RE: Convert code with Dimension from Ax2012 to Ax7 (AxdDimensionUtil, DimensionStorage, DimensionAttributeValue)

$
0
0

Hi ,

I need to modify this logic in ax7 below logic from ax2012 can you please help me,

AxdDimensionUtil::getDimensionAttributeValueSetId(_dimensionValue);
AxdDimensionUtil::getDimensionAttributeValueSetValue(_dimensionId);

Thank you in advance.

Convert code with Dimension from Ax2012 to Ax7 (AxdDimensionUtil, DimensionStorage, DimensionAttributeValue)

$
0
0

Hi,

How can I convert those method from Ax2012 to Ax7:

AxdDimensionUtil::getDimensionAttributeValueSetId(_dimensionValue);
AxdDimensionUtil::getDimensionAttributeValueSetValue(_dimensionId);
AxdDimensionUtil::getLedgerAccountId(_dimensionValue);
AxdDimensionUtil::getLedgerAccountValue(_dimensionId);
AxdDimensionUtil::validateFinancialDimension(_dimensionName);
DimensionStorage::getDynamicAccount(_account, _accountType);
DimensionAttributeValue::findByDimensionAttributeAndValueNoError(_dimensionAttribute, _value);

Is any simple aquivalent in Ax7 ?


RE: Issue in one page only [Pending Approval] in EP is not listing any data, where other pages are fine!!!

$
0
0

hi Ludwig,

Yes I Can See them (list of pending approval) when I open AX using Rich Client. But when I open the same in EP I can not see the same, it appear blank as in previous comment attachment.

it is only an EP issue only in listing pending approval to take an action. everything else is fine (data & Functionally)

RE: Sales Tax Transaction - Details report

$
0
0

Hi Zuhair

I don't sugguest to you use this report cause the datasource get the sum of all line data from custinvoicejour , vendinvoicejour ... ( Per total invoice not line one by one).

But you want to insert custinvoicetrans , you should work on vendinvoicetrans also and change the value to get from these last tables.

Thanks

RE: Purchase agreement and the project module

$
0
0

Hi Ludwiq,

I have the same scanrio, where multiple projects have same/one purchase order.

All the things are working fine, except the prepayment funcationality on purcahse order.

When I am trying to attache prepayment to this purchase order systme is saying;

"All purchase order lines must belong to project XXXX"

Can you please help me in this regard.

Thanks,

Purchase agreement and the project module

$
0
0

Hi All

i have one scenario, say like, i have one purchase agreement with the vendor and against this purchase agreement i want to create the PO's which are pertaining to different projects, say for transportation service item i have agreement with vendor based on the trip. And based on the number of trip vendor submitting the invoice monthly basis and cost controller is assigning the trips to the project. in this way we have to create the multiple PO's in multiple project and the number will increase if we have the other agreement with another vendor for the same item.

What i was thinking, i will create the PO project wise with the number of trips that were defined in the project budget and monthly whatsoever the invoices received cost controller segregate them based on the project and we will receive and invoice them.

Please suggest, thanks in advance.

RE: Loop over form data sources that only appear on form design,

$
0
0

 I cannot find it under data source node in the form design 

Viewing all 175888 articles
Browse latest View live


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