Hello everyone,
There is a field in Release Products called Product Lifecycle State which is located in InventTable. When you click on it, it looks up the states that were added to the Product Lifecycle State table.
I want to add this field and functionality to another form
How I did that was looked up the EDT that InventTable.ProductLifecycleState was using, which is ecoresproductlifecyclestateid
I put that in the table on the form I wanted to add it to using an extension
I then put that field onto the form, but it's just a text box, and doesn't do the lookup.
I thought just using the EDT would bring over that functionality. What am I missing? Do I need to write my own lookup method somewhere? If so, where?