Friday, January 28, 2011

Infopath Interview Questions

1) I have a list in sharepoint site called Category. I have another list which has a lookup column called SubCategory and which looks into the Category list.
I want to display the categories and subcategories in the infopath form as dropdowns so that the values in the subcategory are filtered based on the value in the category dropdown. In other words, how would you implement Cascading Drop Down in infopath browser enabled form?
(Hint: Use OWSSVR)
2) How would you publish an infopath form with code?
(Hint: Set security to Full Trust and publish as administrator approved form template)
3) When we open a published infopath form in Design mode, will the dll with which the form template is associated, available?
(Hint: Just try it...)
4) I have a document library which has Yes\No (Check Box) column.
How can I display all the documents which are checked (has value Yes) in an infopath form?
(Hint: Use repeating table)