Oracle WebCenter Sites (MOSC)

MOSC Banner

Creating New Version for the assets updated through BulkLoader Utility

edited Jan 7, 2014 11:21PM in Oracle WebCenter Sites (MOSC) 1 commentAnswered
 Hi Team,
We would like to know how to create new versions for assets updated through Bulk Loader. The one common option we can think of is below. This option takes more time and the number of assets that gets updated through bulk loader utility is more.
<asset:checkout type='<%=assetType%>' objectid='<%=assetID[i]%>' />
<ics:if condition='<%=ics.GetVar("errno").equals("0")%>'>
<ics:then>
<asset:load name="assetToEdit" type='<%=assetType%>' objectid='<%=assetID[i]%>' editable="true" />
<asset:save name="assetToEdit" />
<asset:checkin name="assetToEdit" annotation="Updated through Bulk Loader Utility" />
</ics:then>

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center