Skip to Main Content

Developer Community

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

PPM - CREATE UPDATE TASK

Chandra233Aug 31 2025

I have a kind of incoming payload structure as following:

{
"ProjectId": "300001593930281",
"TaskDetail": [
{
"TaskName": "CHAN1",
"ExternalTaskId": "CHAN1",
"ElementType": "FINANCIAL"
},
{
"TaskName": "CH02",
"ExternalTaskId": "CH02",
"ElementType": "FINANCIAL"
},
{
"TaskName": "AB08",
"ExternalTaskId": "AB08",
"ElementType": "FINANCIAL"
}
]
}

I have to check for each incoming task whether the task already exist in all the tasks in Oracle PPM against the incoming Project ID, if not, create one. If exists update. Did anyone similar kind of integration. I got stuck while in the nested iteration.

Best Regads,

Chandra.

Comments
Post Details
Added on Aug 31 2025
0 comments
29 views