Hey Andrew
Thanks again
Are you on LinkedIn , your answers are really helpful
Some new questions,hope you can help ..I know the basic difference between the below questions but need to know is there a big diff which I m missing
1) Difference between pre validation and preoperation
Prevalidation => don't check security role and perform operations and no rollback
Preoperation does rollback and check security role
Both are same except the security role check ...
=============================
2) Async Vs sync
My knowledge (
Sync =>suppose we are creating account and Sync plugin triggered then if plugin succeed then account record get created else if plugin fail then rollback
Async=> =>suppose we are creating account and aSync plugin triggered then account get created after that plugin will perform its operations and if plugin fails then still it won't rollback the account record )
=========================
3)plugin Vs custom workflow
My knowledge
Plugin triggered by event where as custom workflow triggered by workflow
Plugin has more messages than custom workflow
Plugin can't run on demand
Plugin can't take input output parameter
Plugin requires visual studio to develop where custom workflow first requires a workflow to call custom workflow and then visual studio
Please let me know if I am missing anything
Can custom workflow have pre and.post image?
≠================={========
Someone asked below question to Me which I tried to Google but didn't find anything
4) difference between action and custom action
( I used to think both are same , please guide)
=============================
Suppose you own 5 account records .
5)now I changed your business unit and no security role is assigned to you then what will happen to those 5 account records=> will they still be assigned to you ??
6) what if I delete your user account then what will happen to those 5 account records
7) what if I deactivate your account records then what will happen to those 5 account records