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

RE: Update financial dimension in Employee profile


Update financial dimension in Employee profile

$
0
0

Hi 

i want to add dimension employee for all employees to use sql so

I want to know table name for this dimension ..

Does anyone know the name of table!

RE: X++ Run Method vs Main Method

$
0
0

What is the role of Run() method in Form?

X++ Run Method vs Main Method

$
0
0

Hi Guys,

I wanna to know The role of Run() and Main method in X++

Thanks in advance,

Riyaz

RE: Opening field specific data through menu item

$
0
0

That code should work exactly like my example - strange if it doesn't. But now I saw that in my code there is a typo, it calls the find method of PurchReqTable, but that method expects a RecId. You need to call findPurchReq method instead.

If possible, try to put that code in the clicked method of the menuItemButton like I suggested. It will work there as well. Simple buttons are visible to anyone, whereas menuItemButtons respect the security system (privileges).

RE: GST Ledger account voucher is not affected in AX 2009

$
0
0

Hello vignesh,

Is it possible that the voucher has not been transferred to the GL?

Can you check the subledger voucher not yet transferred form in GL and whether there is something pending there?

Best regards,

Ludwig

RE: How to access a file in SharePoint from D365

$
0
0

Hello Alex Jones AX,

Why is it that you want to do some coding and why can't you use Flow or Logic Apps?

What is the underlying business scenario?

Best regards,

Ludwig

RE: Is the table GeneralJournalEntry an insert-only table?

$
0
0

Thanks Brandon for that complete explanation! I did not know those details. As for the RecID, you mentioned trouble using them because of AOS cluster. Well I think (I have to verify) that this situation does not apply to me. So maybe it's possible for me to use it?


Is the table GeneralJournalEntry an insert-only table?

$
0
0

Hello!

I'm currently building a cube for a customer who uses AX2012. I'm using GeneralJournalEntry and GeneralJournalAccountEntry and copy rows into a staging table to make some calculations.

I would like to put an incremental copy to minimalize load each night but I fear that updates could take place on rows of those two tables.

Is it possible in AX2012 to update rows from these tables?

Thank you very much!

RE: How to disable a warehouse

RE: migration from custom DEV to sandbox-Prod, but no changes

$
0
0

Depending on your version, you might need to build the extended standard package(s) as well to add support for Chain of Command. And then deploy them too.

See chapter Supported versions on this article: docs.microsoft.com/.../method-wrapping-coc

migration from custom DEV to sandbox-Prod, but no changes

$
0
0

im new in ax7,

as usual i did migration from dev to sandbox-prod was fine before.

the problem is, i was custom description from report standart General Ledger "Ledger Transaction List" on Dev, and its work using Chain of command (first time using CoC), then i do migration to sandbox-prod as usual, Only build my project package(1), etc.

and now sandbox-Prod has no changed for my custom report standart General Ledger "Ledger Transaction List".
why ? i need to build all packages standart ?  i had less step ? or wrong step?
please help me,

regards,

RE: How to create and add a custom payment connector in payment service in AR module

$
0
0

Have you managed to create your connector ?

How to create and add a custom payment connector in payment service in AR module

$
0
0

We found there are two payment connectors in the payment service form (AR -> Setup -> Payment ->Payment Services), i.e. 1. "Dynamics Payment Connector" and 2. "TestConnector" but as per our requirement we need to add our custom payment connector for the payment.

We have tried follwing process but could not achieve our goal

  1. Created a dll which is inheriting from "Microsoft.Dynamics.Retail.PaymentSDK.dll" along with our logic and placed this dll in Server bin and client bin folder

 2. Restarted the AOS but could not able to see in the payment connector drop down

Your suggestions are appreaciated.

Please note: We are using AX 2012 (R2, CU7), Visual studio 2012 and SQL Server 2012

Thanks in advance.

RE: Error Executing Code : the field with ID '0' does not exist in table 'purchparmTable'

$
0
0

FYI: We saw this exception message in some data projects after MS upgraded our production environment from PU12 to PU15.

The issue seemed to be related to the VendVendorStaging table.

We're still investigating; but maybe this information will help others experiencing similar issues to uncover the root cause?


Error Executing Code : the field with ID '0' does not exist in table 'purchparmTable'

$
0
0

Hello All,

Pleasant day!

When I am doing this process in Account Payable Module Posting > Goods Receipt Note > Totals for a particular purchase order I am getting this error.

Please share the solution if you know!

RE: Join two Datasets

$
0
0

Hello Aizaz,

I have developed a report like this. You can use SQL script below:

SELECT SUR.USER_ , UI.NAME , SR.NAME AS ROLE, ST.NAME AS TASK

FROM AXPROD.dbo.SECURITYUSERROLE SUR

INNER JOIN USERINFO UI ON UI.ID=SUR.USER_

LEFT JOIN axprod_model.dbo.securityrole SR ON SR.RECID = SUR.SECURITYROLE

--Left outer join axprod_model.dbo.ModelElementLabel L on SR.Name LIKE '@%'AND L.Module = SUBSTRING(SR.Name, 2, 3) and L.LabelId = SUBSTRING(SR.Name, 5, 7) and L.Language = 'en_au'

left outer join AXPROD_model.dbo.SECURITYROLETASKGRANT SRTG ON SRTG.SECURITYROLE=SR.RECID

LEFT OUTER JOIN AXPROD_model.dbo.SECURITYTASK ST ON ST.RECID=SRTG.SECURITYTASK

--Left outer join axprod_model.dbo.ModelElementLabel LT on ST.Name LIKE '@%'AND LT.Module = SUBSTRING(ST.Name, 2, 3) and LT.LabelId = SUBSTRING(ST.Name, 5, 7) and LT.Language = 'en_au'

LEFT OUTER JOIN [AXPROD_model].[dbo].[SECURITYTASKENTRYPOINT] STE ON STE.SECURITYTASK=ST.RECID

WHERE SUR.SECURITYROLE NOT IN (886356,886299,886302) AND SR.NAME NOT LIKE '@%' AND ST.NAME NOT LIKE '@%'

and st.TYPE=1

If you developed custom objects for security and didn't use labels, you can use quey above. If you need out of the box roles and duties you should uncomment ModelElementLabel in scrpit above.

Best regards,

Sefa

Join two Datasets

$
0
0

Hello All,

I am working on a report where I have to retrieve users and their roles and companies associated to their respective roles. For this purpose i need to join two data sets of two different tables. Anyone know how this is possible?

RE: X++ Run Method vs Main Method

$
0
0

It will "execute" / open the form. If it's not called, the form is not opened.

RE: How to update a custom field in CustInvoiceJour table on settling customer invoice?

Viewing all 175888 articles
Browse latest View live


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