INFOPATH に 1 つの SharePointList が取り込まれた DropDownList があり、ルールとアクションを使用して、この DropDownList Selected Value に応じて他のテキストボックスの値が入力されます。これはうまくいきます。
私はそれが動作するXMLバインディングでも試しました。しかし、今私は DropdownList2 の 2 つの異なる SHAREPOINT リストを使用してデータを取得したいと考えています。
Note: There are two Different Lists(Data Connections)
Eg: ClientList(ClientID,Name,City)
ClientAddress(ClientID,Address1,Address2)
Depending on `ClientID` from `DropDownList1` the `DropDownList2` or `ListBox` Must contain `Address1` Value from `ClientAddress Sharepoint List` must be filled with Corresponding Address1,Address2.
助けて感謝!ありがとう!