Quantcast
Channel: Martin Dráb's Activities
Viewing all 17532 articles
Browse latest View live

Import Report Data (using DP) into Notepad

$
0
0

Hi

I need 2 things, the Report and the Report Data in Notepad.

I already made the Report and the data is correct (i use DataProvider in report).

now i need to make the data in report to be in notepad saved as txt file or dat file.

Report Data Sample:

I need to make the report into Notepad like this format:

this is only sample data, i will customize it when i get to find the codes to make my DataProvider in report into notepad.

please help me, thanks


How the existing data from ERP "MAS500" (SAG MAS 500) can be migrated to MS Dynamics ?

$
0
0

Hi All,

Well I did a little research and found that "Sage 500" ERP comes with an analytic tool  “Business Insights analyser”.  The tool can be used to export the data to Microsoft Excel or the Extensible

Markup Language (XML). The excel file then should be converted to an XML file that complies with the field names, character limitations, and other data requirements for Microsoft Dynamics AX. Dynamics AX contains a set of application classes prefixed with Xml, such as XmlDocument and XmlNode which can be used to read and import data from xml file into AX.

However, Business Insights Analyzer from MAS500 is primarily a reporting tool and will not allow you to migrate complete MAS500 data. There is also one tool for migration in MAS500 but that is to get data from other applications to MAS500 and not to get data out of MAS.

I am totally confused now, is there any one who has ever done any migration from "MAS500" to AX 2012 ?

Thanks In Advance !!
 

User interface changed

$
0
0

Hello,

Something strange happened yesterday : for a lot of users the user interface changed suddenly, without a explicit reason.  But this is not for every user !

At first we had the standard interface : example

Now is it more complicated with grid etc.


We work on citrix-servers and I found out the the interface changes according to the server where the user is logged on.

Where do I find the interface setting on a Microsoft Dynamics client installation ?

brgds

Ferry

Select statement returns wrong record AX7

$
0
0

I have made a simple select statement in AX7 and I cannot figure out why the returned record does not match the criteria. Specifically the first line where currentWorkerRecId is 5637146826 and the returned HcmWorkerRecId is 5637150576. Any ideas? Am I just missing something obvious?

Installing CU update

$
0
0

Hi all, I have read and watch tutorial for updating AX, i wanna ask if I'm running AX RTM version and want to update to CU 10, should I install it from CU8 to CU10 or the CU10 already have all previous updates inside?

and what is the common problems that occur during and after updated?

Which server should I install it, is it DB server or AOS server? 

Is the "merge automatically" in the AX  applicable to some customized done in std Visual Studio SSRS report? as this is my first time to update AX.

 

Thanks in advance.

Export Customer Account Statement to XML File using X++

$
0
0

Good day.

i am hoping that somebody could help me and point me in the right direction.

i am looking for a way to run customer account statements to XML file in bulk.

i know that i can run an individual statement to XML but there doesn't seem to be a way to run multiple accounts.

i have looked around the web and have only come across exporting to .PDF.

is this possible to export to XML files.

any help would be appreciated.

Object 'Form' could not be created when processing the batch

$
0
0

Hello,

When I run the pro-forma invoice using batch processing I see the "Object 'Form' could not be created". please see the screenshot below.

How can I see what is causing the error and how can I solve it?

Thanks.

how to create a workflow for sales quotation in

$
0
0

i need to develop a new workflow for sales quotation.

how to achieve this.


Trouble in fetching new location role logisticslocationRoletype enum in coding

$
0
0

Hi,

LogisticsLocationRole table is used for creating addresses for customers.

I added a new location role to LogisticsLocationRole for our customers and I have a problem in using it for coding.

I tried to see the value from AOT\Data Dictionary\Tables\LogisticslocationRole table.

here, the type of this new location role is "user Defined". This is a default value and it cannot be changed. But I have to change it to VASAltDLV to fetch VASAltDlv record. The record I am creating in the form is not taking the label from the VASAltDlv ENUM instead it is by default showing as "User Defined" only.

In logisticsLocationRoletype, the Enum "None" , label is also "user Defined".

So when I am trying to fetch VASALtDlv record, the system is giving me None Record information as both labels are "User Defined".

help me how to rectify this situation so that system can take the label information in ENUm as type in table.

Thanks,

lakshmi

How to send morphx report through mail.

$
0
0

I have got scenario in which I have to send mail of "Tax Deduction" report which is implemented in morphx.

I am not getting any proper link to deal with this issue, kindly help.

Regards,

Zeeshan Ali.

Access is denied when importing modelstore

$
0
0

Hi ,

I run it in mode Admnistrator, I used this command but I got this error:

Import-AXModelStore -File "\\30.21.321.111\Developpement\ModelStore\AX_2016_1501.axmodelstore

Moving Licenses from AX 2009 to AX 2012

$
0
0

Hi AX Community,

I am currently having Dynamics AX 2009 license and wants to move on 2012.

1. Can I exchange these licenses for AX 2012 licenses ?

OR

2. Can I get a credit for my 2009 license value and buy 2012 licenses from scratch ?

What will be the cost factor?

I know that contacting Microsoft would be the best option, ,but I don't think they respond on Saturdays and Sundays. !!!

Thanks in Advance

Tab Controls

$
0
0

Hi All , 

I have Tab control . Please Find the below Pasted Screen Shots.

(1) User :   TabPage  

(2) UserGroups:  TabPage 

Please note that In [ User ] Tab Page .  I have selected a User [ADMIN]  and similarly

have assigned a group to the User [ADMIN] .

But My Requirement is when I select any another user  then in [USER GROUP]  under selected groups panel it should be empty so that I can assign any other group .

Please provide me code for this.

for your reference I am using the below code : 

void init()
{
#ResAppl

sysListPanel = SysListPanelRelationTableCallback::newForm(element,
element.controlId(formControlStr(Z_UserGroupForm, Usergroups)),
'@NIT139', '@SYS57280', #ImageUsergroups,
tablenum(UserGroupList),
fieldnum(UserGroupList, UserId),
fieldnum(UserGroupList, GroupId),
tablenum(UserGroupInfo),
fieldnum(UserGroupInfo, Id),
[fieldnum(UserGroupInfo, Id), fieldnum(UserGroupInfo, Name)],
0, '',
identifierstr(Validate), '', '');

super();

sysListPanel.init();
}

Regards ,

Nishath Salman 

Import AxModelStore

$
0
0

Hi,

I try to import a model store from a file to a database, but i have this error

thanks.

Create XML File for Inbound process in AIF of AX 2012

$
0
0

Hi,

I have created new table with few fields and I want to insert the data from create operation from AIF inbound services in AX 2012. I have completed with the document services, queries and all the classes used for this process. I am not able to create XML file for this data but i have a schema for this. Please let me know how to create a XMl for this or for any document services.


Using AIF application on AX7. Is it possible?

$
0
0

Hello, everyone.

We have plan that change the system into AX2012 R3.

and then, We will upgrade the system into AX7 after several years.

but we need to external application like .NET for our branch. 

Now, we consider using AIF to integrate application(or exchange data).

but i'm not sure that we can use it on AX7.

If it impossible, how should I do to upgrade more easily when we upgrade system into AX7 from ax2012

How to interfacing this raw text file?

$
0
0

Hi experts,

I have this kind of raw text file :

08108901020447810204478  000510204478102500-101072804201611052016REC-1              1 BULAN         00000000080610031600000000002279950          
08108901020447810204478  000510204478102500-101072804201611052016CLM-1              1 BULAN         000000000000000-1600000000002279950             

Requirement:

I want to import this file into AX using DIXF, for matched invoice posting. But :

- 08108901020447810204478 : consist of 3 field e.g : accountnum, shipmentno, invoiceno.

Let's say in oracle ova i can use concurent program also a prosedure to recognize the allotment. I'm so confused how AX (in this matter DIXF) can face such things? How DIXF can recognize that 08108901020447810204478 consists of 3 fields? The client gave me this raw text file. This will be inserted in batch, so logically the raw text file should already in good/clean shape when DIXF consume it, right? Any solution to this? Thanks.

Regards,

Anisa H.

One Query to output Values & Descriptions of Default Dimensions like CostCenter, ExpensePurpose, Department, BusinessUnit

$
0
0

Hello all,

My Requirement:-

I need to create a single Query in AX 2012 which will take a Default Financial Dimension name (like CostCenter, Department, ExpensePurpose, BusinessUnit) as argument i.e. as Range and output all the Values & Descriptions of that particular Dimension. Like this below image:-

My Findings:-

I have joined these tables -- DimensionAttribute, DimensionAttributeValue, DimensionAttributeValueSet and DimensionAttributeValueSetItem and fetched Values for each system dimensions but I couldn't reach their Descriptions. Then I realised that the descriptions are stored in the DirPartyTable under Name field. I also found out that different default dimensions have different Views like DimAttributeOMCostCenter or DimAttributeOMDepartment or DimAttributeTrvTravelTxt (which are either join between DirPartyTable and OMOperatingUnit, or just a view over TrvTravelTxt) which output both Values & Descriptions. I also know that DimensionFinancialTag table which outputs Values & Descriptions is only used for custom dimensions and not for default system dimensions.

I need one single generic Query which will fetch me Values & Descriptions of all the 4 default dimensions.

Plz help.

Inbound port with HTTP adaper

$
0
0

Do I need to have VS 2010 installed to create a HTTP inbound port in dynamics ax 2012?

How to improve the performance of ssrs reports

$
0
0

Dear all, Recently, we migrated our ax environment from ax 2009 to ax 2012.. here we facing some performance issues in ssrs reporting services.. even the standard reports are also taking too much time to generate... kindly suggest any solution for the same... Note: we did not customize any reports on these environment.. Thanks in advance. regards, Ameen

Viewing all 17532 articles
Browse latest View live


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