Tell me more ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.

I have trouble with my custom InfoPath form. I created external list and changed Infopath form for this list (Same fields are field programmaticaly).

I deployed form with power shell commands.

  • Test-SPInfoPathFormTemplate -path "\share\AdministratorApprovalTemplate.xsn"

  • List item Install-SPInfoPathFormTemplate -path "\share\AdministratorApprovalTemplate.xsn"

  • List item Enable-SPInfoPathFormTemplate -Identity "AdministratorApprovalTemplate" -Site "http://mydomain.com"

What should i do to change standart form to my custom form?

share|improve this question
add comment

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.