Example of recursive call in axapta    void recursiveCall(ProjId _projId = "")    {    ProjTable projTable;    ;    while select projTable    where projTable.parentId == _projId    {    setprefix(projTable.parentId);    info(projTable.projId);    this.recursiveCall(projTable.projId);    }    }     
Microsoft Dynamics Ax,AIF,Axapta, Enterprise portal,,Microsoft , United State,U.S., SharePoint , BI Tools, Performance Tuning, SSRS,Business Logic,Ax ERP Errors and solution,Dynamics 365 Errors Solution,Business software .