Delete Job Material Using Service Connect

After setting the RowMod field of the JobMtl record I want to delete to 'DELETE'. I get a 'Change Description Blank' error when invoking the method in WS-Tester.

Troy
Hi,

How would I delete a job material requirement using service connect?

Thanks,

Troy
Hi,

What do I need to change to the JobMtl record to have the JobEntryService.Update web service delete the record?

Troy
Did you Trace this process in Vantage?



Thanks,

Blake Clemens

IT Systems Engineer

Delmarva Millwork Corporation

(800) 360-2364 x132

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
Of Troy
Sent: Wednesday, March 24, 2010 11:49 AM
To: vantage@yahoogroups.com
Subject: [Vantage] Re: Delete Job Material Using Service Connect





Hi,

What do I need to change to the JobMtl record to have the
JobEntryService.Update web service delete the record?

Troy



No virus found in this incoming message.
Checked by AVG - www.avg.com
Version: 9.0.791 / Virus Database: 271.1.1/2766 - Release Date: 03/24/10
03:33:00



[Non-text portions of this message have been removed]
I have. The trace uses the Update method. The JobEntryDataSet does not include the deleted JobMtl record. Everything else is unchanged.

If I try submitting the JobEntryDataSet minus the JobMtl record I want to delete using WS-Tester nothing happens.

At the end of the JobEntryDataSet used in the trace there is the following paramDataSet.

<paramDataSetChanges>
<paramDataSet name='ds' useDataSetNbr='0' >
<deletedRow tableName='JobMtl' rowState='Deleted' rowNum='6'/>
</paramDataSet>
</paramDataSetChanges>

Troy
Set the RowMod value to [DELETE]

only for the row you want to remove

--- In vantage@yahoogroups.com, "Troy" <troyr@...> wrote:
>
>
>
>
> I have. The trace uses the Update method. The JobEntryDataSet does not include the deleted JobMtl record. Everything else is unchanged.
>
> If I try submitting the JobEntryDataSet minus the JobMtl record I want to delete using WS-Tester nothing happens.
>
> At the end of the JobEntryDataSet used in the trace there is the following paramDataSet.
>
> <paramDataSetChanges>
> <paramDataSet name='ds' useDataSetNbr='0' >
> <deletedRow tableName='JobMtl' rowState='Deleted' rowNum='6'/>
> </paramDataSet>
> </paramDataSetChanges>
>
> Troy
>