Custom Fields from Accounts module are not visible in deluge scripting using getRecordById

Custom Fields from Accounts module are not visible in deluge scripting using getRecordById

I have added several custom fields to the Accounts module. One of these fields is a single line field called "Address Coord". I want to create a simple Custom Function to retrieve this value. The new custom field is not returned to my Deluge script using "getRecordById" or "searchRecordsByPDC". All field permissions appear to be correct, I am on the Enterprise edition of CRM. 

Is it even possible to access or get/set against custom fields?


Here is a screen shot of the new field "Address Coord" in the Accounts Module

Here is the the simple code to retrieves an Account Record using ID and display results:









Here is the response from the script by the custom field "Address Coord" is not returned, therefore I cannot take any action on setting this value, using this value in further custom coding steps.