Solved
How to get value of the field defined in Configuration Table while building an extension.
I can see option only for getDefaultValue() not getValue(). I followed as:
getConfigurationTable("TableName").getField("fieldName").getDefaultValue().
The option for getValue() was not there, hence changes in configuration is not reflectiong after importing this extension in Thingworx Platform.

