How to check if record field is empty in API_DoQuery
When I execute API_DoQuery in the Code Page I get the following XML results. detail_note is empty. However, $(this).find("detail_note").text() returns 8 159 True www.yahoo.com 1689364909773 which are the values of the fields below. Does anyone have a suggestion on how check if a field is empty? <qdbapi> <action>API_DoQuery</action> <errcode>0</errcode> <errtext>No error</errtext> <dbinfo> <name>PDA Supporting Documents</name> <desc/> </dbinfo> <variables> </variables> <chdbids> </chdbids> <record> <detail_note/> <support_document/> <record_id_>8</record_id_> <related_pda_support_document___pda_record_id>159</related_pda_support_document___pda_record_id> <iscurrentuserrecordowner>True</iscurrentuserrecordowner> <support_url>www.yahoo.com</support_url> <update_id>1689364909773</update_id> </record> </qdbapi> ------------------------------ Charlene Dougall ------------------------------21Views0likes2Comments