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

Word Template Filter does not work as expected

$
0
0

At first hello to all. I am new in the community.

I have a Problem in AX 2012 R2 (Kernel Version 6.2.158.0) with my word templates.

The last view month all worked fine to me. But since last week it seems my word templates doesn´t filter anymore.

An example:

I made a custom form with two custom tables in it.

JournalTable and LineTable. My word template should show just the selected journaltable but all lines for this Journal.

Since last week it seems it doesn´t filter the journaltable. Every time i open the word template all journaltables where listed not just the one i selected.

I didn't change the code the last view month. I only exported the axmodelstore from my development environment and imported it into my productive Environment last weekend. i am not sure but i think i have the problem since i imported the axmodelstore.

Is there anyone who had similar Problems with the word templates in Dynamics AX?


How to access user access logs for Dynamics 365 for Operations?

$
0
0

Hello,

We use D365 Operations and have a need to pull the user access activity data (login / logout date time) from D365 Operations into a 3rd party application.

I understand that these logs are stored in sysuserlog table (??) but when I query this table (through VS), there are no records. Does this logging need to be turned on?

Also, what is the best way to extract this data from D365 Operations, since we have no direct access to the db. I can think of the following but wondering if someone has thoughts on the pros and cons or if there is a better way?

1) OData: Not sure if there is a data entity for sysuserlog and has its IsPublic property as Yes.

2) Export the data entity to a SQL Azure database using entity export...

https://blogs.msdn.microsoft.com/dynamicsaxbi/2016/07/27/export-dynamics-ax7-entities-to-your-own-azure-sql-database/

Thank you.

How to use Printer Setup Dialog Dynamically

$
0
0

Hi All,

If I am using Printer Setup Dialog from Report then I ll be able to Print , Save , Email and many more.  

Now I want to use it Dynamically.  I mean without opening any report , just by using Printer setup Dialog Is it possible to Save , Print or Email any particular ?

Please let me know how could i do this ?

Regards,

Mania

Unable to validate released products

$
0
0

Hi Guys

Just setup new item in AX 2012, but when I try to Validate the released product, I get the error message .

For product XXXXXX, values needs to be specified for the fields Item model group. Specify the missing field values and try to validate again.

Click on Manage cost,  no item group field in my action panel. Please help. 

how to create workflow for approval of journal submit before post

$
0
0

 HOW TO create workflow for approval of journal submit before post.  workflow for AP: when user submits the journal entries then it sends email to a group of users (one or more) that need to approve before posting. only one in the approval group needs to approve before post. The approval user group cannot rely on job/position names, these will be custom user groups.

Need to Generate ER diagram from AX 7

$
0
0

Hi All,

We need to generate ER Diagram from AX7. If its possible please let me know steps to generate.

Thanks 

Karthick.M

Item List

$
0
0

I am trying to generate a list for ALL item, with the default financial dimensions that are visible when in the EDIT item (full screen view of all the section groups that are in AX.  I need to verify that all items that are setup have the correctly.  What tables contain this info (using SQL Server Studio)

Thank you.

Shrink column in SSRS 2012

$
0
0

Hi,

    I have a requirement where a column in the SSRS 2012 report needs to be shrinked based on a parameter. For e.g. if a parameter named hideDescription is selected, the description column should not show any value and should be shrinked to make space for other columns. 

Thank you.


Verificación de Límite de Crédito obligatorio falla?

$
0
0

Hola

  

   Tenemos activo como error la validación de límite de crédito, y ha venido funcionando como se esperaba, excepto por un par de casos, que uno de ellos es el siguiente:

A pesar de que con el pedido se excedía del límite, igual permitió generar la Remisión.

Alguna idea de que puede ser?

Gracias

AX 2012 R3 CU8

Code to show staff net sales in pos

$
0
0

dear , i need tis code to show staff net sales in pos

iam write this code : but coming error

<?xml version="1.0" encoding="utf-8"?><RetailReport xmlns="schemas.microsoft.com/.../retailreportdefinition"><Title>SALESBYSALESPERSON</Title><DataSet><DataSourceType>OLTP</DataSourceType><Query><![CDATA[SELECT RST.NAMEONRECEIPT AS SALESPERSON, count(*) as TRANSACTIONLINES  , CAST(SUM(RTL.NETAMOUNT) * - 1  AS DECIMAL(18,2)) AS SALESAMOUNT, CAST(AVG(RTL.NETAMOUNT) * -1 AS DECIMAL(18,2))  AS AVGSALESAMOUNT
FROM ax.RETAILTRANSACTIONSALESTRANS RTL INNER JOIN
ax.RETAILTRANSACTIONTABLE RTA ON RTL.CHANNEL = RTA.CHANNEL AND RTL.STORE = RTA.STORE AND RTL.TERMINALID = RTA.TERMINAL AND
RTL.TRANSACTIONID = RTA.TRANSACTIONID LEFT OUTER JOIN
ax.RETAILSTAFFTABLE RST ON RTL.STAFF = RST.STAFFID
WHERE RTA.CHANNEL = @bi_ChannelId AND
@dt_StartDate <= RTA.TRANSDATE AND @dt_EndDate >= RTA.TRANSDATE AND
(RTA.TYPE = 19 OR RTA.TYPE = 2 OR RTA.TYPE = 14)
AND RTA.PAYMENTAMOUNT <> 0.00
AND RTL.TRANSACTIONSTATUS = 0
group by  RST.NAMEONRECEIPT
ORDER BY  SALESPERSON]]></Query></DataSet><ReportParameters><ReportParameter Name="dt_StartDate" DataType="DateTime" Label="STARTDATE" DefaultValue="2014/1/1"/><ReportParameter Name="dt_EndDate" DataType="DateTime" Label="ENDDATE" /></ReportParameters><ReportCharts><ReportXYChartCategories="SALESPERSON"><Series>SALESAMOUNT</Series></ReportXYChart><ReportXYChartCategories="SALESPERSON"><Series>TRANSACTIONLINES</Series></ReportXYChart><ReportXYChartCategories="SALESPERSON"><Series>AVGSALESAMOUNT</Series></ReportXYChart></ReportCharts></RetailReport>

Allowing over and under delivery on Procurement category Receipts

$
0
0

Hi Everyone,

I am using Dynamics 365 and Procurement and sourcing parameters are setup with allow over and under receipts and we are using procurement categories. While entering an over / under receipt I am getting a message that "Overdelivery of line is 100.00 percent, but the allowed overdelivery is only 0.00 percent"

Can any one guide me what setup I am missing here.

thanks

Navneet

Some data deleted on RETAILTRANSACTIONTABLE

$
0
0

Hi,

Please help me. Some data in table RETAILTRANSACTIONTABLE deleted in store server, and i dont know why, but in RETAILTRANSACTIONSALESTRANS have the detail.

Can i recalculate RETAILTRANSACTIONTABLE from RETAILTRANSACTIONSALESTRANS?

I used AX 2012 R2.

Thanks

Best Regards

Yoseph Budiman

Stop Duplicate records

$
0
0

Hi all,

I have created a new table, i want one field to be unique data in this table. please suggest me.

Regards,

MV

Batch job Execution Time

$
0
0

Dear Team,

      Greetings for the day, here i want to know what is the maximum time time to execute the batch job?

 normally for ssrs report 10 mins max default execution time, like i want to know the the time of batch job?

Thanks

Suresh

Is there a way to import a single RDP based SSRS report developed in 2012 into AX 7 (D365) ?

$
0
0

We have some custom reports already built in 2012 and we are looking for a way to avoid developing them again. Is there any way to import the reports I'm not sure but is it possible to be able to edit those reports in AX 7? Because the fields mapping might not be a hundred percent match. Suggestions?


Invoice Journal In Account Payable

$
0
0

Hi Experts,

I am trying to get the functionality of AX 2012, so my doubt is in Invoice Journal Line one field is offset Account, what is the usage of that and where we can use that .

Kindly suggest me.

Thanks.

Remove XML node

$
0
0

Hi All,

I want to remove following node from XML, how can I do this please?

Want to remove this part

<DocuRef class = "entity">
<Notes>test notes</Notes>
</DocuRef>

Full XML

<?xml version="1.0" encoding="utf-8"?>
<SalesOrder xmlns = "schemas.microsoft.com/.../SalesOrder">
<SalesTable class = "entity">

<DocuRef class = "entity">
<Notes>test notes</Notes>
</DocuRef>

</SalesTable>
</SalesOrder>

Result should be 

<?xml version="1.0" encoding="utf-8"?> 
<SalesOrder xmlns = "schemas.microsoft.com/.../SalesOrder"> 
<SalesTable class = "entity">

</SalesTable>

</SalesOrder>

 

Error while Generating Any Report / While Opening Any Form - AX 2012 R3 CU11

$
0
0

Hi,

I am using AX 2012 R3 CU11.

I am facing some weird issue. While accessing AX, all of sudden I start receiving error while opening Any form in AX OR while generating any Report in AX and below are my finding regarding this issue,

1. Tried to look for errors in the event viewer but there are not errors logged around that time when I got this issue.

2. Without doing anything, the issue gets resolved on its own may be in around 15-20 minutes on its own without taking any action.

Note: This has happened around 4-5 times in our environment and every time while we are troubleshooting the issue, the issue got fixed on its own.

Below are the different errors received in different scenario,

(1) While the user is trying to access any form, the below error started popping up and user was unable to access any form. However it got fixed in few minutes on its own without any error in event viewer.

(2) While generating report, the below errors started popping up and the user was unable to generate any report,

(Some times this error)

(Some times this error)

(Some times this error)

Query: Can someone please help me trouble shoot the root cause for this issue? I was expecting some error to be logged in the event viewer but unfortunately I am not finding anything relevant regarding this issue.

How should I go about in order to fix this issue permanently moving forward.

Would appreciate for some help. Thanks in advance.

Sincerely,

Muneeb

Connectors service is responding 5 days back data.

$
0
0

Hi Guys,

I am using Dynamics Connectors for Integration of data flow from AX to CRM. I have created 3 Document Services and Created MAP in Connectors. When I am creating Project in AX for Project Service, Data is not Automatically flowing to CRM and it Shows all the field 0 in "Last run status" field of connector.  but when I am changing the field of Connectors "Check for data Modified After" field 5 days before of today's date, then Project data is getting Sync to CRM. 

when I am inserting data in AX, in the same time it is moving to CRM for Rest two services, which is working fine without changing "Check for data Modified After" in Connectors. Only Project services i am getting Problem.

I have done FULL CIL, ReStarted the Server. Created 4 Document services for Project and Maped with Project Entity of CRM and Checked. For all the 4 services, It is Syncing data from after I am changing the field of Connectors "Check for data Modified After" field 5 days before of Today's date.

I am clueless here. Please help guys. 

Regards,

Dheeraj Shukla

unable to connect to report server at the time of opening any report

$
0
0

Hi,

When we trying to open any report, it is showing below message.

unable to connect to report server.

Please help guys.

Viewing all 46681 articles
Browse latest View live


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