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

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

in eclipse
i added some fields to a  table called university.
i did this in xml.

i saved these changes  to the SF server.

back in salesforce
Now i went to SF and see the fields in the definition of this table.
I also see these fields in the page layout section of the object.

In the layout section, When I drag the fields to  the form layout section of University they seem to work fine.

But.... when i run the form and try to add a record,  the new feilds  fields do not appear on the data entry screen.

Any thoughts why these new fields to not appear on the editing form?  they definitely appear in the page layout part of the layout editing screen.
 

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 eclipse on my desktop.  It downloaded and sees my entire org.

in the SF web app, I added a new custom object in SF.

I want my eclipse session to see and download this new object.  it does no.
I clicked on the refresh link.  it still does not see the new object.
Any thoughts?
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

 

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 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