Accessing a ud column in Foreign Key View

Hi!

I have a custom field in OrderDtl that I’m binding to a control on the lines tab of Order Entry. I want to have a read only variant on the release. Simply to prevent users toggling back to the line for reference when they are modifying and adding releases.

I thought a quick way to do this would be to create a FKV under OrderRel called OrderDtl_ReadOnly. I then intended to bind the control to the FKV.customfield.

However, the custom field isn’t there. The custom column shows as synced in UD Column Maintenance and displays under the form’s base OrderDtl view. It’s just the FKV that doesn’t contain the ud columns.

I have recycled my IIS pool, cleared cache, and relaunched the client.

Do I need a subview on the FKV to bind to OrderDtl_UD?

I considered extended properties, but suspect that would impact the entire form and render all instances of OrderDtl.customfield read only.

Any suggestions are welcome.