Hi,
I am trying to import some products into Actinic version 8 using a heirachical file import.
Some of the products I am importing are books, and I would like to import an ISBN and Author for them.
In version 7, I could set a ValidCustomProperty to ISBN and then set the ISBN number for each product I was importing using a CustomProperty.
How do I achieve the same result in version 8?
If i am correct, in version 8 this sort of thing is done with User Definable Fields. When looking at the Importing Content into Actinic page from ActinicMainHelp I do not see any mention of how you import values for user definable fields. All I see is that you can attach a product to an nContentCategory, and also set what user definable fields can be set on the product using the Variable Name field in the import file.
So... the question is, how do you import values for user definable fields? For example, how do I also import an ISBN of 123-456-789 for book XYZ during the import?
Thanks in advance.
I am trying to import some products into Actinic version 8 using a heirachical file import.
Some of the products I am importing are books, and I would like to import an ISBN and Author for them.
In version 7, I could set a ValidCustomProperty to ISBN and then set the ISBN number for each product I was importing using a CustomProperty.
How do I achieve the same result in version 8?
If i am correct, in version 8 this sort of thing is done with User Definable Fields. When looking at the Importing Content into Actinic page from ActinicMainHelp I do not see any mention of how you import values for user definable fields. All I see is that you can attach a product to an nContentCategory, and also set what user definable fields can be set on the product using the Variable Name field in the import file.
So... the question is, how do you import values for user definable fields? For example, how do I also import an ISBN of 123-456-789 for book XYZ during the import?
Thanks in advance.
Comment