Bir təmin mənim davam cəhdlərində BDC istifadə daha faydalı axtarış sütun, I hit a wall with the BDC picker. If you haven’t see it, the BDC picker is similar to a people picker except that it works with columns of type "business data".
Siz kimi bir məlumatı sütun açıq kitab icon tıklayarak seçici olmaq:
The above image shows a business data column called "Master Document Id". That column is connected, BDC vasitəsilə, to a web service. The web service returns two columns of information: Document ID and Title. The business purpose here is to provide a "this document is based on" funksiyası. Users select a "master" sənəd və onlar qazanc, Bu istinad usta bir hadisə qəbuledici nüsxə meta data sahələri.
Mənim cari, the BDC picker looks like this when I search for a document whose ID = "38":
Bu faydalı deyil, but not good enough. People don’t think in terms of IDs, they think in terms of titles and/or other meta data. The picker allows you to search on other columns (e.g. Title) lakin aşkar adların faktiki siyahısı göstərmir, yalnız onların DocId burada gösterildiği kimi oldu:
(Mən qüvvədə nəticəsində bu qaytarır bir axtarış seçin etməyib, çünki ekran shot qədər də böyük deyil, lakin siz görə bilərsiniz ki, bəzi tapılıb əgər, yalnız DocId nin göstərir ki,, deyil adları).
I searched high and low for the answer to this and failed. Mənim həmkarım, bu qocaman Jonathan Bradshaw, had faced and solved this issue. When I reached out to him for help, o düzgün istiqamətdə mənim qeyd.
Configure the picker to show multiple columns via the "ShowInPicker" Bu AİF mülkiyyət:
<Əmlak Ad="ShowInPicker" Növü="System.Boolean">doğru</Əmlak>
Daha ətraflı:
<!-- Title --> <TypeDescriptor TypeName="System.String" Ad="Title" > <LocalizedDisplayNames> <LocalizedDisplayName LCID="1033">Title</LocalizedDisplayName> </LocalizedDisplayNames> <Xassələri> <Əmlak Ad="DisplayByDefault" Növü="System.Boolean">doğru</Əmlak> <Əmlak Ad="ShowInPicker" Növü="System.Boolean">doğru</Əmlak> </Xassələri> </TypeDescriptor>
Setting this property does introduce a minor problem. As soon as you set it once, you need to set it for every column you want to show. Mənə gəldikdə isə, BDC picker showed DocId by default. Lakin, once I added "ShowInPicker" Title üçün, DocId no longer displayed. I solved that by explicitly setting the ShowInPicker property for Doc ID.
Burada nəticəsində:
(I’ll explain the odd-looking "168 – CamlSchema.xsd" construction in a future blog post. Qısa, bir az daha yaxşı user experience imkan verir ki, concatenated simli var).
Əlbəttə, Bu blog giriş yazılı olan, I just did a search for "ShowInPicker" çoxsaylı hits tapılıb, Bu, o cümlədən: http://msdn2.microsoft.com/en-us/library/ms583986.aspx. It explains the meaning of that property along with some other good BDC stuff.
</son>
Lənətləmək… Bu maddə mənə çox vaxt xilas və canlı :-))
Böyük Post və Blog Seçdiklərimə əlavə. Sözgəlişi, I found the article by googling "bdc could not find fields to insert all the identifier values" *lol* 😉
Regards, JM
Salam Paul,
biz sizə BDC Meta Man bu əmlak bilərsiniz necə bir screencast var
http://support.lighteningtools.com/default.asp?W12
Təşəkkür
Nick