wkcc__TriggerSettings__c
Represents the current state of data triggers for Employee, Location, and other Work.com related objects. This object is available in orgs that have Work.com installed.
Use wkcc__TargetSettings__c records to enable or disable these triggers.
create(), delete(), describeLayout(), describeSObjects(), getDeleted(), getUpdated(), query(), retrieve(), search(), undelete(), update(), upsert()
| Field | Type | Properties | Description |
|---|---|---|---|
| Name | string | Create, Defaulted on create, Filter, Group, idLookup, Sort, Update | The API name of the trigger. Names are formatted as b2w_<object name>Trigger, for example b2w_EmployeeTrigger. |
| SetupOwnerId | reference | Create, Filter, Group, Nillable, Sort, Update | The setup owner ID. |
| wkcc__IsAfterDeleteDisabled__c | boolean | Create, Defaulted on create, Filter, Group, Sort, Update | If true, the after-delete trigger is disabled. The default value is false. |
| wkcc__IsAfterInsertDisabled__c | boolean | Create, Defaulted on create, Filter, Group, Sort, Update | If true, the after-insert trigger is disabled. The default value is false. |
| wkcc__IsAfterUndeleteDisabled__c | boolean | Create, Defaulted on create, Filter, Group, Sort, Update | If true, the after-undelete trigger is disabled. The default value is false. |
| wkcc__IsAfterUpdateDisabled__c | boolean | Create, Defaulted on create, Filter, Group, Sort, Update | If true, the after-update trigger is disabled. The default value is false. |
| wkcc__IsBeforeDeleteDisabled__c | boolean | Create, Defaulted on create, Filter, Group, Sort, Update | If true, the before-delete trigger is disabled. The default value is false. |
| wkcc__IsBeforeInsertDisabled__c | boolean | Create, Defaulted on create, Filter, Group, Sort, Update | If true, the before-insert trigger is disabled. The default value is false. |
| wkcc__IsBeforeUpdateDisabled__c | boolean | Create, Defaulted on create, Filter, Group, Sort, Update | If true, the before-update trigger is disabled. The default value is false. |
| wkcc__IsDisabled__c | boolean | Create, Defaulted on create, Filter, Group, Sort, Update | If true, all Work.com triggers for the object are disabled. The default value is false. |
See Also