<?xml version="1.0" encoding="UTF-8"?>
<kit:DataSet xmlns:ctd="http://www.memority.com/citadel/1_0" xmlns:ctdbpmn="http://www.memority.com/citadel/bpmn/1_0" xmlns:ctdbum="http://www.memority.com/citadel/bum/1_0" xmlns:ctdcore="http://www.memority.com/citadel/core/1_0" xmlns:ctdidm="http://www.memority.com/citadel/idm/1_0" xmlns:ctdrep="http://www.memority.com/citadel/rep/1_0" xmlns:ctdrule="http://www.memority.com/citadel/rule/1_0" xmlns:ctdtnt="http://www.memority.com/citadel/tnt/1_0" xmlns:kit="http://www.memority.com/toolkit/1_0" xmlns:rule="http://www.memority.com/toolkit/rule/1_0" xmlns:ruleaddon="http://www.memority.com/toolkit/addons/rule/1_0" xmlns:search="http://www.memority.com/toolkit/search-expression/1_0" xmlns:settings="http://www.memority.com/toolkit/addons/settings/1_0" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
   <ctdbum:FeatureConfiguration id="orga-B-create">
      <createdAt>2021-04-07T07:58:38.266Z</createdAt>
      <updatedAt>2021-06-29T14:39:50.487Z</updatedAt>
      <name>orga-B-create</name>
      <description>Create a new orga B</description>
      <type>CREATE</type>
      <scope type="EXPRESSION" objectKind="ORGANIZATION">
         <searchExpression/>
         <objectTypes>
            <objectType>orga_b</objectType>
         </objectTypes>
      </scope>
      <options>
         <completionRedirectURL>feature://orga-B-read/{routeObjectId}</completionRedirectURL>
         <formLabelOnTop>false</formLabelOnTop>
         <initialization>
            <initRule>
               <script><![CDATA[import java.time.temporal.ChronoUnit
                    final def attributes = []					
					attributes.add(AttributeValue.from("status", "NORMAL"))
					attributes.add(AttributeValue.from("authMethodPasswordFrom", Instant.now()))
					new ApiObject(attributes)
					]]></script>
            </initRule>
         </initialization>
         <pendingOperationBehaviour>WARN</pendingOperationBehaviour>
         <submit>
            <reportDisplay>DISPLAY_ALL</reportDisplay>
         </submit>
      </options>
      <screen>
         <views>
            <view id="view-1">
               <description>view-1</description>
               <icon>fa fa-id-card-o</icon>
               <sections>
                  <section id="section-1">
                     <layout>SINGLE</layout>
                     <frame>
                        <actions/>
                        <collapsible>false</collapsible>
                        <display>PORTLET</display>
                        <initiallyCollapsed>false</initiallyCollapsed>
                        <title>false</title>
                     </frame>
                     <columns>
                        <column>
                           <widgets>
                              <widget id="organame" xsi:type="ctdbum:AttributeEditorWidgetType">
                                 <hidden>false</hidden>
                                 <config>
                                    <editor/>
                                    <label></label>
                                    <lockedInUi>false</lockedInUi>
                                    <mode>READ_WRITE</mode>
                                    <multiValued>false</multiValued>
                                    <override>false</override>
                                 </config>
                                 <attributeId>organame</attributeId>
                              </widget>
                              <widget id="parentOrganization" xsi:type="ctdbum:AttributeEditorWidgetType">
                                 <hidden>false</hidden>
                                 <config>
                                    <editor/>
                                    <label></label>
                                    <lockedInUi>false</lockedInUi>
                                    <mode>READ_WRITE</mode>
                                    <multiValued>false</multiValued>
                                    <override>false</override>
                                 </config>
                                 <attributeId>parentOrganization</attributeId>
                              </widget>
                              <widget id="status" xsi:type="ctdbum:AttributeEditorWidgetType">
                                 <hidden>false</hidden>
                                 <config>
                                    <editor/>
                                    <label></label>
                                    <lockedInUi>true</lockedInUi>
                                    <mode>READ_WRITE</mode>
                                    <multiValued>false</multiValued>
                                    <override>false</override>
                                 </config>
                                 <attributeId>status</attributeId>
                              </widget>
                           </widgets>
                        </column>
                     </columns>
                  </section>
               </sections>
            </view>
         </views>
      </screen>
      <authentication>
         <authenticationLevelComparison>MINIMUM</authenticationLevelComparison>
      </authentication>
      <operations>
         <operation>
            <actions/>
            <attributes/>
            <checkInheritedAttributes>
               <attributes/>
               <level>WARN</level>
            </checkInheritedAttributes>
            <type>READ</type>
         </operation>
         <operation>
            <actions/>
            <attributes/>
            <checkInheritedAttributes>
               <attributes/>
               <level>WARN</level>
            </checkInheritedAttributes>
            <requestOptions>
               <failOnFrozen>true</failOnFrozen>
               <refreshRights>OFF</refreshRights>
            </requestOptions>
            <type>CREATE</type>
         </operation>
      </operations>
      <operationOnSelf>false</operationOnSelf>
   </ctdbum:FeatureConfiguration>
</kit:DataSet>
