So I have a customization that completes jobs during end activity. I use the JobClosing Adapter to complete it and give it a complete date.
The issue I am having is that items that UD items in JobHead are being cleared out. Do I have to redefine every data column the JobClosing adapter uses or updates? I have not experienced this with using other adapters. I put loggin on the field and then looked at the trace log and I can see it zeroing or blanking out the UD fields .
<changedValue tableName="JobClosing" rowState="Added" rowNum="0" colName="travelerPrinted_c"><![CDATA[False]]></changedValue>
<changedValue tableName="JobClosing" rowState="Added" rowNum="0" colName="millPkg_c"><![CDATA[0]]></changedValue>
<changedValue tableName="JobClosing" rowState="Added" rowNum="0" colName="recutPkg_c"><![CDATA[0]]></changedValue>
<changedValue tableName="JobClosing" rowState="Added" rowNum="0" colName="millSchedNotes_c"><![CDATA[]]></changedValue>
<changedValue tableName="JobClosing" rowState="Added" rowNum="0" colName="recutScheduleNotes_c"><![CDATA[]]></changedValue>
<changedValue tableName="JobClosing" rowState="Added" rowNum="0" colName="quoteRate_c"><![CDATA[0]]></changedValue>
<changedValue tableName="JobClosing" rowState="Added" rowNum="0" colName="recutRate_c"><![CDATA[0]]></changedValue>