deleteICollectionRowByMarker
حذف كائن سجل المجموعة.
IntegrationCollections.deleteICollectionRowByMarker(
marker,
id
);
مثال بسيط
const result = await IntegrationCollections.deleteICollectionRowByMarkerAndId('test_collection', 1);
مخطط المعلمات
المخطط
marker:* string
معرف نصي للمجموعة
مثال: test_collection
id: number
معرف السجل في المجموعة
مثال: 12
يُرجع true (في حالة الحذف الناجح) أو false (في حالة الحذف غير الناجح) (مطلوب إذن "collections.row.delete" للوصول)