never-displayed
View discussion in a popup
Yep, you just need to access the state object property.
So if your vCACCAFECatalogItemRequest object is named 'obj', to get the state value, reference it like:
obj.state.value();
That will return the string "IN_PROGRESS".
-James