mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2024-12-16 11:38:11 +02:00
12 lines
296 B
Plaintext
12 lines
296 B
Plaintext
|
Parameters = GetVKParameters();
|
||
|
|
||
|
Option = FunctionParameters["VK_PropVarID1"];
|
||
|
|
||
|
Result = OPI_VK.DeleteProductPropertyVariant(Option, Parameters);
|
||
|
|
||
|
OPI_TestDataRetrieval.WriteLog(Result, "DeleteProductPropertyVariant", "VK");
|
||
|
|
||
|
Check_VKTrue(Result);
|
||
|
|
||
|
OPI_Tools.Pause(5);
|