Oracle WebCenter Content (MOSC)

MOSC Banner

Unable to update metadata on a web form (.hcsp) after an update?

edited Nov 2, 2009 1:41PM in Oracle WebCenter Content (MOSC) 2 commentsAnswered

Hi,

I have created a a web form that goes into a workflow and requires a managers approval.

When the manager approves the form the form is updated with the managers name and time.

The script below is in the exit event of the approvel step.

<$if wfAction like "APPROVE"$>

<$wfUpdateMetaData("xApprovedBy", getUserValue("dFullName"))$>

<$wfUpdateMetaData("xApprovedByDate", dateCurrent())$>

<$endif$>

This works if the manager approves the form without making any changes. However if the manager updates the form first using the "submit" button. (which Checks Out and Checks In the web form) then approves it wont update the form.

Any ideas?

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