mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-03-07 15:20:39 +02:00
17 lines
484 B
Plaintext
17 lines
484 B
Plaintext
Parameters = GetVKParameters();
|
|
|
|
Property = FunctionParameters["VK_PropID"];
|
|
OptionArray = New Array;
|
|
OptionArray.Add("Yellow");
|
|
OptionArray.Add("Blue");
|
|
OptionArray.Add("Red");
|
|
|
|
For Each Value In OptionArray Do
|
|
|
|
Result = OPI_VK.AddProductPropertyVariant(Value, Property, Parameters);
|
|
|
|
OPI_TestDataRetrieval.WriteLog(Result, "AddProductPropertyVariant", "VK");
|
|
|
|
FunctionParameters.Insert(ParameterName, VariantID);
|
|
EndDo;
|