Как создать временное скрытое поле или переменную в InfoPath, который не собирается добавить в список SP

sharepoint.stackexchange https://sharepoint.stackexchange.com//questions/80640

Вопрос

Я хочу добавить переменную или поле Tempary для InfoPath Brower Form, чтобы держать некоторую информацию, которую я хочу установить по правилам.

Так что мне не нужно это поле в моем списке SharePoint .. Есть ли способ сделать это, не добавляя этого, чтобы переписать ... Я получил эту форму InfoPath из редактирования списка форм. Список параметров ленты ..

и я делаю это с нулевым кодом ..

Это было полезно?

Решение

If you are using infopath in form library then we can add hidden field , infopath will not added by default into library list untill property permotion done by you during publishing form. For add Hidden variable on the form - Go to infoath client--> Open Form template from library/List--> Add a Field in infoparh form

If you are using sharepoint List and customize infopath, then adding a field in infopath it will added in the list. You have option to hide this field from sharepoint server Site List only. By modify view uncheck unused(hidden variable) field.

hope it will helping you.

Другие советы

As i can know you can't do so. when you add a filed to the infopath list form it normally gets added to the particular list as well, when the form is published. If you want to use that field as a hidden field it can be done by not showing dat column in the view of the List.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с sharepoint.stackexchange
scroll top