문제

I have scenario where I have to poll documents from sharepoint library based on some conditions. e.g. fetch documents which has status==Readytoprocess and then based upon unique number present in document fetch its content file from another sharepoint library.

What is the best approach doing in biztalk? Is there any way where I can create Dynamic Receive?

도움이 되었습니까?

해결책

  1. Create a view in Sharepoint, with a status==Readytoprocess-filter, and let BizTalk poll from there.
    1. Make a request to the Sharepoint service for the content file.

Regards Martin

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top