- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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