Blame view

lib/syspro/business_objects/schemas/comsfm_doc.xml.erb 429 Bytes
d9a9cb5d   chadzink   Add portoi and co...
1
2
3
4
5
6
7
8
9
10
11
12
  <SetupCustomForm xmlns:xsd="http://www.w3.org/2001/XMLSchema-instance" xsd:noNamespaceSchemaLocation="COMSFMDOC.XSD">
  <% @items.each do |item| %>
    <Item>
      <Key>
        <FormType><%= item.form_type %></FormType>
        <KeyField><%= item.key_field %></KeyField>
        <FieldName><%= item.field_name %></FieldName>
      </Key>
      <AlphaValue><%= item.alpha_value ? "Y" : "N" %></AlphaValue>
    </Item>
  <% end %>
  </SetupCustomForm>