INSERT INTO dbo.[cf_zz_Settings] ([name], [idCategory], [fieldType], [label], [value], [options], [description], [required], [system], [sorter], [added], [changed]) VALUES (N'partExportPdfPath', 1, N'text', N'PDF Export Default Path', N'./userfiles/parts-pdf', N'', N'', N'y', N'n', 20, N'2014-12-22 16:00:00.000', N'2014-12-22 16:00:00.000'); INSERT INTO dbo.[cf_zz_SettingsOptions] ([name], [variable], [value], [type]) VALUES (N'partExportPdfPath', N'validators[0]', N'ExportDir', 'string');