Searching account in Chart of account in Books with account code

PHOTO EMBED

Fri May 31 2024 12:08:03 GMT+0000 (Coordinated Universal Time)

Saved by @RehmatAli2024 #deluge

	accountCode = 202;
	searchMap = Map();
	searchMap.put("account_code",accountCode);
	///
	fetch = zoho.books.getRecords("chartofaccounts","20091181966",searchMap,"zoho_books");
	info fetch;
content_copyCOPY