var SubmissionResources = { }; var OnChangeHandler = { }; var Actions = { A0: function(recordGuid) { var tmp = (Actions.GetValueOrDefaultOf('TJA001_contactPerson', 'Bool') == true); Actions.SetVisible('TJA001_contactPersonName', tmp); }, A1: function(recordGuid) { var tmp = (Actions.GetValueOrDefaultOf('TJA001_contactPerson', 'Bool') == true); Actions.SetVisible('TJA001_contactPersonMail', tmp); }, A2: function(recordGuid) { var tmp = (Actions.GetValueOrDefaultOf('TJA001_contactPerson', 'Bool') == true); Actions.SetVisible('TJA001_contactPersonPhone', tmp); }}; var ActionNames = ['A2','A1','A0']; var GlobalActionNames = ['A2','A1','A0']; var ListActionNames = { }; var Dependencies = { "TJA001_contactPerson": { "Dependencies": [Actions.A2,Actions.A1,Actions.A0] } }; var submitScriptData = { SaveUrl: '/SelfService/submission/save/TJA001_selfservice', SaveUploadUrl: '/SelfService/submission/saveupload/TJA001_selfservice', RemoveUploadUrl: '/SelfService/submission/removeupload/TJA001_selfservice', NewRecordInputUrl: '/SelfService/submission/NewRecordInput/TJA001_selfservice', WebActionUrl: '/SelfService/webaction/execute/TJA001_selfservice', AutoCompleteUrl: '/SelfService/autocomplete/execute/TJA001_selfservice', UICultureString: 'da-DK', LocaleString: 'da-DK', WeekNumberCulture: 'da-DK', LocaleDecimalSeparator: ',', LocaleThousandSeparator: '.', ClientValidationEnabled: true, IntFormat: { NumberOfDecimals: 0, FixedDecimals: true, ThousandGroupingEnabled: false }, DecimalFormat: { NumberOfDecimals: 2, FixedDecimals: true, ThousandGroupingEnabled: true }, DoubleFormat: { NumberOfDecimals: 4, FixedDecimals: false, ThousandGroupingEnabled: false }, MaxUploadSize: 250000, MapBoundaries: { North: '0', South: '0', East: '0', West: '0' }, ContactProperties: [ ] , SaveDraftDataInterval: 10000, ReplyKey: '', DatePicker: { MomentFormat: 'DD-MM-YYYY', JqueryFormat: 'dd-mm-yy', FirstDay: 1, IsRightToLeft: false, ShowMonthAfterYear: false, DatePickerImage: '/SelfService/Themes/v2/Images/svg-icons/insert-invitation.svg', } }