cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Draft enabled entity giving error with association Property 'HasDraftEntity' does not exist in type

poonambatra07
Explorer
0 Likes
1,602

I have Enabled draft for an entity in my app

 @odata.draft.enabled <br>@Capabilities.Insertable: false <br>@Capabilities.Deletable: false<br> @cds.redirection.target: true 
 entity MainEntity as projection on data.Maindata:<br>entity Maindata {<br>    --------------<br>    ---------------<br>---------------<br>------------------ <br>Relationship : Association to many Relationship on Relationship.UUID = UUID;<br>}

Getting error while editing in app object page.Property 'HasDraftEntity' does not exist in type 'Relationship'

Accepted Solutions (0)

Answers (0)