class OLE_QA::Framework::OLEFS::Exception_Notes_Line

An Exception Notes Line in an OLE Financial System Receiving Document

Public Instance Methods

set_elements() click to toggle source

Set exception notes line elements.

# File lib/olefs/subobjects/exception_notes_line.rb, line 19
def set_elements
  super
  element(:exception_type_selector)             {b.select_list(:id => "document.item[#{line_id}].exceptionNoteList[#{@subline_id}].exceptionTypeId")}
  element(:note_field)                          {b.text_field(:id => "document.item[#{line_id}].exceptionNoteList[#{@subline_id}].exceptionNotes")}
  element(:note_type_selector)                  {b.select_list(:id => "document.item[#{line_id}].exceptionNoteList[#{@subline_id}].exceptionTypeId")}
end