on 2010 Dec 20 10:56 AM
Hi guys,
I would like to create a Goods Issue (Stock Management->Stock transactions->Goods Issue) using the DI API. What object am I supposed to use?
eg: private SAPbobsCOM.GoodsIssue;
Regards,
Costas
Hi
As told above it would be an object of document type but with oinventoryGenExit (Entry is for receive)
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Its the documents object using the oInventoryGenEntry
e.g.
SAPbobsCOM.Documents goodsIssue = (SAPbobsCOM.Documents)oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oInventoryGenEntry);
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
115 | |
9 | |
8 | |
6 | |
6 | |
5 | |
4 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.