Peoplesoft to SNoW REST POST service PT 8.53
Hi, I am implementing a REST Post service from Peoplesoft to SNoW, where am updating multiple tables in the SNoW, I have created Snychronous Service operation with tables set in table space, and implemented using Application Engine fetch. Code as below. However it is accessing row by row and is taking up all space when run. Since there are around 1k + rows that needs to be sent, it is taking entire space . I heard there is way , where it can be implemented by making changed as below in service operation. Need to know how to change