12.01.2008, 00:23 | #1 |
Участник
|
Dianne Siebold: Limit Outbound Documents in 4.0 (AIF)
Источник: http://blogs.msdn.com/dsiebold/archi...n-4-0-aif.aspx
============== In Dynamics AX 4.0, there are two AIF actions that support retrieving data from an external system: QueryEntityKeys and QueryDocument. If a request message contains the QueryEntityKeys action, AX returns one ore more entity keys that match the query criteria specified in the request. If a request messages contains the the QueryDocument action, AX returns one or more documents that match the query criteria specified in the request. As it ships, AX will return 1,000 records (each record being contained in an XML document) by default when one of these actions is used. If you want to increase the number of records returned, this is done on the Value mapping form.
If you encounter issues in AIF while exchanging large documents (over 10 MB), you may need to make changes to either the request size in the Web.config (if you're using Web services) or the maxbuffersize registry key. For more information about doing this, there's an excellent KB article on PartnerSource. Note - you'll need a valid PartnerSource login to access it. Also, it's on a secure site, so you may need to log in to PartnerSource first before you can access the link. Источник: http://blogs.msdn.com/dsiebold/archi...n-4-0-aif.aspx
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору. |
|
|
|