Hi,
i came across an weired situation.
i had an entity which was declared as Activity and later users did not want that to be an activity type.
and also they do not want it to show in the NEW activity list (obviously, why they will see, if its no more activity type).
and very sure there is no SUPPORTED WAY to do it, except deleting the entity and recerating.
i tried to delete, but there were many dependencies, so it was too hard to find and do this way.
next i tot to change the flag in the metadata and i found the flag and i did.
so it worked for me. i know its UNSUPPORTED.
you have to run the below SQL query in the <Org>_MSCRM db...
DONOT FOREGT TO DO iisreset.
when the entity was declared as activity
it also shows in the new activity list
i came across an weired situation.
i had an entity which was declared as Activity and later users did not want that to be an activity type.
and also they do not want it to show in the NEW activity list (obviously, why they will see, if its no more activity type).
and very sure there is no SUPPORTED WAY to do it, except deleting the entity and recerating.
i tried to delete, but there were many dependencies, so it was too hard to find and do this way.
next i tot to change the flag in the metadata and i found the flag and i did.
so it worked for me. i know its UNSUPPORTED.
you have to run the below SQL query in the <Org>_MSCRM db...
update MetadataSchema.Entity set IsActivity=0
where LogicalName ='<entity_schemaName>'
|
DONOT FOREGT TO DO iisreset.
when the entity was declared as activity
it also shows in the new activity list
when the the flag has been changed
finally its removed from the new activity list as well
Hope this will help, someone..
Regards,
yes.sudhanshu





