I'm using the Dell Migrator tool in migrating Lotus Notes to Sharepoint. One of the challenges that has me stumped, is getting the value from the {BinderCategory} field.
I have tried using:
- @GetField("BinderCategory")
- @GetDocField("BinderCategory")
- @Text(@BinderCategory)
But all of them return null values.
Any ideas guys?
P.S. I also tried using @GetField("DDSCategory1") and @GetField("DDSCategory2"), but they return different values.