From version < 22.1 >
edited by nlo
on 14.05.2019, 11:15
To version < 24.1 >
edited by nlo
on 20.05.2019, 15:56
< >
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -140,6 +140,7 @@
140 140  Clicking on a form record in the form record list opens it in the [[review area>>||anchor="review_area"]]. If the review area is not visible, it will be opened by clicking on a form record. After opening a form record it will be marked as read and the font weight will be set from //bold// to //normal//. When filtering unread form records this record will be excluded. For marking a form record //unread// click the appropriate button {{icon name="envelope"/}} in the header of the form record list.
141 141  The form record list header consists of two button rows (see [[figure>>||anchor="fig_inbox_list_default_marked"]]). On the left are //form record actions// and on the right are //general actions//.
142 142  
143 +{{id name="form_record_actions"/}}
143 143  === Form record actions ===
144 144  
145 145  Which form record actions will be displayed depends on the currently selected form records.
... ... @@ -152,57 +152,8 @@
152 152  
153 153  Exports all selected form records or all form records based on the currently [[set filters>>||anchor="filter_menu"]] if there are no form records selected.
154 154  
155 -Example:
156 +For further information on form record export see [[Export>>||anchor="export"]].
156 156  
157 -No form records are selected and filter is set to the inbox "Default inbox". Performing an export action will export all form records that are stored in the inbox "Default inbox". For exporting the form records of all inboxes the filter on "Default inbox" needs to be removed.
158 -
159 -There are three different types of exporting form records:
160 -
161 -__{{icon name="file-code-o"/}} XML__
162 -{{figure image="inbox_export_xml_en.png"}}{{id name="fig_inbox_export_xml" /}}
163 -XML-Export of selected form records: Optionally an XSL-Template may be selected for transforming the resulting XML file into the desired format (XSL-Templates can be defined under [[XSL transformation>>Formcycle.UserInterface.FilesAndTemplates.XSLTransformation.WebHome]]).{{/figure}}
164 -
165 -Form record data of all form elements will be exported flat in an XML structure.
166 -
167 -{{code language="xml"}}
168 -<xfc-data xfc-version="3.x.x" generation-date="yyyy-mm-dd HH:mm:ss.ms TZ">
169 - <processes>
170 - <process process-uid="xxx" creation-date="yyyy-mm-dd HH:mm:ss.ms TZ" project-name="yyy" status="zzz">
171 - <form version="1">
172 - <field name="elName">
173 - <plainValue><![CDATA[Wert]]></plainValue>
174 - <values count="1">
175 - <value index="0"><![CDATA[]]></value>
176 - </values>
177 - <label><![CDATA[]]></label>
178 - </field>
179 - ...
180 - </form>
181 - <process ...>
182 - </processes>
183 -</xfc-data>
184 -{{/code}}
185 -
186 -Using an optional XSL template (see [[figure>>||anchor="fig_inbox_export_xml"]]) the exported XML can be transformed into the desired format. The appropriate template can be selected using the combobox. For further information on XSL templates look [[here>>doc:Formcycle.UserInterface.FilesAndTemplates.XSLTransformation]].
187 -
188 -__{{icon name="file-excel-o"/}} Excel__
189 -{{figure image="inbox_export_excel_en.png"}}{{id name="fig_inbox_export_excel" /}}
190 -Excel export of the selected form records: Column names can be configured for every export.{{/figure}}
191 -
192 -All data will be exported to an Excel file. If form records of multiple forms have been selected than a new worksheet will be created for every form within the Excel file. All values of [[repeated form elements>>Formcycle.FormDesigner.ElementProperties.BaseProperties]] will be put into the same cell, separated by commas. If this is not desired the export option //Excel (multiline)// is recommended.
193 -The column names of the resulting Excel file may configured using the following options:
194 -
195 -* **Name of the form element**
196 -The element names that are used in the [[{{designer/}}>>doc:Formcycle.FormDesigner.ElementProperties.BaseProperties.WebHome]] will be used for the Excel columns (e.g.: tf1, sel1, ...).
197 -* **Alias of the form element**
198 -The element alias that is used in the [[{{designer/}}>>doc:Formcycle.FormDesigner.ElementProperties.BaseProperties.WebHome]] will be used for the Excel columns.
199 -* **Column name of the data table**
200 -The column names that have been set in the [[inbox configuration>>doc:Formcycle.UserInterface.MyForms.Inbox.WebHome]] will be used for the Excel columns. This selection is only available in the [[project views>>||anchor="inbox_list_project"]].
201 -
202 -__{{icon name="file-excel-o"/}} Excel (multiline)__
203 -{{info}}This Option is not available in [[project views>>||anchor="inbox_list_project"]].{{/info}}
204 -The export works the exact same way as the simple Excel export, except that the values of [[repeated form elements>>Formcycle.FormDesigner.ElementProperties.BaseProperties]] will be put into separate rows.
205 -
206 206  ==== {{ficon name="action-move-inbox"/}} Move ====
207 207  
208 208  {{figure image="inbox_move_en.png"}}
... ... @@ -255,6 +255,62 @@
255 255  
256 256  Project views are data table views which are available as soon as display columns have been configured for the form (see [[Form > Inbox>>doc:Formcycle.UserInterface.MyForms.Inbox.WebHome]]). The values of the configured form elements as well as additional form information will be displayed in the data table. Every column can be filtered and sorted. Form records containing attachments are marked by a paperclip icon {{ficon name="paperclip-45"/}} (see [[figure>>||anchor="fig_inbox_list_item_default"]]). Clicking the icon opens the [[attachment page>>||anchor="review_area_attachments"]] of the form record directly.
257 257  
210 +{{id name="export"}}
211 +== Export ==
212 +
213 +Clicking //Export// {{icon name="download"/}} in the header of the form record list exports all selected form records or all form records based on the currently [[set filters>>||anchor="filter_menu"]] if there are no form records selected (see [[form record actions>>||anchor="form_record_actions"]]).
214 +
215 +Example:
216 +
217 +No form records are selected and filter is set to the inbox "Default inbox". Performing an export action will export all form records that are stored in the inbox "Default inbox". For exporting the form records of all inboxes the filter on "Default inbox" needs to be removed.
218 +
219 +There are three different types of exporting form records:
220 +
221 +__{{icon name="file-code-o"/}} XML__
222 +{{figure image="inbox_export_xml_en.png"}}{{id name="fig_inbox_export_xml" /}}
223 +XML-Export of selected form records: Optionally an XSL-Template may be selected for transforming the resulting XML file into the desired format (XSL-Templates can be defined under [[XSL transformation>>Formcycle.UserInterface.FilesAndTemplates.XSLTransformation.WebHome]]).{{/figure}}
224 +
225 +Form record data of all form elements will be exported flat in an XML structure.
226 +
227 +{{code language="xml"}}
228 +<xfc-data xfc-version="3.x.x" generation-date="yyyy-mm-dd HH:mm:ss.ms TZ">
229 + <processes>
230 + <process process-uid="xxx" creation-date="yyyy-mm-dd HH:mm:ss.ms TZ" project-name="yyy" status="zzz">
231 + <form version="1">
232 + <field name="elName">
233 + <plainValue><![CDATA[Wert]]></plainValue>
234 + <values count="1">
235 + <value index="0"><![CDATA[]]></value>
236 + </values>
237 + <label><![CDATA[]]></label>
238 + </field>
239 + ...
240 + </form>
241 + <process ...>
242 + </processes>
243 +</xfc-data>
244 +{{/code}}
245 +
246 +Using an optional XSL template (see [[figure>>||anchor="fig_inbox_export_xml"]]) the exported XML can be transformed into the desired format. The appropriate template can be selected using the combobox. For further information on XSL templates look [[here>>doc:Formcycle.UserInterface.FilesAndTemplates.XSLTransformation]].
247 +
248 +__{{icon name="file-excel-o"/}} Excel__
249 +{{figure image="inbox_export_excel_en.png"}}{{id name="fig_inbox_export_excel" /}}
250 +Excel export of the selected form records: Column names can be configured for every export.{{/figure}}
251 +
252 +All data will be exported to an Excel file. If form records of multiple forms have been selected than a new worksheet will be created for every form within the Excel file. All values of [[repeated form elements>>Formcycle.FormDesigner.ElementProperties.BaseProperties]] will be put into the same cell, separated by commas. If this is not desired the export option //Excel (multiline)// is recommended.
253 +The column names of the resulting Excel file may configured using the following options:
254 +
255 +* **Name of the form element**
256 +The element names that are used in the [[{{designer/}}>>doc:Formcycle.FormDesigner.ElementProperties.BaseProperties.WebHome]] will be used for the Excel columns (e.g.: tf1, sel1, ...).
257 +* **Alias of the form element**
258 +The element alias that is used in the [[{{designer/}}>>doc:Formcycle.FormDesigner.ElementProperties.BaseProperties.WebHome]] will be used for the Excel columns.
259 +* **Column name of the data table**
260 +The column names that have been set in the [[inbox configuration>>doc:Formcycle.UserInterface.MyForms.Inbox.WebHome]] will be used for the Excel columns. This selection is only available in the [[project views>>||anchor="inbox_list_project"]].
261 +
262 +__{{icon name="file-excel-o"/}} Excel (multiline)__
263 +{{info}}This Option is not available in [[project views>>||anchor="inbox_list_project"]].{{/info}}
264 +The export works the exact same way as the simple Excel export, except that the values of [[repeated form elements>>Formcycle.FormDesigner.ElementProperties.BaseProperties]] will be put into separate rows.
265 +
258 258  == Review area ==
259 259  
260 260  {{id name="review_area"/}}
Copyright 2000-2024