Hello,
Inital creation of app was from the primary sharepoint list I use wiht this app - I used simeple auto builder from the list. These rows that contaion the items are in a browse gallery.
Primary CCS fields are 4 numeric only columns in the same list, mandatory fields, none of which have default value or column validation and number must be whole numer - no decimal places - and they are not calculated.
IDPrimaryCCS1 = any number 0 - 99999
IDPrimaryCCS1 = any number 1 - 31
IDPrimaryCCS1 = any number 1 - 12
IDPrimaryCCS1 = any number 1990 - 2030
The IDPrimaryCCS column in the list is then calulated using "=IDPrimaryCCS1&"-"&IDPrimaryCCS2&"-"&IDPrimaryCCS3&"-"&IDPrimaryCCS4" and set a "Single Line of text" field.
Note this column was added to the Sharepoint list after the app was initally auto-created.
HCG