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

8 Common Errors in Dual-write

502 Bad Gateway : when the target application is not ready to handle the incoming request  401 Unauthorized / 403 Forbidden: This error occ...