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?