All Downloads are FREE. Search and download functionalities are using the official Maven repository.

it.cnr.contab.config00.sto.bulk.Ass_uo_areaBulkInfo.xml Maven / Gradle / Ivy

<?xml version="1.0" encoding="UTF-8"?>
<!--
  ~ Copyright (C) 2019  Consiglio Nazionale delle Ricerche
  ~
  ~     This program is free software: you can redistribute it and/or modify
  ~     it under the terms of the GNU Affero General Public License as
  ~     published by the Free Software Foundation, either version 3 of the
  ~     License, or (at your option) any later version.
  ~
  ~     This program is distributed in the hope that it will be useful,
  ~     but WITHOUT ANY WARRANTY; without even the implied warranty of
  ~     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  ~     GNU Affero General Public License for more details.
  ~
  ~     You should have received a copy of the GNU Affero General Public License
  ~     along with this program.  If not, see <https://www.gnu.org/licenses/>.
  -->

<bulkInfo
		xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
		xmlns="https://contab.cnr.it/schema/SIGLA" 
		xsi:schemaLocation="https://contab.cnr.it/schema/SIGLA https://contab.cnr.it/schema/SIGLA/BulkInfo_1_5.xsd" shortDescription = "Associazione U.O./Aree di Ricerca"
		  longDescription = "Associazione U.O.-Aree di Ricerca">
	<fieldProperty
		name="esercizio"
		property="esercizio"
		inputType="TEXT"
		inputSize="4"
		maxLength="4"
		enabledOnSearch="true"
		enabledOnEdit="true"
		enabledOnInsert="true"				
		label="Esercizio" />
	<fieldProperty
		name="cd_unita_organizzativa"
		property="unita_organizzativa.cd_unita_organizzativa"
		inputType="TEXT"
		inputSize="30"
		maxLength="30"
		enabledOnSearch="true"
		enabledOnEdit="true"
		enabledOnInsert="true"				
		label="Codice Unita' Organizzativa" />
	<fieldProperty
		name="find_cds_area_ricerca"
		property="cds_area_ricerca"
		inputType="SEARCHTOOL" 
		formName="searchtool" 
		enabledOnSearch="true"
        enabledOnEdit="true"
		label="Area Ricerca"
		readonlyProperty="ROArea_ricerca" />
	<fieldProperty
		name="cd_area_ricerca"
		property="cds_area_ricerca.cd_unita_organizzativa"
		label="Area Ricerca"
		inputType="TEXT"
		maxLength="30"
		inputSize="6"
        enabledOnEdit="true"
		enabledOnSearch="true"
		readonlyProperty="ROArea_ricerca" />
	<fieldProperty
		name="ds_area_ricerca"
		property="cds_area_ricerca.ds_unita_organizzativa"
		readonlyProperty="ROArea_ricerca"
		inputSize="20"
		label="Descrizione"
		inputType="ROTEXT" />
	<fieldProperty
		name="fl_presidente_area"
		property="fl_presidente_area"
		label="Presidente dell'area"
		inputType="CHECKBOX"
        enabledOnEdit="true"
		enabledOnSearch="false"
        enabledOnFreeSearch="true" />
	<fieldProperty
		name="crea_cds_area_ricerca"
		property="cds_area_ricerca"
        readonlyProperty="ROArea_ricerca"
		inputType="CRUDTOOL" 
        enabledOnEdit="true"
		CRUDBusinessProcessName="CRUDConfigCdSBP" />

	<formFieldProperty
		name="esercizio" />
	<formFieldProperty
		name="cd_unita_organizzativa" />
	<formFieldProperty
		name="cd_area_ricerca" />
	<formFieldProperty
		name="ds_area_ricerca" />
	<formFieldProperty
		name="fl_presidente_area" />
	<formFieldProperty
		name="find_cds_area_ricerca" />
	<formFieldProperty
		name="crea_cds_area_ricerca" />

	<findFieldProperty
		name="esercizio" />
	<findFieldProperty
		name="cd_unita_organizzativa" />
	<findFieldProperty
		name="cd_area_ricerca" />
	<findFieldProperty
		name="fl_presidente_area" />

	<columnFieldProperty
		name="esercizio" />
	<columnFieldProperty
		name="cd_unita_organizzativa" />
	<columnFieldProperty
		name="cd_area_ricerca" />
	<formFieldProperty
		name="ds_area_ricerca" />
	<columnFieldProperty
		name="fl_presidente_area" />

	<columnSet
	        name="associazioneUoArea">
		<columnFieldProperty
			name="cd_area_ricerca" />
		<columnFieldProperty
			name="ds_area_ricerca" />
		<columnFieldProperty
			name="fl_presidente_area" />
	</columnSet>        	
</bulkInfo>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy