$spWeb = Get-SPWeb -Identity "SiteUrl"
$spList = $spWeb.Lists["ListName"]
$spList.EventReceivers | Select Name, Assembly, Type
I faced a weird issue today, Metadata for document which has lookup column was not updating even after saving the item. There was no erro...
No comments:
Post a Comment