Pages

Banner 468 x 60px

 

Saturday, August 24, 2019

Event Viewer for checking Restart Maching

0 comments
Hi bro,  I want to share how to know your machine restart through Event Viewer (Windows Server 2014). 1. Right Click in System  2. USER32 in Event Source 3. 1074  Click OK ...
Read more...

Monday, July 1, 2019

Insert spesific date thourgh x++

0 comments
Insert spesific date thourgh x++ : utcdatetime     activityend = DateTimeUtil::newDateTime(systemdateget() + 7, 0 * 60 * 60);  activity.ActualEndDateTime = activityend; // DateTimeUtil::utcNow();...
Read more...

Thursday, February 21, 2019

Get Workflow Information AX using SQL

0 comments
Hai guys, I want to share how get Workflow Information AX using SQL USE AXReports SELECT  A.SALESID,                            A.CUSTACCOUNT,                            (SELECT TOP 1 NAME FROM AXABU.DBO.DIRPARTYTABLE AS R WITH (NOLOCK)                                    WHERE R.RECID = (SELECT PARTY FROM AXABU.DBO.CUSTTABLE AS X WITH (NOLOCK) ...
Read more...

A financial dimension value is based on the record and has been used on a transaction. You cannot delete the record

  SOLUTION delete in table DimensionAttributeLevelValue base on Bank Account  :  and Delete the Bank Account FINISH