Program-Specific LOV for property not displayed in NX
On further investigation shared memory was out of date for the affected database. After running the commands below the issue was resolved.
From a Tc shell (Tc13.2 and up)
bmide_generate_client_cache -u=infodba -p=password -g=dba -mode=delete
bmide_generate_client_cache -u=infodba -p=password -g=dba -mode=generate -cache=all -model_file=%tc_data%\model\model.xml
generate_metadata_cache -u=infodba -p=password -g=dba -deletegenerate_metadata_cache -u=infodba -p=password -g=dba -force
Notes