I have created some fields on event object through Activity object.I have one custom object,in that object I am trying to create one lookup field (Event__c) to parent object(Event).but when I am trying to create this lookup field I couldnot see neither Event object nor activity object.plz help.
Shouldn't we check the Capacity after substracting it from Distribution. e,g. Capacity = 10 and Distribution = 7. After ED1 Capacity will be 3, after ED2 Capacity will be -4 which is exception as Capacity can not be -ve.
Nice explanation
🎉
I have created some fields on event object through Activity object.I have one custom object,in that object I am trying to create one lookup field (Event__c) to parent object(Event).but when I am trying to create this lookup field I couldnot see neither Event object nor activity object.plz help.
or do we need addition permission in profile?
Have you used standard event object or Custom Object.?🙃
Shouldn't we check the Capacity after substracting it from Distribution. e,g. Capacity = 10 and Distribution = 7. After ED1 Capacity will be 3, after ED2 Capacity will be -4 which is exception as Capacity can not be -ve.
For this, we should check if distribution>capacity, not capacity