tried to import customizations using sdfcli for em...
# sdf
c
tried to import customizations using sdfcli for email templates. sdfcli spits out some gnarly SQL statements:
Copy code
SuiteCloud Development Framework CLI (com.netsuite.ide.core_2018.2.0)
Using token based authentication.
Existing objects will be overwritten, do you want to continue? Type YES to continue.
The following object(s) were not imported:
emailtemplate:custemailtmpl_4_3482428_677:Unexpected error determining popup mode for NLPopupSelect:
taskid=EDIT_PLATFORM
machid=none
fieldid=restricttogroup
Caused by:
	java.sql.SQLException: ORA-01705: an outer join cannot be specified on a correlation column
BAD SQL STATEMENT:/* Start: getSelectCountSQL */
SELECT 
    count(*) count
 FROM 
    entity 
     WHERE 
    entity.bInactive= 'F' AND
🤢 3