Posts

Showing posts from May, 2025

Electronic reporting common used methods

Image
1.      ER with TempTable , We could write in table static method also  Internal final class NXRDebitNoteDeclarationERData {     [ERTableName(tableStr(NXRDebitNoteDeclarationERTableTmp))]     public static RecordLinkList getData(str _param)     {         NXRDebitNoteDeclarationERTableTmp erTable;         NXRCollateralOrgDistributeTable  distTable;         RecordLinkList recordLinkList = new RecordLinkList();                  int alignedType;         while select distTable             where distTable.PrepayIdParent == _param         {             erTable.PrepayId = distTable.PrepayId;             if(!alignedType)             {             ...