Oracle WebCenter Content (MOSC)

MOSC Banner

Workflow Notification

edited Nov 6, 2014 10:00AM in Oracle WebCenter Content (MOSC) 2 commentsAnswered
I'm trying to create a workflow token on the UCM that will allow multiple users to approve a document, but only send an email notification to one of them.  Is anyone familiar how this would be done using idoc script? This is what I'm currently trying:

<$wfSetIsNotifyingUsers(0)$>

<$if dDocAccount like "userGroup-1"$>
        <$wfSetIsNotifyingUsers(1)$>
        <$wfAddUser("subgroup-1", "alias")$>

<$elseif dDocAccount like "userGroup-2"$>
    <$wfSetIsNotifyingUsers(1)$>
    <$wfAddUser("subgroup-2", "alias")$>

<$else$>


<$endif$>

<$wfAddUser("all-Groups", "alias")$>

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