11
Views
1
Comments
Insufficient permissions to delete this contact.

Hey guys, I'm learning my "Traditional Web Developer" course and I'm in my "Consuming with SOAP Web Service" sub-section. I was trying to Update Employee but then I got an Error Message like this. Do you know what type of error is it ? How can I fix it ?

Quick Start - SOAP Contacts - Deleting Data.oap

Hey,

Have you checked the delete rule for foreign keys available in your employee entity.

You need to check that first if its "Protected" you wont be able to delete the record, you need to delete the record of foreign key first then record from employee entity,if its delete or ignore, you can delete the record.

Kindly check this URL for Delete rule references,

https://success.outsystems.com/documentation/11/developing_an_application/use_data/data_modeling/entity_relationships/delete_rules/

Regards, 

Komal

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.