When a multi-valued lookup (MVL) attribute is created in the project object, the attribute works fine in the Edit page of the project and values can be inserted.
However, on the Project List page, the attribute does not show any values which had been inserted in the Edit page.
select
@SELECT:resources.id:[email protected]
,@SELECT:resources.full_name:[email protected]
from
inv_projects projects, srm_resources resources, prteam team
WHERE team.prprojectid = @WHERE:PARAM:USER_DEF:INTEGER:[email protected]
AND team.prprojectid = projects.prid
AND team.prresourceid = resources.id
and @[email protected]
Expected results: The attribute will have a value inserted in the Project List page which was inserted in Step 4.
Actual results: The attribute has no value in it and even when you try to insert some values in the list page, it blanks out after saving.
This is caused by DE45183
This is fixed in Clarity 15.6