When adding a view to a custom field, an error pops up when synchronizing.
The customer follows the below steps.
- Create read only custom field for Purchase Order Lines
- Select statement using arguments order_no,line_no,release_no
SELECT MAX(ifsapp.receipt_info.arrival_date) FROM ifsapp.receipt_info WHERE ifsapp.receipt_info.source_ref1 = :ORDER_NO AND ifsapp.receipt_info.source_ref2 = :LINE_NO AND ifsapp.receipt_info.source_ref3 = :RELEASE_NO
- Data type of custom field: Date and format: Date
- Click on detailed views and add receipt_info_alt
- Approve and publish/synchroinze

- Synchronize and it errors.

Any solutions?