sdcid = Sample
keyid1 = S01;S02;S03
overrideautokey = Y
This adds Samples S01, S02, and S03 to the database.
sdcid = Sample
keyid1 = S01;S02
templateid = T01
overrideautokey = Y
This adds Samples S01 and S02 to the database, each based on T01. If overrideautokey = N and keyid1 has is not specified, the keys will be automatically generated.
sdcid = Sample
keyid1 = (null)
templateid = T01
overrideautokey = N
copies = 2
This adds two AutoKey-generated Samples to the database, each based on Template T01.
sdcid = Sample
keyid1 = (null)
templateid = (null)
overrideautokey = N
copies = 2
This adds two AutoKey-generated Samples to the database.
sdcid = Sample
keyid1 = S01;S02;S03
projectid = Polymers
customerid = UnitedPlastics
This enters Polymers into the projectid column of Samples S01, S02, and S03, and UnitedPlastics into the customerid column of Samples S01, S02, and S03.
sdcid = Sample
keyid1 = S01;S02;S03
projectid = Polymers;Fluids;Solids
customerid = UnitedPlastics;BrandXMilk;NakaSteel
locationid = USA;UK;Japan
This enters Polymers, UnitedPlastics, and USA for Sample S01; Fluids, BrandXMilk, and UK for Sample S02, and Solids, NakaSteel, and Japan for Sample S03.
sdcid = Sample
keyid1 = S01;S02;S03
projectid = Polymers;Fluids
If you specify more SDIs than values, the remainding columns are assigned null values. This enters Polymers as the projectid for Sample S01 and Fluids as the projectid for Sample S02. The projectid column of Sample S03 is assigned a null value.
This Action affects records in the SDC table.