Changes

Change CDF data type

492 bytes added, 15:37, 7 March 2018
no edit summary
{{Note | The '''final''' check is to create a Staging area. }}
[[Image:Change CDF data type.png|250px]]<br/>
 
Query for verifying ''fieldtype'' and ''display_mechanism''
<pre>
SELECT field. fieldtype, field.display_mechanism, customdefinedfield.cdf_datatype, Count(field.field_guid)
FROM customdefinedfield Inner Join field ON field.cdf_guid = customdefinedfield.cdf_id
GROUP BY field.fieldtype, field.display_mechanism, customdefinedfield.cdf_datatype
ORDER BY field.fieldtype ASC, field.display_mechanism ASC, customdefinedfield.cdf_datatype ASC
</pre>
{{NavBox Hub}}
[[Category:NoPublic]]
[[Category:NAA]]
6,632
edits