Symptom
How to check story version?
Environment
SAP SAC
Resolution
A review of a the browser developer tools or customer har file can show the version saved for the story.
1. It is possible to check the version. Search for:
"contentlib.getcontent"
-resource
--cdata
---content: {Version: "2.74",_}
2.x Classic story
3.x ODE story
4.x Story 2.0
2. Another way to check version.
In Browser open Recent Stories with developer tools, network tab open.
Find: contentlib.searchAllResources in Request Payload
Find: resourceID and enhancedproperties
-resources
--resources
---1
----enhancedproperties:{storyoptimizedinfomode:"VIEW_EDIT"}
"VIEW_EDIT" = ODE with story from classic content
"VIEW_EDIT_STORY2"" = Story 2.0
null or enhancedproperties flag is not found = classic story
Keywords
contentlib getcontent enhancedproperties , KBA , LOD-ANA-UNS , SAC Unified Story (Story 2.0) main component. , LOD-ANA-DES , Story Design & Visualizations , LOD-ANA-AD , Analytics Designer , How To