Good morning everyone,
I'm using xCP 2.1 and I'm battling to get a drop-down's initial value to populate.
I have two business objects, "Document Category" and "Document Type".
Document Category has 1 attribute of type string.
Document Type has 1 attribute of type string and a relationship with Document Category.
On the edit page for Document Type, I've added a drop-down and populate it with a Real Time Query.
I've tried setting the object id of category and tried setting the category name, but it doesn't set the selected item to the value or id set.
I've tested setting a textbox with the object id so I'm sure I have the correct value.
I've also tried adding buttons that set the value when clicked, the textbox value is updated but the drop-down list doesn't change.
Has anyone else had this issue?
J