Entities Treeviews

Notes for release 24.0.8903.41680

Content

  • Task 12589 - Bug 12587 - Action group not found on v25

Events available

Event Type Object Function Description
Integration Event codeunit isaETV_CustomerTreeview OnBeforeGetHeaderCaption(Index: Text; var Caption: Text; var Handled: Boolean)
Integration Event codeunit isaETV_CustomerTreeview OnAfterGetHeaderCaption(Index: Text; var Caption: Text)
Integration Event codeunit isaETV_CustomerTreeview OnBeforeSyncFields(var Treeview: Record isaETV_Treeview; SyncRecord: RecordRef; var Handled: Boolean)
Integration Event codeunit isaETV_CustomerTreeview OnAfterSyncFields(var Treeview: Record isaETV_Treeview; SyncRecord: RecordRef)
Integration Event codeunit isaETV_GLAccountTreeview OnBeforeGetHeaderCaption(Index: Text; var Caption: Text; var Handled: Boolean)
Integration Event codeunit isaETV_GLAccountTreeview OnAfterGetHeaderCaption(Index: Text; var Caption: Text)
Integration Event codeunit isaETV_GLAccountTreeview OnBeforeSyncFields(var Treeview: Record isaETV_Treeview; SyncRecord: RecordRef; var Handled: Boolean)
Integration Event codeunit isaETV_GLAccountTreeview OnAfterSyncFields(var Treeview: Record isaETV_Treeview; SyncRecord: RecordRef)
Integration Event codeunit isaETV_ItemTreeview OnBeforeGetHeaderCaption(var Index: Text; var Caption: Text; var Handled: Boolean)
Integration Event codeunit isaETV_ItemTreeview OnAfterGetHeaderCaption(var Index: Text; var Caption: Text)
Integration Event codeunit isaETV_ItemTreeview OnBeforeSyncFields(var Treeview: Record isaETV_Treeview; SyncRecord: RecordRef; var Handled: Boolean)
Integration Event codeunit isaETV_ItemTreeview OnAfterSyncFields(var Treeview: Record isaETV_Treeview; SyncRecord: RecordRef)
Integration Event codeunit isaETV_LocationTreeview OnBeforeGetHeaderCaption(Index: Text; var Caption: Text; var Handled: Boolean)
Integration Event codeunit isaETV_LocationTreeview OnAfterGetHeaderCaption(Index: Text; var Caption: Text)
Integration Event codeunit isaETV_LocationTreeview OnBeforeSyncFields(var Treeview: Record isaETV_Treeview; SyncRecord: RecordRef; var Handled: Boolean)
Integration Event codeunit isaETV_LocationTreeview OnAfterSyncFields(var Treeview: Record isaETV_Treeview; SyncRecord: RecordRef)
Integration Event codeunit isaETV_ResourceTreeview OnBeforeGetHeaderCaption(Index: Text; var Caption: Text; var Handled: Boolean)
Integration Event codeunit isaETV_ResourceTreeview OnAfterGetHeaderCaption(Index: Text; var Caption: Text)
Integration Event codeunit isaETV_ResourceTreeview OnBeforeSyncFields(var Treeview: Record isaETV_Treeview; SyncRecord: RecordRef; var Handled: Boolean)
Integration Event codeunit isaETV_ResourceTreeview OnAfterSyncFields(var Treeview: Record isaETV_Treeview; SyncRecord: RecordRef)
Integration Event codeunit isaETV_SalesPersonTreeview OnBeforeGetHeaderCaption(Index: Text; var Caption: Text; var Handled: Boolean)
Integration Event codeunit isaETV_SalesPersonTreeview OnAfterGetHeaderCaption(Index: Text; var Caption: Text)
Integration Event codeunit isaETV_SalesPersonTreeview OnBeforeSyncFields(var Treeview: Record isaETV_Treeview; SyncRecord: RecordRef; var Handled: Boolean)
Integration Event codeunit isaETV_SalesPersonTreeview OnAfterSyncFields(var Treeview: Record isaETV_Treeview; SyncRecord: RecordRef)
Integration Event codeunit isaETV_VendorTreeview OnBeforeGetHeaderCaption(Index: Text; var Caption: Text; var Handled: Boolean)
Integration Event codeunit isaETV_VendorTreeview OnAfterGetHeaderCaption(Index: Text; var Caption: Text)
Integration Event codeunit isaETV_VendorTreeview OnBeforeSyncFields(var Treeview: Record isaETV_Treeview; SyncRecord: RecordRef; var Handled: Boolean)
Integration Event codeunit isaETV_VendorTreeview OnAfterSyncFields(var Treeview: Record isaETV_Treeview; SyncRecord: RecordRef)
Previous