Tuesday, 13 September 2016

Count Or Limit For number of Records

  static void limitedRecords(Args _args)
  {
  FiscalCalendarYear FCY;
  FiscalYearName     FYN;
int myCounter;
;


    while select FCY
    {
      myCounter++;
                      if (myCounter == 6)
                      {
                  
                         break;
                      }
             info(strFmt("value: %1", fcy.Name));
    
       
    }
  }

No comments:

Post a Comment

POSTMAN D365

  Postman is useful to test the behavior of different OData class from/to D365FO. In this post we will see the steps to setup Postman with D...