Sage MAS 90 and 200 Sage MAS 500 blogs Product Feedback Support Training
Reply
Sage MAS Partner
JKatulka
Posts: 213
Registered: 07-19-2010
0

GetChildHandle

I've used this procedure in many scripts and it works great:

 

SET oCus = oBusObj.AsObject(oBusObj.GetChildHandle("VendorNo"))

 

Is it possible to achieve the same thing when using BOI via a .NET program?  If so, would the syntax be any different?

 

Would it be something like this?:

 

oCus = oBusObj.oAsObject(oBusObj.nGetChildHandle("VendorNo"))

Justin