cancel
Showing results for 
Search instead for 
Did you mean: 

Outgoing Payments - Java Connector

Former Member
0 Kudos

Hello,

can someone help me on how to get a Outgoing Payments Object in Java usin Java Connector....i can get the Incoming Payment Object like this...

<b>IPayments pDocu = SBOCOMUtil.getPayments(company,SBOCOMConstants.BoObjectTypes_oIncomingPayments,docNum);</b>

it returns a Incoming Payment Object.....but i need the Outgoing Payment object.....but i can't seem to find a "<b>BoObjectTypes_oOutgoingPayments</b>" constant.

it would be great if anyone can help me with this.

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi..

firstly check r u taking the appliaction and form obejects properly or not... it may be ur not taking the form object properly...

then Type cast for that object with document object..

hope so u will help .. if get some help.. please give rewards points

thanks

deepak gaur

Former Member
0 Kudos

Thank you very much........but i already found the answer......the constant i should pass is <b>SBOCOMConstants.BoObjectTypes_oVendorPayments</b> not <b>SBOCOMConstants.BoObjectTypes_oIncomingPayments</b>.....now the program works perfecly.