View field in screen not found error

SOLVED

I have created a screen in a custom entity based on a view joining the custom entity table with another CRM table.  I added a field to the screen that is in the joined table.  When I try to display the screen using an asp page I get a field not found error.

I don't want to edit the joined table field, just display it.  Is there a way to achieve this?  I do need to edit other fields in the screen.

Parents
  • 0

    My first thought with a problem like this would be to check the SQL logs to see if there is an error.  In any case the logs will show you what SQL statement is being run so should be able to clarify what the system is actually trying to do.

  • 0 in reply to Guy Cecil

    Thanks, Guy.

    Hmm - I revisited this after your post - I added the field back into the screen, then opened the asp page and there was NO error.  The field didn't display data, however, just the field title with a blank space underneath.

    So I'm not sure what is going on - metadata will have been refreshed several times in the last few days, but otherwise I haven't changed anything with this entity.

Reply
  • 0 in reply to Guy Cecil

    Thanks, Guy.

    Hmm - I revisited this after your post - I added the field back into the screen, then opened the asp page and there was NO error.  The field didn't display data, however, just the field title with a blank space underneath.

    So I'm not sure what is going on - metadata will have been refreshed several times in the last few days, but otherwise I haven't changed anything with this entity.

Children