on 2023 Jan 17 1:17 PM
Hello,
When I want to add an Invoice to the System I can open the standard Invoice Form in SAP and add one or using SDK I can create an Object from Type Document and specifiied it as an Invoice and set all variables that i have and then using the methode add() and I will have the same thing.
Now which process is that to do the same using SDK to make a payment like the one we get by using the payment wizard?
Any Ideas?
Request clarification before answering.
Hi,
All wizards are hard coded into the B1 client. These wizards are not objects themselves. They simply access one or more objects/interfaces exposed in the DI API, and use them together as necessary.
With the SDK you can build your own wizard in the same way. Just determine which objects/interfaces you need, and use them together as neccesary.
Regards,
Johan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi marour,
Kindly note that the wizards are not exposed in DI API.
Therefore, it would be difficult to get the same functionality most of the time.
Kind regards,
ANKIT CHAUHAN
SAP Business One Support
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi ankit.chauhan1 ,
at the end the Payment Wizard is doing nothing else than creating an outgoing Invoices for all Invoices that are listet or have been choosen from the user inside the Payment Wizard itself
I thought i could be something like a payment wizard object so could have same functions like if i did it through the wizard directly.
Thank you for your replay
User | Count |
---|---|
98 | |
39 | |
8 | |
6 | |
5 | |
3 | |
3 | |
2 | |
2 | |
2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.