Skip to content
Snippets Groups Projects
Commit 08fff7db authored by Daniel Tran's avatar Daniel Tran Committed by Sebastian Pongratz
Browse files

[Projekt: xRM-ContactManagement][TicketNr.: 2002620][Status "für Löschung...

parent 7068acfd
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,6 @@ import("Sql_lib");
if (vars.get("$sys.presentationmode") != neon.CONTEXT_PRESENTATIONMODE_FILTER)
{
var excludedIds = $KeywordRegistry.contactStatus$inReview();
var excludedIds = [$KeywordRegistry.contactStatus$inReview(), $KeywordRegistry.contactStatus$markToDelete()];
result.string(JSON.stringify(excludedIds));
}
\ No newline at end of file
import("system.result");
import("KeywordRegistry_basic");
var excludedIds = [$KeywordRegistry.contactStatus$inReview()];
var excludedIds = [$KeywordRegistry.contactStatus$inReview(), $KeywordRegistry.contactStatus$markToDelete()];
result.string(JSON.stringify(excludedIds));
\ No newline at end of file
import("KeywordRegistry_basic");
import("system.result");
import("KeywordRegistry_basic");
result.object([]);
\ No newline at end of file
var excludedIds = [$KeywordRegistry.contactStatus$markToDelete()];
result.string(JSON.stringify(excludedIds));
\ No newline at end of file
import("KeywordRegistry_basic");
import("system.result");
import("KeywordRegistry_basic");
result.object([]);
\ No newline at end of file
var excludedIds = [$KeywordRegistry.contactStatus$markToDelete()];
result.string(JSON.stringify(excludedIds));
\ No newline at end of file
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