JamesMW
Enthusiast
Enthusiast

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

Reply
0 Kudos