I am attempting to use a dll from CyberSource from within NAV6SP1 (although I don't think the version is relevant). One of its object's methods has among parameters several other automation objects. A couple of these objects are optional, in which case "Nothing" is specified in their vbscript example:
nStatus = oClient.RunTransaction ( oMerchantConfig, Nothing, Nothing, oRequest, varReply, strErrorInfo )
The construct in Navision requires variables of type AutomationServer in these "Nothing" positions, and I cannot determine how to accomplish that. Including the automationserver variables alters the functioning, so I need to leave them out. Anybody got an idea how to make a Nothing automationserver variable??? Or some other way to deal with this? I am not a vb person.
This is a real emergency; any help would be appreciated. Many thanks
0
Comments
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
HOWEVER, you are correct. Having gotten around that hurdle, I did encounter a data type unsupported by c/side, and have been investigating getting just such a wrapper developed for me. Many thanks for your input.