• howard zien hpzien
  • NEWBIE
  • 10 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 1
    Likes Received
  • 0
    Likes Given
  • 4
    Questions
  • 6
    Replies

i make changes in my database.  add objects or fields. 

I want to see these changes in eclipse. 

in eclipse,
if i delete my entire org in eclipse,  then reload it, i see new and changed objects.

if i simply click the refresh in eclipse or F5 in eclipse, the changes i made to my database do not appear.
Is this normal?  or am i doing something wrong?
i have a custom object university__c.  I have another related custom object lkupmajor_c.
when i put this select statement in workbench:
select university__c  , name from lkupmajor__c

I get the record id for university instead of the university name.
Can you help? I expected to see teh university name

i get
  university__c Name
1 a01j000000ArpvKAAR philosophy
2 a01j000000ArpvKAAR mathematics
3 a01j000000ArrRHAAZ greek
4 a01j000000ArpvKAAR russian
5 a01j000000ArrRHAAZ sociology