Period Closing Accounts Payable a. Post invoices for all open/received purchase orders. b. Post all pending invoices if received from Vendor. c. Post and settle all payments. d. Run Currency revaluation e. Reconcile Vendor balance and trial balance for control accounts. f. Set fiscal period on-hold for Vendor. Accounts Receivable a. Post invoices for all open/delivered sales orders. b. Post all pending free text invoices. c. Post and settle all received payments. d. Run Cu...
We all come across the requirements where the contact information for the customer is entered in a wrongly manner or there's whole set of records where the information provided is completely garbage. For me it was Email and Mobile. So we extracted data and narrowed it down to list of customers with garbage values. For this I have prepared one csv file mainly consisting four columns. 1) Account 2) Garbage info Email/Mobile 3) Identifier Email/Mobile 4) Add for modifying existing number. Below is the code to call the same from RunnableClass class CustomerDataCleanupEmailAndPhone { /// <summary> /// Runs the class with the specified arguments. /// </summary> /// <param name = "_args">The specified arguments.</param> public static void main(Args _args) { #define.LocationRoleName('Collection') AsciiStreamIo ...