CRM On Demand - Web Services Integration (MOSC)

MOSC Banner

how to update task's DelegatedBy and taskuser with webservice

step1: create task

   owner -> user1

   DelegatedBy  -> null

   taskuser  ->  user1 (automatic created)

step2: change owner

   owner -> user2

   DelegatedBy  -> user1(automatic updated)

   taskuser  ->  user2 (automatic updated)

step3: change owner again

   owner -> user3

   DelegatedBy  -> user1(no update)

   taskuser  ->  user3 (automatic updated)  and user2 (manual updated)

it's ok using cod operation for up step.but, there are issues when i do it with webservice 2.0.

1.DelegatedBy is not updated correctly in step2(updated by webservice's userID)

2.taskuser can't be updated for user2 in step3

ps.using task WSDL.

Q:

1.which WSDL is mandotory except for task WSDL

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