Master BOM Detail Update and Delete.CheckBoxList: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
m (Protected "Master BOM Detail Update and Delete.CheckBoxList" ([edit=sysop] (indefinite) [move=sysop] (indefinite)))
No edit summary
Line 1: Line 1:
{{Template:XFRACAS.XML.Import.Doc.Class|Master BOM Detail Update and Delete|Master BOM Detail Update & Delete}}
{{Template:XFRACAS.XML.Import.Doc.Class|Update Details|Update Details}}
 
===Detail===
Select List, Checkbox Options, Multiple Detail (CheckBoxList)
===Update===
===Update===
The detail will be updated if the Code and Description element values have been modified and they match an existing issue. The Value element value must be either a “yes” or “no” value. If it does not exist or is not a “yes” or “no” value it will be defaulted to “no”.  
A CheckBoxList item will be updated if SelectedValue, Value or DataChecked have been modified. If a CheckBoxList item is present that does not match an original CheckBoxList item, it will be inserted.
 
===Delete===
===Delete===
The detail will be deleted if the CheckBoxList element has no child elements, the SelectedValue element is empty, or if the Code and Description elements nested under SelectedValue are empty. The ID attribute must still be present.
If an original CheckBoxList item exists that does not match an updated CheckBoxList item, it will be deleted.

Revision as of 16:01, 22 September 2014


Detail

Select List, Checkbox Options, Multiple Detail (CheckBoxList)

Update

A CheckBoxList item will be updated if SelectedValue, Value or DataChecked have been modified. If a CheckBoxList item is present that does not match an original CheckBoxList item, it will be inserted.

Delete

If an original CheckBoxList item exists that does not match an updated CheckBoxList item, it will be deleted.