Skip to content
Snippets Groups Projects
Commit 14e1f79d authored by Johannes Goderbauer's avatar Johannes Goderbauer
Browse files

[Projekt: Entwicklung - xRM][TicketNr.: 1068165][Kontakt kann nicht gelöscht werden]

parent 66f8aac0
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ if(personCount == 1)
.andNoEntityRows("Contract_entity", "Contracts", {ContactId_param : contactId}) //Contracts
.andNoEntityRows("ObjectTree_entity", "TreeProvider", {ObjectIds_param : JSON.stringify([contactId, vars.get("$field.PERSON_ID")]), ObjectTypes_param : JSON.stringify([currentContext, "PrivatePerson"])})
.andNoEntityRows("CampaignParticipant_entity", "CampaignParticipantsProvider", {ContactId_param : contactId})
.andNoEntityRows("Order_entity", "Orders", {ContactId_param : contactId})
.andNoEntityRows("Order_entity", "#PROVIDER", {ContactId_param : contactId})
.validate();
}
else if (personCount == 0) //special case in QuickEntry where it should be possible to remove a new Person that is not saved in the db yet
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment