Question

HELP URGENT - Error Details-904 view code

  • 5 October 2023
  • 2 replies
  • 93 views

Badge +2

Hi good morning Community 

 

I have a question about a read only field, Using a select I am putting two filters, the first points to a persistent field and the other to a read only field but I get this error when I try to synchronize my custom logical unit Error Details-904 view code

Example i try to put in a Read only field this

SELECT PERSON_ID FROM ANYTABLEEXAMPLE WHERE customer_id =:CF$_CF_CUSTOMER_ID (This one it’s a Persistant Field) and person_name =:CF$_CF_PERSON_NAME (This it’s a read only field)

 

Have these types of errors ever happened to you?

 


2 replies

Badge +2

HI

i got same problem did you find a solution :/

Userlevel 2
Badge +6

this tends to happen when a field isnt present on all views, for example… Register Arrivals has been adapted to Source_ref1, Source_ref2, Source_ref3, Source_ref4 etc whereas the custom fields map to the LU PurchaseOrderLine where its still order_no, line_no etc… so if you have a custom field which uses order_no it will work but only when you try to deploy to a view which have these columns… 

 

Richard Woods

 

Reply