I’m using the following syntax in a saved search to filter down a list of values based on the value of a custom field
CF$_PROJ_ID = :i_hWndFrame.frmRequisitionDetail_Cust.CustomFieldl1]
However, this breaks when there are multiple custom fields and the user doesn’t have that custom field in the 1] position.
Is there a way to reference the custom field by name and not the order?