Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Request Detail

Example

Date and time for change

January 1, 2010

Description of the port change

Allow all workstations of the Application Development group access to the Oracle database port

Ingress/egress characteristic

Incoming on port 1521

Destination/source specification

Source: wk1.ucdavis.edu, wk2.ucdavis.edu, wk3.ucdavis.edu Destination: dbhost.ucdavis.edu

The term of the change (indefinite or otherwise)

Indefinite

Project related to the requested rule(s) change

Kuali Rice Implementation

Defining the eDocLite Form

  1. Set up the eDocLite skeleton
    <?xml version="1.0" encoding="UTF-8"?>
    <data xmlns="ns:workflow" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="ns:workflow resource:WorkflowData">
    <edoclite xmlns="ns:workflow/EDocLite" xsi:schemaLocation="ns:workflow/EDocLite resource:EDocLite">

<edl name="eDoc.RequestFirewallChange.Form" title="Request Firewall Change">
<security />
<createInstructions>** Fields with an asterisk are required.</createInstructions>
<instructions>** Questions with an asterisk are required.</instructions>
<validations />
<attributes />

</edl>

Code Block
\\
# Define fields

<?xml version="1.0" encoding="UTF-8"?>
<data xmlns="ns:workflow" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="ns:workflow resource:WorkflowData">
<edoclite xmlns="ns:workflow/EDocLite" xsi:schemaLocation="ns:workflow/EDocLite resource:EDocLite">

<edl name="eDoc.RequestFirewallChange.Form" title="Request Firewall Change">
<security />
<createInstructions>** Fields with an asterisk are required.</createInstructions>
<instructions>** Questions with an asterisk are required.</instructions>
<validations />
<attributes />

<fieldDef name="dateOfChange" title="Date and Time for Change">
<display>
<type>text</type>
</display>
</fieldDef>

<fieldDef name="descriptionOfChange" title="Description of the Port Change">
<display>
<type>text</type>
</display>
</fieldDef>

<fieldDef name="ingressEgressCharacteristic" title="Ingress/Egress Characteristic">
<display>
<type>text</type>
</display>
</fieldDef>

<fieldDef name="destinationSourceSpecification" title="Destination/Source Specification">
<display>
<type>text</type>
</display>
</fieldDef>

<fieldDef name="termOfChange" title="Term of Change (indefinite or otherwise)">
<display>
<type>text</type>
</display>
</fieldDef>

<fieldDef name="relatedProject" title="Project Related to Requested Rule(s) Change">
<display>
<type>text</type>
</display>
</fieldDef>

</edl>

Code Block


Reference

https://test.kuali.org/confluence/display/KULRICE/EDocLite+Documentation+Guide