@Karthik what do you need, internal IDs or drop down Texts ? you can ask obj.getValue(‘fieldname’); using 2.0 and nlapiGetFieldValues(‘fieldName’); using 1.0 to get Internal ID values of drop down type, which will return in array format. if you are looking to get drop down texts then you gotta ask obj.getText(‘fieldnme’); and nlapiGetFieldTexts(‘fieldname’); as I mentioned