
Hi All,
I am trying to delete bulk delete jobs using c# plugin. I am not able to find "bulkdeleteoperation" entity name and field name to use in my query expression. Please help me to get Entity and Field's schema name.
Eg., schema name of system job name
Regards,
Swathi.
*This post is locked for comments
I have the same question (0)Hi,
you might use XrmToolBox to get entity metadata for bulkdeleteoperation:
For the fetch expression, you can use advanced find to build the fetch for some other entity, and, then, just replace the entity name/attribute names.