cancel
Showing results for 
Search instead for 
Did you mean: 

Create operation output

Former Member
0 Kudos

Hi,

We are developing a native application with SUP 2.1.3.

We defined a SOAP create operation that maps all the output values to the MBO attributes.

But after this mapping we always find this warning: "Warning = The output record of the 'CREATE' operation 'MBO_NAME->create()' with 'Immediately update the cache' policy does not contain the primary key comlumns."

We want to make the create output to be persisted into CDB automatically, but is not working.

Any ideia about how to fix the warning?

How do you work with create operations and primary keys?

Accepted Solutions (0)

Answers (1)

Answers (1)

Jitendra_Kansal
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi David,

Havn't you defined primary key in your MBO?

this warning is coming because you havnt defined primary keys in your MBO.

Regards,

Jitendra Kansal

Former Member
0 Kudos

Hi,

The primary key is set. I will check again, but I believe there is no problem with the PK definition.