Pages

Banner 468 x 60px

 

Wednesday, January 28, 2015

Fetching Financial Dimension Value X++

2 comments
/* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-qformat:yes; mso-style-parent:""; mso-padding-alt:0in 5.4pt 0in 5.4pt; mso-para-margin-top:0in; mso-para-margin-right:0in; mso-para-margin-bottom:10.0pt; mso-para-margin-left:0in; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri","sans-serif"; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; ...
Read more...

Wednesday, January 14, 2015

void clicked()

0 comments
void clicked(){    SrsReportRunController                  reportRunController;    Map                                     queryContracts;    MapEnumerator                          ...
Read more...

Tuesday, January 6, 2015

While Select forupdate from 2 different Table AX

0 comments
static void forupdate(Args _args){    InventTable             _inventTable;    InventItemGroupItem     _inventItemGroupItem;        ItemGroupId             _ItemGroupId = _inventItemGroupItem.ItemGroupId ;                ttsBegin;    while select forUpdate _inventTable         exists join...
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