@ehcanadian Normally if I have a "Common" or "Utils" module I have the functions dependencies defined there... if I have a function doing a search I only have 'N/search' loaded in that module and not in the main script where I load or call that helper function... and it works well that way...