M
MTBOO
Guest
Thanks for the advice. plcParameter is a serializable call parameter object. Could be anything e.g. character, integer, dset. In this case it is two char values. We are using the ConsultingWerk Generic Service Interface for JSDO (with Kendo UI dialect). Changed the code to use a single parameter object with 2 properties as you suggested and it seems to be building the request correctly now. We are subscribing to AfterInvoke event in which we handle the returned dataset, effectively replacing the one sent. We have a process whereby we need to send back the DS at one point to do some partial validation and also to populate other tables in the DS and perform specific calculations on the data...prior to SaveChanges. We looked at using getData() method but that seems to relate to a table. We need to send back the entire DS so using _createChangeSet() as that looked like the only method available to get what we wanted. Will you consider adding a publically available method in the API to achieve this ? Regards
Continue reading...
Continue reading...