Function: get_form_data_snapshot - j5 - 30 - Reference - Hexagon

j5 Framework IndustraForm API Reference

Language
English
Product
j5
Search by Category
Reference
j5 Version
30

get_form_data_snapshot(display_locale_name=None, display_timezone_name=None, at_date=None, **kwargs)

A FormDataSnapshot provides access the values of form elements, as well as other information through its query methods.

Parameters

  • display_locale_name – Specify the locale to use for DisplayValue results. Use the two character language code and region code, for example ‘en-US’. If not specified, the current user’s locale is used.

  • display_timezone_name – Specify the timezone to use for DisplayValue date or date-time results. Use the Olson timezone name, for example ‘Asia/Tokyo’. If not specified, the current user’s timezone is used.

Returns

  • FormDataSnapshot